Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 11, 2025

This PR contains the following updates:

Package Change Age Confidence
fastapi (changelog) >=0.70.0,<0.116.0 -> >=0.118.3,<0.119.0 age confidence

Release Notes

fastapi/fastapi (fastapi)

v0.118.3

Compare Source

Upgrades

v0.118.2

Compare Source

Fixes
Internal

v0.118.1

Compare Source

Upgrades
Docs
Translations
Internal

v0.118.0

Compare Source

0.118.0

Fixes
  • 🐛 Fix support for StreamingResponses with dependencies with yield or UploadFiles, close after the response is done. PR #​14099 by @​tiangolo.

Before FastAPI 0.118.0, if you used a dependency with yield, it would run the exit code after the path operation function returned but right before sending the response.

This change also meant that if you returned a StreamingResponse, the exit code of the dependency with yield would have been already run.

For example, if you had a database session in a dependency with yield, the StreamingResponse would not be able to use that session while streaming data because the session would have already been closed in the exit code after yield.

This behavior was reverted in 0.118.0, to make the exit code after yield be executed after the response is sent.

You can read more about it in the docs for Advanced Dependencies - Dependencies with yield, HTTPException, except and Background Tasks. Including what you could do if you wanted to close a database session earlier, before returning the response to the client.

Docs
Translations
Internal

v0.117.1

Compare Source

Fixes

v0.117.0

Compare Source

Features
Fixes
  • ⚡️ Fix default_factory for response model field with Pydantic V1. PR #​9704 by @​vvanglro.
  • 🐛 Fix inconsistent processing of model docstring formfeed char with Pydantic V1. PR #​6039 by @​MaxwellPayne.
  • 🐛 Fix jsonable_encoder alters json_encoders of Pydantic v1 objects. PR #​4972 by @​aboubacs.
  • 🐛 Reenable allow_arbitrary_types when only 1 argument is used on the API endpoint. PR #​13694 by @​rmawatson.
  • 🐛 Fix inspect.getcoroutinefunction() can break testing with unittest.mock.patch(). PR #​14022 by @​secrett2633.
Refactors
Docs
Translations
Internal

v0.116.2

Compare Source

Upgrades
Docs
Translations
Internal

v0.116.1

Compare Source

Upgrades
Docs
  • 📝 Add notification about impending changes in Translations to docs/en/docs/contributing.md. PR #​13886 by @​YuriiMotov.
Internal

v0.116.0

Compare Source

Features

Installing fastapi[standard] now includes fastapi-cloud-cli.

This will allow you to deploy to FastAPI Cloud with the fastapi deploy command.

If you want to install fastapi with the standard dependencies but without fastapi-cloud-cli, you can install instead fastapi[standard-no-fastapi-cloud-cli].

Translations
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 becomes conflicted, 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 force-pushed the renovate/fastapi-0.x branch from 6acc9b4 to d60b870 Compare September 16, 2025 18:57
@renovate renovate bot changed the title chore(deps): update dependency fastapi to >=0.116.1,<0.117.0 chore(deps): update dependency fastapi to >=0.116.2,<0.117.0 Sep 16, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from d60b870 to a904183 Compare September 20, 2025 20:27
@renovate renovate bot changed the title chore(deps): update dependency fastapi to >=0.116.2,<0.117.0 chore(deps): update dependency fastapi to >=0.117.1,<0.118.0 Sep 20, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from a904183 to 975acc4 Compare September 29, 2025 06:05
@renovate renovate bot changed the title chore(deps): update dependency fastapi to >=0.117.1,<0.118.0 chore(deps): update dependency fastapi to >=0.118.0,<0.119.0 Sep 29, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 975acc4 to 4f94cdc Compare October 8, 2025 10:45
@renovate renovate bot changed the title chore(deps): update dependency fastapi to >=0.118.0,<0.119.0 chore(deps): update dependency fastapi to >=0.118.1,<0.119.0 Oct 8, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 4f94cdc to 52557d9 Compare October 8, 2025 19:02
@renovate renovate bot changed the title chore(deps): update dependency fastapi to >=0.118.1,<0.119.0 chore(deps): update dependency fastapi to >=0.118.2,<0.119.0 Oct 8, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 52557d9 to 33aac57 Compare October 10, 2025 13:33
@renovate renovate bot changed the title chore(deps): update dependency fastapi to >=0.118.2,<0.119.0 chore(deps): update dependency fastapi to >=0.118.3,<0.119.0 Oct 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants