Skip to content

Releases: Minibrams/fastapi-decorators

v1.0.10

02 Mar 16:32
Compare
Choose a tag to compare
  1. Update documentation
  2. Pipeline testing

v1.0.9

02 Mar 16:30
192d441
Compare
Choose a tag to compare
  1. Updated documentation

v1.0.8

02 Mar 16:02
Compare
Choose a tag to compare
  1. @depends automatically converts a function to a FastAPI dependency if necessary
  2. Updated documentation

v1.0.7

02 Mar 14:16
Compare
Choose a tag to compare
  1. Added fastapi_decorators.types containing Decorator and F type aliases.
  2. Added README section for satisfying type checkers.

v1.0.6

11 Oct 20:02
Compare
Choose a tag to compare
Bump@v1.0.6

v1.0.5

11 Oct 15:04
Compare
Choose a tag to compare

Using uv for project management, build.

v1.0.4

03 Oct 00:35
Compare
Choose a tag to compare
Renamed add_dependencies -> depends

v1.0.3

03 Oct 00:17
bcdc3dc
Compare
Choose a tag to compare
Merge pull request #2 from Minibrams/feature/function-wrappers

Added support for overriding endpoint functions while using add_dependencies()

v1.0.2

02 Oct 21:34
Compare
Choose a tag to compare

Improved documentation

v1.0.1

02 Oct 21:20
57c9cbd
Compare
Choose a tag to compare
Merge pull request #1 from Minibrams/feature/typing

Fixed types