Features
- ✨ Allow using dependables with
functools.partial(). PR #9753 by @lieryan. - ✨ Add support for wrapped functions (e.g.
@functools.wraps()) used with forward references. PR #5077 by @lucaswiman. - ✨ Handle wrapped dependencies. PR #9555 by @phy1729.
Fixes
Refactors
- 🔥 Remove dangling extra condiitonal no longer needed. PR #14435 by @tiangolo.
- ♻️ Refactor internals, update
is_coroutinecheck to reuse internal supported variants (unwrap, check class). PR #14434 by @tiangolo.
Translations
- 🌐 Sync German docs. PR #14367 by @nilslindemann.