Description
This release brings a few breaking changes in the SDK, the most important one being:
- drop support of Python 3.8
- the `content` entrypoint was dropped, to reflect upstream changes in the API
- new errors appeared, to notify the user that there is no more credit left or that a query didn't yield any result (instead of returning an empty result)
What's Changed
* Add InsufficientCredit and NoResult errors by BruceWouaigne in https://github.com/LinkupPlatform/linkup-python-sdk/pull/10
* chore!: drop Python 3.8 support and other fixes by clementjumel in https://github.com/LinkupPlatform/linkup-python-sdk/pull/11
* chore!: remove content entrypoint by clementjumel in https://github.com/LinkupPlatform/linkup-python-sdk/pull/12
* Small package improvements by clementjumel in https://github.com/LinkupPlatform/linkup-python-sdk/pull/13
New Contributors
* BruceWouaigne made their first contribution in https://github.com/LinkupPlatform/linkup-python-sdk/pull/10
**Full Changelog**: https://github.com/LinkupPlatform/linkup-python-sdk/compare/v0.1.8...v0.2.0