Releases: Minibrams/fastapi-decorators
Releases · Minibrams/fastapi-decorators
v1.0.10
- Update documentation
- Pipeline testing
v1.0.8
@depends
automatically converts a function to a FastAPI dependency if necessary
- Updated documentation
v1.0.7
- Added
fastapi_decorators.types
containing Decorator
and F
type aliases.
- Added README section for satisfying type checkers.
v1.0.5
Using uv
for project management, build.
v1.0.4
Renamed add_dependencies -> depends
v1.0.3
Merge pull request #2 from Minibrams/feature/function-wrappers
Added support for overriding endpoint functions while using add_dependencies()
v1.0.1
Merge pull request #1 from Minibrams/feature/typing
Fixed types