Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 31, 2025

This PR contains the following updates:

Package Change Age Confidence
fastapi (changelog) ==0.121.2 -> ==0.123.9 age confidence

Release Notes

fastapi/fastapi (fastapi)

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

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 becomes conflicted, or you tick the rebase/retry checkbox.

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


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

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

@github-actions
Copy link
Contributor

Please format your code with isort and black: isort --check-only --diff --profile black . && black --check --diff ..

@github-actions
Copy link
Contributor

github-actions bot commented Oct 31, 2025

🔬 Pylint score output: Your code has been rated at 7.78/10

@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 2a51b8d to 26f98d4 Compare October 31, 2025 23:06
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.120.3 chore(deps): update dependency fastapi to v0.120.4 Oct 31, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 26f98d4 to 3de38f2 Compare November 3, 2025 15:30
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.120.4 chore(deps): update dependency fastapi to v0.121.0 Nov 3, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 3de38f2 to 5cfa64a Compare November 8, 2025 22:46
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.121.0 chore(deps): update dependency fastapi to v0.121.1 Nov 8, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 5cfa64a to b93b233 Compare November 10, 2025 08:51
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.121.1 chore(deps): update dependency fastapi to v0.121.2 Nov 13, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from b93b233 to e2b07bd Compare November 13, 2025 21:56
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.121.2 chore(deps): update dependency fastapi to v0.121.2 - autoclosed Nov 16, 2025
@renovate renovate bot closed this Nov 16, 2025
@renovate renovate bot deleted the renovate/fastapi-0.x branch November 16, 2025 07:03
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.121.2 - autoclosed chore(deps): update dependency fastapi to v0.121.3 Nov 19, 2025
@renovate renovate bot reopened this Nov 19, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch 2 times, most recently from e2b07bd to 3674258 Compare November 19, 2025 18:02
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.121.3 chore(deps): update dependency fastapi to v0.122.0 Nov 24, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch 2 times, most recently from 65e2440 to 2d72ab6 Compare November 25, 2025 16:27
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.122.0 chore(deps): update dependency fastapi to v0.122.1 Nov 30, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 2d72ab6 to 515ad3f Compare November 30, 2025 14:07
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.122.1 chore(deps): update dependency fastapi to v0.123.0 Nov 30, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 515ad3f to 164ef4c Compare November 30, 2025 17:50
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.123.0 chore(deps): update dependency fastapi to v0.123.2 Dec 2, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch 2 times, most recently from 3038be3 to 23d974a Compare December 2, 2025 09:44
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.123.2 chore(deps): update dependency fastapi to v0.123.3 Dec 2, 2025
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.123.3 chore(deps): update dependency fastapi to v0.123.4 Dec 2, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 23d974a to 5edbe64 Compare December 2, 2025 12:44
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.123.4 chore(deps): update dependency fastapi to v0.123.5 Dec 2, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch 2 times, most recently from aa81879 to ccc1539 Compare December 4, 2025 09:59
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.123.5 chore(deps): update dependency fastapi to v0.123.7 Dec 4, 2025
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.123.7 chore(deps): update dependency fastapi to v0.123.8 Dec 4, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from ccc1539 to bf06081 Compare December 4, 2025 18:11
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from bf06081 to 8ed1544 Compare December 5, 2025 05:07
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.123.8 chore(deps): update dependency fastapi to v0.123.9 Dec 5, 2025
@sonarqubecloud
Copy link

sonarqubecloud bot commented Dec 5, 2025

@ivwalle
Copy link
Contributor

ivwalle commented Dec 5, 2025

Already merged in another PR

@ivwalle ivwalle closed this Dec 5, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Dec 5, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (==0.123.9). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants