Description
This release adds asynchronous versions of the existing entrypoints (`async_search` and `async_content`).
We also introduce here a test suite, integrated in GitHub actions, to make sure our SDK works fine in all supported Python versions. This made us discover and fix some issues with the oldest Python versions we support.
What's Changed
* Support for async requests by clementjumel in https://github.com/LinkupPlatform/linkup-python-sdk/pull/6
* Add testing CI by clementjumel in https://github.com/LinkupPlatform/linkup-python-sdk/pull/7
**Full Changelog**: https://github.com/LinkupPlatform/linkup-python-sdk/compare/v0.1.5...v0.1.6