Fastapi

Latest version: v0.115.12

Safety actively analyzes 722617 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 35

3.1.0

Features

* ✨ Add support for OpenAPI 3.1.0. PR [9770](https://github.com/tiangolo/fastapi/pull/9770) by [tiangolo](https://github.com/tiangolo).
* New support for documenting **webhooks**, read the new docs here: <a href="https://fastapi.tiangolo.com/advanced/openapi-webhooks/" class="external-link" target="_blank">Advanced User Guide: OpenAPI Webhooks</a>.
* Upgrade OpenAPI 3.1.0, this uses JSON Schema 2020-12.
* Upgrade Swagger UI to version 5.x.x, that supports OpenAPI 3.1.0.
* Updated `examples` field in `Query()`, `Cookie()`, `Body()`, etc. based on the latest JSON Schema and OpenAPI. Now it takes a list of examples and they are included directly in the JSON Schema, not outside. Read more about it (including the historical technical details) in the updated docs: <a href="https://fastapi.tiangolo.com/tutorial/schema-extra-example/" class="external-link" target="_blank">Tutorial: Declare Request Example Data</a>.

* ✨ Add support for `deque` objects and children in `jsonable_encoder`. PR [9433](https://github.com/tiangolo/fastapi/pull/9433) by [cranium](https://github.com/cranium).

Docs

* 📝 Fix form for the FastAPI and friends newsletter. PR [9749](https://github.com/tiangolo/fastapi/pull/9749) by [tiangolo](https://github.com/tiangolo).

Translations

* 🌐 Add Persian translation for `docs/fa/docs/advanced/sub-applications.md`. PR [9692](https://github.com/tiangolo/fastapi/pull/9692) by [mojtabapaso](https://github.com/mojtabapaso).
* 🌐 Add Russian translation for `docs/ru/docs/tutorial/response-model.md`. PR [9675](https://github.com/tiangolo/fastapi/pull/9675) by [glsglsgls](https://github.com/glsglsgls).

Internal

* 🔨 Enable linenums in MkDocs Material during local live development to simplify highlighting code. PR [9769](https://github.com/tiangolo/fastapi/pull/9769) by [tiangolo](https://github.com/tiangolo).
* ⬆ Update httpx requirement from <0.24.0,>=0.23.0 to >=0.23.0,<0.25.0. PR [9724](https://github.com/tiangolo/fastapi/pull/9724) by [dependabot[bot]](https://github.com/apps/dependabot).
* ⬆ Bump mkdocs-material from 9.1.16 to 9.1.17. PR [9746](https://github.com/tiangolo/fastapi/pull/9746) by [dependabot[bot]](https://github.com/apps/dependabot).
* 🔥 Remove missing translation dummy pages, no longer necessary. PR [9751](https://github.com/tiangolo/fastapi/pull/9751) by [tiangolo](https://github.com/tiangolo).
* ⬆ [pre-commit.ci] pre-commit autoupdate. PR [9259](https://github.com/tiangolo/fastapi/pull/9259) by [pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci).
* ✨ Add Material for MkDocs Insiders features and cards. PR [9748](https://github.com/tiangolo/fastapi/pull/9748) by [tiangolo](https://github.com/tiangolo).
* 🔥 Remove languages without translations. PR [9743](https://github.com/tiangolo/fastapi/pull/9743) by [tiangolo](https://github.com/tiangolo).
* ✨ Refactor docs for building scripts, use MkDocs hooks, simplify (remove) configs for languages. PR [9742](https://github.com/tiangolo/fastapi/pull/9742) by [tiangolo](https://github.com/tiangolo).
* 🔨 Add MkDocs hook that renames sections based on the first index file. PR [9737](https://github.com/tiangolo/fastapi/pull/9737) by [tiangolo](https://github.com/tiangolo).
* 👷 Make cron jobs run only on main repo, not on forks, to avoid error notifications from missing tokens. PR [9735](https://github.com/tiangolo/fastapi/pull/9735) by [tiangolo](https://github.com/tiangolo).
* 🔧 Update MkDocs for other languages. PR [9734](https://github.com/tiangolo/fastapi/pull/9734) by [tiangolo](https://github.com/tiangolo).
* 👷 Refactor Docs CI, run in multiple workers with a dynamic matrix to optimize speed. PR [9732](https://github.com/tiangolo/fastapi/pull/9732) by [tiangolo](https://github.com/tiangolo).
* 🔥 Remove old internal GitHub Action watch-previews that is no longer needed. PR [9730](https://github.com/tiangolo/fastapi/pull/9730) by [tiangolo](https://github.com/tiangolo).
* ⬆️ Upgrade MkDocs and MkDocs Material. PR [9729](https://github.com/tiangolo/fastapi/pull/9729) by [tiangolo](https://github.com/tiangolo).
* 👷 Build and deploy docs only on docs changes. PR [9728](https://github.com/tiangolo/fastapi/pull/9728) by [tiangolo](https://github.com/tiangolo).

0.115.12

Fixes

* 🐛 Fix `convert_underscores=False` for header Pydantic models. PR [13515](https://github.com/fastapi/fastapi/pull/13515) by [tiangolo](https://github.com/tiangolo).

Docs

* 📝 Update `docs/en/docs/tutorial/middleware.md`. PR [13444](https://github.com/fastapi/fastapi/pull/13444) by [Rishat-F](https://github.com/Rishat-F).
* 👥 Update FastAPI People - Experts. PR [13493](https://github.com/fastapi/fastapi/pull/13493) by [tiangolo](https://github.com/tiangolo).

Translations

* 🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/metadata.md` page. PR [13459](https://github.com/fastapi/fastapi/pull/13459) by [valentinDruzhinin](https://github.com/valentinDruzhinin).
* 🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/response-status-code.md` page. PR [13462](https://github.com/fastapi/fastapi/pull/13462) by [valentinDruzhinin](https://github.com/valentinDruzhinin).
* 🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/cookie-param-models.md` page. PR [13460](https://github.com/fastapi/fastapi/pull/13460) by [valentinDruzhinin](https://github.com/valentinDruzhinin).
* 🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/header-param-models.md` page. PR [13461](https://github.com/fastapi/fastapi/pull/13461) by [valentinDruzhinin](https://github.com/valentinDruzhinin).
* 🌐 Add Japanese translation for `docs/ja/docs/virtual-environments.md`. PR [13304](https://github.com/fastapi/fastapi/pull/13304) by [k94-ishi](https://github.com/k94-ishi).
* 🌐 Add Korean translation for `docs/ko/docs/tutorial/security/oauth2-jwt.md`. PR [13333](https://github.com/fastapi/fastapi/pull/13333) by [yes0ng](https://github.com/yes0ng).
* 🌐 Add Vietnamese translation for `docs/vi/docs/deployment/cloud.md`. PR [13407](https://github.com/fastapi/fastapi/pull/13407) by [ptt3199](https://github.com/ptt3199).

Internal

* ⬆ Bump pydantic-ai from 0.0.15 to 0.0.30. PR [13438](https://github.com/fastapi/fastapi/pull/13438) by [dependabot[bot]](https://github.com/apps/dependabot).
* ⬆ Bump sqlmodel from 0.0.22 to 0.0.23. PR [13437](https://github.com/fastapi/fastapi/pull/13437) by [dependabot[bot]](https://github.com/apps/dependabot).
* ⬆ Bump black from 24.10.0 to 25.1.0. PR [13436](https://github.com/fastapi/fastapi/pull/13436) by [dependabot[bot]](https://github.com/apps/dependabot).
* ⬆ Bump ruff to 0.9.4. PR [13299](https://github.com/fastapi/fastapi/pull/13299) by [dependabot[bot]](https://github.com/apps/dependabot).
* 🔧 Update sponsors: pause TestDriven. PR [13446](https://github.com/fastapi/fastapi/pull/13446) by [tiangolo](https://github.com/tiangolo).

0.115.11

Fixes

* 🐛 Add docs examples and tests (support) for `Annotated` custom validations, like `AfterValidator`, revert [13440](https://github.com/fastapi/fastapi/pull/13440). PR [#13442](https://github.com/fastapi/fastapi/pull/13442) by [tiangolo](https://github.com/tiangolo).
* New docs: [Query Parameters and String Validations - Custom Validation](https://fastapi.tiangolo.com/tutorial/query-params-str-validations/#custom-validation).

Translations

* 🌐 Add Russian translation for `docs/ru/docs/tutorial/middleware.md`. PR [13412](https://github.com/fastapi/fastapi/pull/13412) by [alv2017](https://github.com/alv2017).

Internal

* 👥 Update FastAPI GitHub topic repositories. PR [13439](https://github.com/fastapi/fastapi/pull/13439) by [tiangolo](https://github.com/tiangolo).
* 👥 Update FastAPI People - Contributors and Translators. PR [13432](https://github.com/fastapi/fastapi/pull/13432) by [tiangolo](https://github.com/tiangolo).
* 👥 Update FastAPI People - Sponsors. PR [13433](https://github.com/fastapi/fastapi/pull/13433) by [tiangolo](https://github.com/tiangolo).

0.115.10

Fixes

* ♻️ Update internal annotation usage for compatibility with Pydantic 2.11. PR [13314](https://github.com/fastapi/fastapi/pull/13314) by [Viicos](https://github.com/Viicos).

Upgrades

* ⬆️ Bump Starlette to allow up to 0.46.0: `>=0.40.0,<0.47.0`. PR [13426](https://github.com/fastapi/fastapi/pull/13426) by [musicinmybrain](https://github.com/musicinmybrain).

Translations

* 🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/debugging.md`. PR [13370](https://github.com/fastapi/fastapi/pull/13370) by [valentinDruzhinin](https://github.com/valentinDruzhinin).
* 🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/query-params.md`. PR [13362](https://github.com/fastapi/fastapi/pull/13362) by [valentinDruzhinin](https://github.com/valentinDruzhinin).
* 🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/path-params.md`. PR [13354](https://github.com/fastapi/fastapi/pull/13354) by [valentinDruzhinin](https://github.com/valentinDruzhinin).
* 🌐 Add Japanese translation for `docs/ja/docs/tutorial/cookie-param-models.md`. PR [13330](https://github.com/fastapi/fastapi/pull/13330) by [k94-ishi](https://github.com/k94-ishi).
* 🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/body-multiple-params.md`. PR [13408](https://github.com/fastapi/fastapi/pull/13408) by [valentinDruzhinin](https://github.com/valentinDruzhinin).
* 🌐 Add Japanese translation for `docs/ja/docs/tutorial/query-param-models.md`. PR [13323](https://github.com/fastapi/fastapi/pull/13323) by [k94-ishi](https://github.com/k94-ishi).
* 🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/body-nested-models.md`. PR [13409](https://github.com/fastapi/fastapi/pull/13409) by [valentinDruzhinin](https://github.com/valentinDruzhinin).
* 🌐 Add Vietnamese translation for `docs/vi/docs/deployment/versions.md`. PR [13406](https://github.com/fastapi/fastapi/pull/13406) by [ptt3199](https://github.com/ptt3199).
* 🌐 Add Vietnamese translation for `docs/vi/docs/deployment/index.md`. PR [13405](https://github.com/fastapi/fastapi/pull/13405) by [ptt3199](https://github.com/ptt3199).
* 🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/request-forms.md`. PR [13383](https://github.com/fastapi/fastapi/pull/13383) by [valentinDruzhinin](https://github.com/valentinDruzhinin).
* 🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/testing.md`. PR [13371](https://github.com/fastapi/fastapi/pull/13371) by [valentinDruzhinin](https://github.com/valentinDruzhinin).

0.115.9

Fixes

* 🐛 Ensure that `HTTPDigest` only raises an exception when `auto_error is True`. PR [2939](https://github.com/fastapi/fastapi/pull/2939) by [arthurio](https://github.com/arthurio).

Refactors

* ✅ Simplify tests for `query_params_str_validations`. PR [13218](https://github.com/fastapi/fastapi/pull/13218) by [alv2017](https://github.com/alv2017).
* ✅ Simplify tests for `app_testing`. PR [13220](https://github.com/fastapi/fastapi/pull/13220) by [alv2017](https://github.com/alv2017).
* ✅ Simplify tests for `dependency_testing`. PR [13223](https://github.com/fastapi/fastapi/pull/13223) by [alv2017](https://github.com/alv2017).

Docs

* 🍱 Update sponsors: CodeRabbit logo. PR [13424](https://github.com/fastapi/fastapi/pull/13424) by [tiangolo](https://github.com/tiangolo).
* 🩺 Unify the badges across all tutorial translations. PR [13329](https://github.com/fastapi/fastapi/pull/13329) by [svlandeg](https://github.com/svlandeg).
* 📝 Fix typos in virtual environments documentation. PR [13396](https://github.com/fastapi/fastapi/pull/13396) by [bullet-ant](https://github.com/bullet-ant).
* 🐛 Fix issue with Swagger theme change example in the official tutorial. PR [13289](https://github.com/fastapi/fastapi/pull/13289) by [Zerohertz](https://github.com/Zerohertz).
* 📝 Add more precise description of HTTP status code range in docs. PR [13347](https://github.com/fastapi/fastapi/pull/13347) by [DanielYang59](https://github.com/DanielYang59).
* 🔥 Remove manual type annotations in JWT tutorial to avoid typing expectations (JWT doesn't provide more types). PR [13378](https://github.com/fastapi/fastapi/pull/13378) by [tiangolo](https://github.com/tiangolo).
* 📝 Update docs for Query Params and String Validations, remove obsolete Ellipsis docs (`...`). PR [13377](https://github.com/fastapi/fastapi/pull/13377) by [tiangolo](https://github.com/tiangolo).
* ✏️ Remove duplicate title in docs `body-multiple-params`. PR [13345](https://github.com/fastapi/fastapi/pull/13345) by [DanielYang59](https://github.com/DanielYang59).
* 📝 Fix test badge. PR [13313](https://github.com/fastapi/fastapi/pull/13313) by [esadek](https://github.com/esadek).

Translations

* 🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/header-params.md`. PR [13381](https://github.com/fastapi/fastapi/pull/13381) by [valentinDruzhinin](https://github.com/valentinDruzhinin).
* 🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/request-files.md`. PR [13395](https://github.com/fastapi/fastapi/pull/13395) by [valentinDruzhinin](https://github.com/valentinDruzhinin).
* 🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/request-form-models.md`. PR [13384](https://github.com/fastapi/fastapi/pull/13384) by [valentinDruzhinin](https://github.com/valentinDruzhinin).
* 🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/request-forms-and-files.md`. PR [13386](https://github.com/fastapi/fastapi/pull/13386) by [valentinDruzhinin](https://github.com/valentinDruzhinin).
* 🌐 Update Korean translation for `docs/ko/docs/help-fastapi.md`. PR [13262](https://github.com/fastapi/fastapi/pull/13262) by [Zerohertz](https://github.com/Zerohertz).
* 🌐 Add Korean translation for `docs/ko/docs/advanced/custom-response.md`. PR [13265](https://github.com/fastapi/fastapi/pull/13265) by [11kkw](https://github.com/11kkw).
* 🌐 Update Korean translation for `docs/ko/docs/tutorial/security/simple-oauth2.md`. PR [13335](https://github.com/fastapi/fastapi/pull/13335) by [yes0ng](https://github.com/yes0ng).
* 🌐 Add Russian translation for `docs/ru/docs/advanced/response-cookies.md`. PR [13327](https://github.com/fastapi/fastapi/pull/13327) by [Stepakinoyan](https://github.com/Stepakinoyan).
* 🌐 Add Vietnamese translation for `docs/vi/docs/tutorial/static-files.md`. PR [11291](https://github.com/fastapi/fastapi/pull/11291) by [ptt3199](https://github.com/ptt3199).
* 🌐 Add Korean translation for `docs/ko/docs/tutorial/dependencies/dependencies-with-yield.md`. PR [13257](https://github.com/fastapi/fastapi/pull/13257) by [11kkw](https://github.com/11kkw).
* 🌐 Add Vietnamese translation for `docs/vi/docs/virtual-environments.md`. PR [13282](https://github.com/fastapi/fastapi/pull/13282) by [ptt3199](https://github.com/ptt3199).
* 🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/static-files.md`. PR [13285](https://github.com/fastapi/fastapi/pull/13285) by [valentinDruzhinin](https://github.com/valentinDruzhinin).
* 🌐 Add Vietnamese translation for `docs/vi/docs/environment-variables.md`. PR [13287](https://github.com/fastapi/fastapi/pull/13287) by [ptt3199](https://github.com/ptt3199).
* 🌐 Add Vietnamese translation for `docs/vi/docs/fastapi-cli.md`. PR [13294](https://github.com/fastapi/fastapi/pull/13294) by [ptt3199](https://github.com/ptt3199).
* 🌐 Add Ukrainian translation for `docs/uk/docs/features.md`. PR [13308](https://github.com/fastapi/fastapi/pull/13308) by [valentinDruzhinin](https://github.com/valentinDruzhinin).
* 🌐 Add Ukrainian translation for `docs/uk/docs/learn/index.md`. PR [13306](https://github.com/fastapi/fastapi/pull/13306) by [valentinDruzhinin](https://github.com/valentinDruzhinin).
* 🌐 Update Portuguese Translation for `docs/pt/docs/deployment/https.md`. PR [13317](https://github.com/fastapi/fastapi/pull/13317) by [Joao-Pedro-P-Holanda](https://github.com/Joao-Pedro-P-Holanda).
* 🌐 Update Portuguese Translation for `docs/pt/docs/index.md`. PR [13328](https://github.com/fastapi/fastapi/pull/13328) by [ceb10n](https://github.com/ceb10n).
* 🌐 Add Russian translation for `docs/ru/docs/advanced/websockets.md`. PR [13279](https://github.com/fastapi/fastapi/pull/13279) by [Rishat-F](https://github.com/Rishat-F).

Internal

* ✅ Fix a minor bug in the test `tests/test_modules_same_name_body/test_main.py`. PR [13411](https://github.com/fastapi/fastapi/pull/13411) by [alv2017](https://github.com/alv2017).
* 👷 Use `wrangler-action` v3. PR [13415](https://github.com/fastapi/fastapi/pull/13415) by [joakimnordling](https://github.com/joakimnordling).
* 🔧 Update sponsors: add CodeRabbit. PR [13402](https://github.com/fastapi/fastapi/pull/13402) by [tiangolo](https://github.com/tiangolo).
* 🔧 Update team: Add Ludovico. PR [13390](https://github.com/fastapi/fastapi/pull/13390) by [tiangolo](https://github.com/tiangolo).
* 🔧 Update sponsors: Add LambdaTest. PR [13389](https://github.com/fastapi/fastapi/pull/13389) by [tiangolo](https://github.com/tiangolo).
* ⬆ Bump cloudflare/wrangler-action from 3.13 to 3.14. PR [13350](https://github.com/fastapi/fastapi/pull/13350) by [dependabot[bot]](https://github.com/apps/dependabot).
* ⬆ Bump mkdocs-material from 9.5.18 to 9.6.1. PR [13301](https://github.com/fastapi/fastapi/pull/13301) by [dependabot[bot]](https://github.com/apps/dependabot).
* ⬆ Bump pillow from 11.0.0 to 11.1.0. PR [13300](https://github.com/fastapi/fastapi/pull/13300) by [dependabot[bot]](https://github.com/apps/dependabot).
* 👥 Update FastAPI People - Sponsors. PR [13295](https://github.com/fastapi/fastapi/pull/13295) by [tiangolo](https://github.com/tiangolo).
* 👥 Update FastAPI People - Experts. PR [13303](https://github.com/fastapi/fastapi/pull/13303) by [tiangolo](https://github.com/tiangolo).
* 👥 Update FastAPI GitHub topic repositories. PR [13302](https://github.com/fastapi/fastapi/pull/13302) by [tiangolo](https://github.com/tiangolo).
* 👥 Update FastAPI People - Contributors and Translators. PR [13293](https://github.com/fastapi/fastapi/pull/13293) by [tiangolo](https://github.com/tiangolo).
* ⬆ Bump inline-snapshot from 0.18.1 to 0.19.3. PR [13298](https://github.com/fastapi/fastapi/pull/13298) by [dependabot[bot]](https://github.com/apps/dependabot).
* 🔧 Update sponsors, add Permit. PR [13288](https://github.com/fastapi/fastapi/pull/13288) by [tiangolo](https://github.com/tiangolo).

0.115.8

Fixes

* 🐛 Fix `OAuth2PasswordRequestForm` and `OAuth2PasswordRequestFormStrict` fixed `grant_type` "password" RegEx. PR [9783](https://github.com/fastapi/fastapi/pull/9783) by [skarfie123](https://github.com/skarfie123).

Refactors

* ✅ Simplify tests for body_multiple_params . PR [13237](https://github.com/fastapi/fastapi/pull/13237) by [alejsdev](https://github.com/alejsdev).
* ♻️ Move duplicated code portion to a static method in the `APIKeyBase` super class. PR [3142](https://github.com/fastapi/fastapi/pull/3142) by [ShahriyarR](https://github.com/ShahriyarR).
* ✅ Simplify tests for request_files. PR [13182](https://github.com/fastapi/fastapi/pull/13182) by [alejsdev](https://github.com/alejsdev).

Docs

* 📝 Change the word "unwrap" to "unpack" in `docs/en/docs/tutorial/extra-models.md`. PR [13061](https://github.com/fastapi/fastapi/pull/13061) by [timothy-jeong](https://github.com/timothy-jeong).
* 📝 Update Request Body's `tutorial002` to deal with `tax=0` case. PR [13230](https://github.com/fastapi/fastapi/pull/13230) by [togogh](https://github.com/togogh).
* 👥 Update FastAPI People - Experts. PR [13269](https://github.com/fastapi/fastapi/pull/13269) by [tiangolo](https://github.com/tiangolo).

Translations

* 🌐 Add Japanese translation for `docs/ja/docs/environment-variables.md`. PR [13226](https://github.com/fastapi/fastapi/pull/13226) by [k94-ishi](https://github.com/k94-ishi).
* 🌐 Add Russian translation for `docs/ru/docs/advanced/async-tests.md`. PR [13227](https://github.com/fastapi/fastapi/pull/13227) by [Rishat-F](https://github.com/Rishat-F).
* 🌐 Update Russian translation for `docs/ru/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md`. PR [13252](https://github.com/fastapi/fastapi/pull/13252) by [Rishat-F](https://github.com/Rishat-F).
* 🌐 Add Russian translation for `docs/ru/docs/tutorial/bigger-applications.md`. PR [13154](https://github.com/fastapi/fastapi/pull/13154) by [alv2017](https://github.com/alv2017).

Internal

* ⬆️ Add support for Python 3.13. PR [13274](https://github.com/fastapi/fastapi/pull/13274) by [tiangolo](https://github.com/tiangolo).
* ⬆️ Upgrade AnyIO max version for tests, new range: `>=3.2.1,<5.0.0`. PR [13273](https://github.com/fastapi/fastapi/pull/13273) by [tiangolo](https://github.com/tiangolo).
* 🔧 Update Sponsors badges. PR [13271](https://github.com/fastapi/fastapi/pull/13271) by [tiangolo](https://github.com/tiangolo).
* ♻️ Fix `notify_translations.py` empty env var handling for PR label events vs workflow_dispatch. PR [13272](https://github.com/fastapi/fastapi/pull/13272) by [tiangolo](https://github.com/tiangolo).
* ♻️ Refactor and move `scripts/notify_translations.py`, no need for a custom GitHub Action. PR [13270](https://github.com/fastapi/fastapi/pull/13270) by [tiangolo](https://github.com/tiangolo).
* 🔨 Update FastAPI People Experts script, refactor and optimize data fetching to handle rate limits. PR [13267](https://github.com/fastapi/fastapi/pull/13267) by [tiangolo](https://github.com/tiangolo).
* ⬆ Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4. PR [13251](https://github.com/fastapi/fastapi/pull/13251) by [dependabot[bot]](https://github.com/apps/dependabot).

Page 1 of 35

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.