Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 2, 2024

This PR contains the following updates:

Package Change Age Confidence
fastapi (changelog) ==0.110.0 -> ==0.118.3 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

v0.115.14

Compare Source

Fixes
Docs
Translations
Internal

v0.115.13

Compare Source

Fixes
  • 🐛 Fix truncating the model's description with form feed (\f) character for Pydantic V2. PR #​13698 by @​YuriiMotov.
Refactors
Upgrades
Docs
Translations
Internal

v0.115.12

Compare Source

Fixes
Docs
Translations
Internal

v0.115.11

Compare Source

Fixes
Translations
  • 🌐 Add Russian translation for docs/ru/docs/tutorial/middleware.md. PR #​13412 by @​alv2017.
Internal

v0.115.10

Compare Source

Fixes
  • ♻️ Update internal annotation usage for compatibility with Pydantic 2.11. PR #​13314 by @​Viicos.
Upgrades
Translations

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 force-pushed the renovate/fastapi-0.x branch from 39d698c to 99c7608 Compare April 3, 2024 19:53
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 99c7608 to a1aa7ec Compare April 10, 2024 23:18
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from a1aa7ec to 0b5bce9 Compare April 19, 2024 04:30
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.110.1 chore(deps): update dependency fastapi to v0.110.2 Apr 19, 2024
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 0b5bce9 to 7d76697 Compare April 30, 2024 01:38
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.110.2 chore(deps): update dependency fastapi to v0.110.3 Apr 30, 2024
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 7d76697 to 5be5fb3 Compare May 3, 2024 08:57
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.110.3 chore(deps): update dependency fastapi to v0.111.0 May 3, 2024
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch 2 times, most recently from dfe1712 to 715781a Compare May 10, 2024 14:23
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch 2 times, most recently from 1abbccc to df0a231 Compare May 23, 2024 16:58
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch 3 times, most recently from efa1b79 to af8cdf4 Compare June 5, 2024 12:24
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from af8cdf4 to 351b7f1 Compare June 11, 2024 10:16
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch 2 times, most recently from 87e4eea to 71548ff Compare June 20, 2024 18:00
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch 4 times, most recently from 7ff26de to de0612a Compare July 6, 2024 04:44
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch 2 times, most recently from bf2a585 to c0543a1 Compare July 14, 2024 20:20
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.111.0 chore(deps): update dependency fastapi to v0.111.1 Jul 14, 2024
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch 2 times, most recently from 26a98fd to babeb8a Compare July 23, 2024 00:14
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch 2 times, most recently from 445cf34 to 71359f2 Compare August 2, 2024 06:23
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 6cab1ac to a43b5b3 Compare March 29, 2025 12:26
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch 3 times, most recently from 6b6ea33 to 75b594c Compare April 20, 2025 13:14
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch 2 times, most recently from 1ae6ddf to b5af6f9 Compare May 3, 2025 20:46
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from b5af6f9 to 3e3ea91 Compare May 5, 2025 17:04
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 3e3ea91 to 67305f9 Compare May 20, 2025 15:40
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch 2 times, most recently from e78a4df to 0a7bf8b Compare June 17, 2025 15:30
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.115.12 chore(deps): update dependency fastapi to v0.115.13 Jun 17, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 0a7bf8b to d08ff92 Compare June 26, 2025 21:32
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.115.13 chore(deps): update dependency fastapi to v0.115.14 Jun 26, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from d08ff92 to fcb59a2 Compare July 7, 2025 18:43
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.115.14 chore(deps): update dependency fastapi to v0.116.0 Jul 7, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from fcb59a2 to 05f9644 Compare July 11, 2025 17:45
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.116.0 chore(deps): update dependency fastapi to v0.116.1 Jul 11, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 05f9644 to 016d4b9 Compare September 16, 2025 19:46
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.116.1 chore(deps): update dependency fastapi to v0.116.2 Sep 16, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 016d4b9 to 31df673 Compare September 20, 2025 21:49
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.116.2 chore(deps): update dependency fastapi to v0.117.1 Sep 20, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 31df673 to 1c07dfa Compare September 29, 2025 07:10
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.117.1 chore(deps): update dependency fastapi to v0.118.0 Sep 29, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 1c07dfa to 7f9b0e5 Compare October 8, 2025 12:08
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.118.0 chore(deps): update dependency fastapi to v0.118.1 Oct 8, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 7f9b0e5 to a867223 Compare October 8, 2025 16:48
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.118.1 chore(deps): update dependency fastapi to v0.118.2 Oct 8, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from a867223 to 489f9e4 Compare October 10, 2025 11:40
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.118.2 chore(deps): update dependency fastapi to v0.118.3 Oct 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants