fastapi-depends-ext

Extends FastAPI Depends classes to simple way of modifying them after creating

MIT License

Stars
5
Committers
1

Bot releases are visible (Hide)

fastapi-depends-ext - 0.2.2 Latest Release

Published by kai-nashi over 1 year ago

Fix

  • get_base_class correct work with patched functions
  • DependsAttrBinder.bind allow to use instance variables
  • DependsAttrBinder.bind property evaluating on binding

Misc

  • README.md code language
fastapi-depends-ext - 0.2.1

Published by kai-nashi over 1 year ago

Misc

  • PyPi project info
fastapi-depends-ext - 0.2.0

Published by kai-nashi over 1 year ago

Features

  • DependsMethod renamed to DependsDefer
  • DependsMethodBinder renamed to DependsDeferBinder
  • DependsDefer now support @classmethod, @staticmethod, @property, instance variable property

Misc

  • documentation
  • test coverage
  • published to PyPi
Related Projects