0.123.5
📦 fastapiView on GitHub →
✨ 3 features🐛 1 fixes🔧 4 symbols
Summary
This release improves dependency injection support for wrapped functions and functools.partial, while fixing a bug related to Python 3.10 union syntax in sequences.
✨ New Features
- Allow using dependables with functools.partial().
- Add support for wrapped functions (e.g. @functools.wraps()) used with forward references.
- Handle wrapped dependencies.
🐛 Bug Fixes
- Fix optional sequence handling with new union syntax from Python 3.10.
🔧 Affected Symbols
functools.partialfunctools.wrapsis_coroutineDepends