You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pin test dependencies to fix CI, drop EOL and add Django 6.0 (#122)
* Pin httpx<1
* Pin sanic-testing for httpx<1
* Drop EOL from tox matrix
* Update release CI used Python version
* Bump CI versions
* Ignore ruff unused-unpacked-variable rule
* Remove django-3.2 tests
* Drop EOL
* Remove django-5.1 testing
* Add Django 6.0 to test matrix
* Update metadata
Allowing for async checks in fastApi. Cleaning up old code. (#114)
* Allowing for async checks in fastApi. Cleaning up old code. Fixes#106
* Added a few unit tests for fast_api