Skip to content

v0.9.5

Compare
Choose a tag to compare
@paul121 paul121 released this 23 Apr 23:30
· 32 commits to master since this release
  • Simplify tests to run in the same backend container
  • Refactor backend to use poetry for managing dependencies
  • Update backend dependencies (FastAPI == v0.54.1)
  • Refactor tests to use FastAPI TestClient
  • Refactor endpoints to read settings with get_settings Dependency
  • Add test coverage for endpoints with configurable public access #68
  • Fix deprecation warning for Pydantic skip_defaults