Skip to content

1.0.0 - Use asynchronous apis

Compare
Choose a tag to compare
@caarmen caarmen released this 16 Jul 15:25
· 247 commits to main since this release
5050f79

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