| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.120.3 source code.tar.gz | 2025-10-30 | 15.9 MB | |
| 0.120.3 source code.zip | 2025-10-30 | 17.4 MB | |
| README.md | 2025-10-30 | 782 Bytes | |
| Totals: 3 Items | 33.3 MB | 0 | |
Refactors
- ♻️ Reduce internal cyclic recursion in dependencies, from 2 functions calling each other to 1 calling itself. PR #14256 by @tiangolo.
- ♻️ Refactor internals of dependencies, simplify code and remove
get_param_sub_dependant. PR #14255 by @tiangolo. - ♻️ Refactor internals of dependencies, simplify using dataclasses. PR #14254 by @tiangolo.
Docs
- 📝 Update note for untranslated pages. PR #14257 by @YuriiMotov.