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
Add support for dependencies in routes and support Python 3.12 (#44)
This PR includes:
- Support for dependencies in post routes.
- Support for Python 3.12.
- Updates FastAPI to `^0.111.0`.
- Switches from `snapshottest` to `syrupy` (restricted lower Python version boundary to 3.8.1 due to syrupy).
- Updates `datamodel-code-generator`.
- Updates to pre-commit hooks and a lot of dependencies.
0 commit comments