Skip to content

Releases: kai-nashi/fastapi-depends-ext

0.2.2

04 Feb 13:32
Compare
Choose a tag to compare

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

0.2.1

04 Feb 08:21
f1ebcbb
Compare
Choose a tag to compare

Misc

  • PyPi project info

0.2.0

04 Feb 08:20
efea9b1
Compare
Choose a tag to compare

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