1.0.0 - Use asynchronous apis
What's Changed
- Async Step 1 - Replace requests lib with httpx lib by @caarmen in #19
- Async Step 2 - Use httpx in async mode by @caarmen in #20
- Async Step 3 - Use the db in async mode by @caarmen in #21
- Use async apis by @caarmen in #23
- Use a TestClient instead of calling the endpoint functions directly. by @caarmen in #22
- Configure alembic to support the async sqlalchemy orm by @caarmen in #24
Full Changelog: v0.0.24...v1.0.0