openapi-core
openapi-core copied to clipboard
Bump fastapi from 0.114.0 to 0.115.2
Bumps fastapi from 0.114.0 to 0.115.2.
Release notes
Sourced from fastapi's releases.
0.115.2
Upgrades
- ⬆️ Upgrade Starlette to
>=0.37.2,<0.41.0. PR #12431 by@tiangolo.0.115.1
Fixes
- 🐛 Fix openapi generation with responses kwarg. PR #10895 by
@flxdot.- 🐛 Remove
Requiredshadowing from fastapi using Pydantic v2. PR #12197 by@pachewise.Refactors
- ♻️ Update type annotations for improved
python-multipart. PR #12407 by@tiangolo.Docs
- ✨ Add new tutorial for SQL databases with SQLModel. PR #12285 by
@tiangolo.- 📝 Add External Link: How to profile a FastAPI asynchronous request. PR #12389 by
@brouberol.- 🔧 Remove
base_pathformdx_includeMarkdown extension in MkDocs. PR #12391 by@tiangolo.- 📝 Update link to Swagger UI configuration docs. PR #12264 by
@makisukurisu.- 📝 Adding links for Playwright and Vite in
docs/project-generation.md. PR #12274 by@kayqueGovetri.- 📝 Fix small typos in the documentation. PR #12213 by
@svlandeg.Translations
- 🌐 Add Portuguese translation for
docs/pt/docs/tutorial/cookie-param-models.md. PR #12298 by@ceb10n.- 🌐 Add Portuguese translation for
docs/pt/docs/how-to/graphql.md. PR #12215 by@AnandaCampelo.- 🌐 Add Portuguese translation for
docs/pt/docs/advanced/security/oauth2-scopes.md. PR #12263 by@ceb10n.- 🌐 Add Portuguese translation for
docs/pt/docs/deployment/concepts.md. PR #12219 by@marcelomarkus.- 🌐 Add Portuguese translation for
docs/pt/docs/how-to/conditional-openapi.md. PR #12221 by@marcelomarkus.- 🌐 Add Portuguese translation for
docs/pt/docs/advanced/response-directly.md. PR #12266 by@Joao-Pedro-P-Holanda.- 🌐 Update Portuguese translation for
docs/pt/docs/tutorial/cookie-params.md. PR #12297 by@ceb10n.- 🌐 Fix Korean translation for
docs/ko/docs/tutorial/index.md. PR #12278 by@kkotipy.- 🌐 Update Portuguese translation for
docs/pt/docs/advanced/security/http-basic-auth.md. PR #12275 by@andersonrocha0.- 🌐 Add Portuguese translation for
docs/pt/docs/deployment/cloud.md. PR #12217 by@marcelomarkus.- ✏️ Fix typo in
docs/es/docs/python-types.md. PR #12235 by@JavierSanchezCastro.- 🌐 Add Dutch translation for
docs/nl/docs/environment-variables.md. PR #12200 by@maxscheijen.- 🌐 Add Portuguese translation for
docs/pt/docs/deployment/manually.md. PR #12210 by@JoaoGustavoRogel.- 🌐 Add Portuguese translation for
docs/pt/docs/deployment/server-workers.md. PR #12220 by@marcelomarkus.- 🌐 Add Portuguese translation for
docs/pt/docs/how-to/configure-swagger-ui.md. PR #12222 by@marcelomarkus.Internal
- ⬆ [pre-commit.ci] pre-commit autoupdate. PR #12396 by
@pre-commit-ci[bot].- 🔨 Add script to generate variants of files. PR #12405 by
@tiangolo.- 🔧 Add speakeasy-api to
sponsors_badge.yml. PR #12404 by@tiangolo.- ➕ Add docs dependency: markdown-include-variants. PR #12399 by
@tiangolo.- 📝 Fix extra mdx-base-path paths. PR #12397 by
@tiangolo.- 👷 Tweak labeler to not override custom labels. PR #12398 by
@tiangolo.
... (truncated)
Commits
07684ae🔖 Release version 0.115.263c428f📝 Update release notesb77f235⬆️ Upgrade Starlette to>=0.37.2,<0.41.0(#12431)113da5b🔖 Release version 0.115.1f0be768📝 Update release notese049fc4🐛 Fix openapi generation with responses kwarg (#10895)b29cf16📝 Update release notes8ae4603🐛 RemoveRequiredshadowing from fastapi using Pydantic v2 (#12197)529155e📝 Update release notes104dc0b⬆ [pre-commit.ci] pre-commit autoupdate (#12396)- 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)
This release of FastAPI would allow Starlette 0.40.0, which fixes a security bug, GHSA-f96h-pmfr-66vw / CVE-2024-47874.
@dependabot rebase
Superseded by #951.