Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 9, 2025

This PR contains the following updates:

Package Change Age Confidence
fastapi (changelog) ==0.119.0==0.128.0 age confidence

Release Notes

fastapi/fastapi (fastapi)

v0.128.0

Compare Source

Breaking Changes
Internal

v0.127.1

Compare Source

Refactors
Docs
Translations
Internal

v0.127.0

Compare Source

Breaking Changes
Translations
  • 🔧 Add LLM prompt file for Korean, generated from the existing translations. PR #​14546 by @​tiangolo.
  • 🔧 Add LLM prompt file for Japanese, generated from the existing translations. PR #​14545 by @​tiangolo.
Internal

v0.126.0

Compare Source

Upgrades
  • ➖ Drop support for Pydantic v1, keeping short temporary support for Pydantic v2's pydantic.v1. PR #​14575 by @​tiangolo.
    • The minimum version of Pydantic installed is now pydantic >=2.7.0.
    • The standard dependencies now include pydantic-settings >=2.0.0 and pydantic-extra-types >=2.0.0.
Docs
Translations
  • 🔧 Add LLM prompt file for Ukrainian, generated from the existing translations. PR #​14548 by @​tiangolo.
Internal

v0.125.0

Compare Source

Breaking Changes
  • 🔧 Drop support for Python 3.8. PR #​14563 by @​tiangolo.
    • This would actually not be a breaking change as no code would really break. Any Python 3.8 installer would just refuse to install the latest version of FastAPI and would only install 0.124.4. Only marking it as a "breaking change" to make it visible.
Refactors
Docs
Translations
Internal

v0.124.4

Compare Source

Fixes

v0.124.3

Compare Source

Fixes
  • 🐛 Fix support for tagged union with discriminator inside of Annotated with Body(). PR #​14512 by @​tiangolo.
Refactors
Docs
Translations
Internal

v0.124.2

Compare Source

Fixes
  • 🐛 Fix support for if TYPE_CHECKING, non-evaluated stringified annotations. PR #​14485 by @​tiangolo.

v0.124.1

Compare Source

Fixes
  • 🐛 Fix handling arbitrary types when using arbitrary_types_allowed=True. PR #​14482 by @​tiangolo.
Docs
Internal

v0.124.0

Compare Source

Features
Internal

v0.123.10

Compare Source

Fixes

v0.123.9

Compare Source

v0.123.8

Compare Source

Fixes
  • 🐛 Fix OpenAPI security scheme OAuth2 scopes declaration, deduplicate security schemes with different scopes. PR #​14455 by @​tiangolo.

v0.123.7

Compare Source

Fixes

v0.123.6

Compare Source

Fixes
  • 🐛 Fix support for functools wraps and partial combined, for async and regular functions and classes in path operations and dependencies. PR #​14448 by @​tiangolo.

v0.123.5

Compare Source

Features
Fixes
  • 🐛 Fix optional sequence handling with new union syntax from Python 3.10. PR #​14430 by @​Viicos.
Refactors
  • 🔥 Remove dangling extra condiitonal no longer needed. PR #​14435 by @​tiangolo.
  • ♻️ Refactor internals, update is_coroutine check to reuse internal supported variants (unwrap, check class). PR #​14434 by @​tiangolo.
Translations

v0.123.4

Compare Source

Fixes
  • 🐛 Fix OpenAPI schema support for computed fields when using separate_input_output_schemas=False. PR #​13207 by @​vgrafe.
Docs

v0.123.3

Compare Source

Fixes

v0.123.2

Compare Source

Fixes
Docs

v0.123.1

Compare Source

Fixes
Internal

v0.123.0

Compare Source

Fixes
  • 🐛 Cache dependencies that don't use scopes and don't have sub-dependencies with scopes. PR #​14419 by @​tiangolo.

v0.122.1

Compare Source

Fixes
Docs
Internal

v0.122.0

Compare Source

Fixes
Internal

v0.121.3

Compare Source

0.121.3

Refactors
  • ♻️ Make the result of Depends() and Security() hashable, as a workaround for other tools interacting with these internal parts. PR #​14372 by @​tiangolo.
Upgrades
Docs

v0.121.2

Compare Source

Fixes
Docs
Translations

v0.121.1

Compare Source

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, adding scope. PR #​14287 by @​tiangolo.
Internal

v0.121.0

Compare Source

Features
Internal

v0.120.4

Compare Source

Fixes

v0.120.3

Compare Source

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

v0.120.2

Compare Source

Fixes
Internal

v0.120.1

Compare Source

Upgrades
Internal
  • 🔧 Add license and license-files to pyproject.toml, remove License from classifiers. PR #​14230 by @​YuriiMotov.

v0.120.0

Compare Source

There are no major nor breaking changes in this release. ☕️

The internal reference documentation now uses annotated_doc.Doc instead of typing_extensions.Doc, this adds a new (very small) dependency on annotated-doc, a package made just to provide that Doc documentation utility class.

I would expect typing_extensions.Doc to be deprecated and then removed at some point from typing_extensions, for that reason there's the new annotated-doc micro-package. If you are curious about this, you can read more in the repo for annotated-doc.

This new version 0.120.0 only contains that transition to the new home package for that utility class Doc.

Translations
Internal

v0.119.1

Compare Source

Fixes
  • 🐛 Fix internal Pydantic v1 compatibility (warnings) for Python 3.14 and Pydantic 2.12.1. PR #​14186 by @​svlandeg.
Docs
  • 📝 Replace starlette.io by starlette.dev and uvicorn.org by uvicorn.dev. PR #​14176 by @​Kludex.
Internal

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 9, 2025
Copy link

@llamapreview llamapreview bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto Pull Request Review from LlamaPReview

Review Status: Automated Review Skipped

Dear contributor,

Thank you for your Pull Request. LlamaPReview has analyzed your changes and determined that this PR does not require an automated code review.

Analysis Result:

PR contains only a dependency version bump for fastapi from 0.119.0 to 0.121.1, with no substantive code changes or logic modifications. The change is limited to the pyproject.toml file and does not require automated code review.

We're continuously improving our PR analysis capabilities. Have thoughts on when and how LlamaPReview should perform automated reviews? Share your insights in our GitHub Discussions.

Best regards,
LlamaPReview Team

@renovate renovate bot changed the title ⬆️ 🛠️(deps): update dependency fastapi to v0.121.1 ⬆️ 🛠️(deps): update dependency fastapi to v0.121.2 Nov 13, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from b288f6a to 6cda6f4 Compare November 13, 2025 22:01
@renovate renovate bot changed the title ⬆️ 🛠️(deps): update dependency fastapi to v0.121.2 ⬆️ 🛠️(deps): update dependency fastapi to v0.121.3 Nov 19, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 6cda6f4 to 963403e Compare November 19, 2025 17:41
@renovate renovate bot changed the title ⬆️ 🛠️(deps): update dependency fastapi to v0.121.3 ⬆️ 🛠️(deps): update dependency fastapi to v0.122.0 Nov 24, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 963403e to 2c733db Compare November 24, 2025 21:46
@renovate renovate bot changed the title ⬆️ 🛠️(deps): update dependency fastapi to v0.122.0 ⬆️ 🛠️(deps): update dependency fastapi to v0.122.1 Nov 30, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch 2 times, most recently from 3366e33 to ac6faee Compare November 30, 2025 17:01
@renovate renovate bot changed the title ⬆️ 🛠️(deps): update dependency fastapi to v0.122.1 ⬆️ 🛠️(deps): update dependency fastapi to v0.123.0 Nov 30, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from ac6faee to 6db8600 Compare December 2, 2025 05:11
@renovate renovate bot changed the title ⬆️ 🛠️(deps): update dependency fastapi to v0.123.0 ⬆️ 🛠️(deps): update dependency fastapi to v0.123.1 Dec 2, 2025
@renovate renovate bot changed the title ⬆️ 🛠️(deps): update dependency fastapi to v0.123.1 ⬆️ 🛠️(deps): update dependency fastapi to v0.123.3 Dec 2, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 6db8600 to a7e1b2a Compare December 2, 2025 09:56
@renovate renovate bot changed the title ⬆️ 🛠️(deps): update dependency fastapi to v0.123.3 ⬆️ 🛠️(deps): update dependency fastapi to v0.123.4 Dec 2, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from a7e1b2a to ed2a72e Compare December 2, 2025 13:58
@renovate renovate bot changed the title ⬆️ 🛠️(deps): update dependency fastapi to v0.123.4 ⬆️ 🛠️(deps): update dependency fastapi to v0.123.5 Dec 2, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from ed2a72e to 0994929 Compare December 2, 2025 21:53
@renovate renovate bot changed the title ⬆️ 🛠️(deps): update dependency fastapi to v0.123.5 ⬆️ 🛠️(deps): update dependency fastapi to v0.123.6 Dec 4, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 0994929 to 3253634 Compare December 4, 2025 08:26
@renovate renovate bot changed the title ⬆️ 🛠️(deps): update dependency fastapi to v0.123.6 ⬆️ 🛠️(deps): update dependency fastapi to v0.123.8 Dec 4, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch 2 times, most recently from f8e9278 to 6fbce10 Compare December 5, 2025 03:04
@renovate renovate bot changed the title ⬆️ 🛠️(deps): update dependency fastapi to v0.123.8 ⬆️ 🛠️(deps): update dependency fastapi to v0.123.9 Dec 5, 2025
@renovate renovate bot changed the title ⬆️ 🛠️(deps): update dependency fastapi to v0.123.9 ⬆️ 🛠️(deps): update dependency fastapi to v0.123.10 Dec 6, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch 2 times, most recently from 719e6b1 to 343fc0b Compare December 6, 2025 13:56
@renovate renovate bot changed the title ⬆️ 🛠️(deps): update dependency fastapi to v0.123.10 ⬆️ 🛠️(deps): update dependency fastapi to v0.124.0 Dec 6, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 343fc0b to 6e915d6 Compare December 10, 2025 12:35
@renovate renovate bot changed the title ⬆️ 🛠️(deps): update dependency fastapi to v0.124.0 ⬆️ 🛠️(deps): update dependency fastapi to v0.124.2 Dec 10, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 6e915d6 to 33a7fa6 Compare December 12, 2025 17:01
@renovate renovate bot changed the title ⬆️ 🛠️(deps): update dependency fastapi to v0.124.2 ⬆️ 🛠️(deps): update dependency fastapi to v0.124.4 Dec 12, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 33a7fa6 to 8437c75 Compare December 18, 2025 03:37
@renovate renovate bot changed the title ⬆️ 🛠️(deps): update dependency fastapi to v0.124.4 ⬆️ 🛠️(deps): update dependency fastapi to v0.125.0 Dec 18, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 8437c75 to 6ee60b7 Compare December 20, 2025 18:48
@renovate renovate bot changed the title ⬆️ 🛠️(deps): update dependency fastapi to v0.125.0 ⬆️ 🛠️(deps): update dependency fastapi to v0.126.0 Dec 20, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 6ee60b7 to bf58041 Compare December 21, 2025 17:49
@renovate renovate bot changed the title ⬆️ 🛠️(deps): update dependency fastapi to v0.126.0 ⬆️ 🛠️(deps): update dependency fastapi to v0.127.0 Dec 21, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from bf58041 to 2cdbcff Compare December 26, 2025 16:48
@renovate renovate bot changed the title ⬆️ 🛠️(deps): update dependency fastapi to v0.127.0 ⬆️ 🛠️(deps): update dependency fastapi to v0.127.1 Dec 26, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 2cdbcff to 4aa7413 Compare December 27, 2025 16:50
@renovate renovate bot changed the title ⬆️ 🛠️(deps): update dependency fastapi to v0.127.1 ⬆️ 🛠️(deps): update dependency fastapi to v0.128.0 Dec 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant