fastapi-azure-function-apim
fastapi-azure-function-apim copied to clipboard
Bump fastapi from 0.118.0 to 0.121.1
Bumps fastapi from 0.118.0 to 0.121.1.
Release notes
Sourced from fastapi's releases.
0.121.1
Fixes
- 🐛 Fix
Depends(func, scope='function')for top level (parameterless) dependencies. PR #14301 by@luzzodev.Docs
- 📝 Upate docs for advanced dependencies with
yield, noting the changes in 0.121.0, addingscope. PR #14287 by@tiangolo.Internal
- ⬆ Bump ruff from 0.13.2 to 0.14.3. PR #14276 by
@dependabot[bot].- ⬆ [pre-commit.ci] pre-commit autoupdate. PR #14289 by
@pre-commit-ci[bot].0.121.0
Features
- ✨ Add support for dependencies with scopes, support
scope="request"for dependencies withyieldthat exit before the response is sent. PR #14262 by@tiangolo.Internal
- 👥 Update FastAPI People - Contributors and Translators. PR #14273 by
@tiangolo.- 👥 Update FastAPI People - Sponsors. PR #14274 by
@tiangolo.- 👥 Update FastAPI GitHub topic repositories. PR #14280 by
@tiangolo.- ⬆ Bump mkdocs-macros-plugin from 1.4.0 to 1.4.1. PR #14277 by
@dependabot[bot].- ⬆ Bump mkdocstrings[python] from 0.26.1 to 0.30.1. PR #14279 by
@dependabot[bot].0.120.4
Fixes
- 🐛 Fix security schemes in OpenAPI when added at the top level app. PR #14266 by
@YuriiMotov.0.120.3
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.0.120.2
Fixes
- 🐛 Fix separation of schemas with nested models introduced in 0.119.0. PR #14246 by
@tiangolo.Internal
... (truncated)
Commits
1c7e254🔖 Release version 0.121.19e54399📝 Update release notes282f372🐛 FixDepends(func, scope='function')for top level (parameterless) depende...972a967📝 Update release notes4170f62📝 Update release notes67c8dfa⬆ Bump ruff from 0.13.2 to 0.14.3 (#14276)34db1e2⬆ [pre-commit.ci] pre-commit autoupdate (#14289)b787103📝 Update release notes289b4aa📝 Upate docs for advanced dependencies withyield, noting the changes in 0....4efae81🔖 Release version 0.121.0- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)