Skip to content

chore(deps): update dependency fastapi to v0.136.1 (main)#13

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/main-fastapi-0.x
Open

chore(deps): update dependency fastapi to v0.136.1 (main)#13
renovate[bot] wants to merge 1 commit intomainfrom
renovate/main-fastapi-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Sep 16, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
fastapi (changelog) ==0.116.1==0.136.1 age confidence

Release Notes

fastapi/fastapi (fastapi)

v0.136.1

Compare Source

Upgrades
Internal

v0.136.0

Compare Source

Upgrades

v0.135.4

Compare Source

Refactors
Internal

v0.135.3

Compare Source

Features
Docs
Internal

v0.135.2

Compare Source

Upgrades
Docs
Translations
Internal

v0.135.1

Compare Source

Fixes
  • 🐛 Fix, avoid yield from a TaskGroup, only as an async context manager, closed in the request async exit stack. PR #​15038 by @​tiangolo.
Docs
Internal

v0.135.0

Compare Source

Features

v0.134.0

Compare Source

Features
  • ✨ Add support for streaming JSON Lines and binary data with yield. PR #​15022 by @​tiangolo.
    • This also upgrades Starlette from >=0.40.0 to >=0.46.0, as it's needed to properly unrwap and re-raise exceptions from exception groups.
    • New docs: Stream JSON Lines.
    • And new docs: Stream Data.
Docs
Internal

v0.133.1

Compare Source

Features
Internal

v0.133.0

Compare Source

v0.132.1

Compare Source

Refactors
Internal

v0.132.0

Compare Source

Breaking Changes
  • 🔒️ Add strict_content_type checking for JSON requests. PR #​14978 by @​tiangolo.
    • Now FastAPI checks, by default, that JSON requests have a Content-Type header with a valid JSON value, like application/json, and rejects requests that don't.
    • If the clients for your app don't send a valid Content-Type header you can disable this with strict_content_type=False.
    • Check the new docs: Strict Content-Type Checking.
Internal

v0.131.0

Compare Source

Breaking Changes

v0.130.0

Compare Source

Features

v0.129.2

Compare Source

Internal

v0.129.1

Compare Source

Fixes
  • ♻️ Fix JSON Schema for bytes, use "contentMediaType": "application/octet-stream" instead of "format": "binary". PR #​14953 by @​tiangolo.
Docs
Translations
Internal

v0.129.0

Compare Source

Breaking Changes
Refactors
Docs
Internal

v0.128.8

Compare Source

Docs
Internal

v0.128.7

Compare Source

Features
Refactors
  • ♻️ Simplify reading files in memory, do it sequentially instead of (fake) parallel. PR #​14884 by @​tiangolo.
Docs
Internal

v0.128.6

Compare Source

Fixes
Translations
Internal

v0.128.5

Compare Source

Refactors
  • ♻️ Refactor and simplify Pydantic v2 (and v1) compatibility internal utils. PR #​14862 by @​tiangolo.
Internal
  • ✅ Add inline snapshot tests for OpenAPI before changes from Pydantic v2. PR #​14864 by @​tiangolo.

v0.128.4

Compare Source

Refactors
  • ♻️ Refactor internals, simplify Pydantic v2/v1 utils, create_model_field, better types for lenient_issubclass. PR #​14860 by @​tiangolo.
  • ♻️ Simplify internals, remove Pydantic v1 only logic, no longer needed. PR #​14857 by @​tiangolo.
  • ♻️ Refactor internals, cleanup unneeded Pydantic v1 specific logic. PR #​14856 by @​tiangolo.
Translations
Internal

v0.128.3

Compare Source

Refactors
  • ♻️ Re-implement on_event in FastAPI for compatibility with the next Starlette, while keeping backwards compatibility. PR #​14851 by @​tiangolo.
Upgrades
  • ⬆️ Upgrade Starlette supported version range to starlette>=0.40.0,<1.0.0. PR #​14853 by @​tiangolo.
Translations
Internal
  • 👷 Run tests with Starlette from git. PR #​14849 by @​tiangolo.
  • 👷 Run tests with lower bound uv sync, upgrade fastapi[all] minimum dependencies: ujson >=5.8.0, orjson >=3.9.3. PR #​14846 by @​tiangolo.

v0.128.2

Compare Source

Features
Fixes
Docs
Translations
Internal

v0.128.1

Compare Source

Features
  • ✨ Add viewport meta tag to improve Swagger UI on mobile devices. PR #​14777 by @​Joab0.
  • 🚸 Improve error message for invalid query parameter type annotations. PR #​14479 by @​retwish.
Fixes
Refactors
Docs
Translations
Internal

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • 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/main-fastapi-0.x branch from 772518c to 7e332d7 Compare September 20, 2025 21:42
@renovate renovate Bot changed the title chore(deps): update dependency fastapi to v0.116.2 (main) chore(deps): update dependency fastapi to v0.117.1 (main) Sep 20, 2025
@renovate renovate Bot force-pushed the renovate/main-fastapi-0.x branch from 7e332d7 to 2232e52 Compare September 29, 2025 04:54
@renovate renovate Bot changed the title chore(deps): update dependency fastapi to v0.117.1 (main) chore(deps): update dependency fastapi to v0.118.0 (main) Sep 29, 2025
@renovate renovate Bot changed the title chore(deps): update dependency fastapi to v0.118.0 (main) chore(deps): update dependency fastapi to v0.118.1 (main) Oct 8, 2025
@renovate renovate Bot force-pushed the renovate/main-fastapi-0.x branch 2 times, most recently from 2491ae6 to 0cd3011 Compare October 8, 2025 18:05
@renovate renovate Bot changed the title chore(deps): update dependency fastapi to v0.118.1 (main) chore(deps): update dependency fastapi to v0.118.2 (main) Oct 8, 2025
@renovate renovate Bot changed the title chore(deps): update dependency fastapi to v0.118.2 (main) chore(deps): update dependency fastapi to v0.118.3 (main) Oct 10, 2025
@renovate renovate Bot force-pushed the renovate/main-fastapi-0.x branch 2 times, most recently from 63d2154 to 9bf1aef Compare October 11, 2025 21:32
@renovate renovate Bot changed the title chore(deps): update dependency fastapi to v0.118.3 (main) chore(deps): update dependency fastapi to v0.119.0 (main) Oct 11, 2025
@renovate renovate Bot changed the title chore(deps): update dependency fastapi to v0.119.0 (main) chore(deps): update dependency fastapi to v0.119.1 (main) Oct 20, 2025
@renovate renovate Bot force-pushed the renovate/main-fastapi-0.x branch 2 times, most recently from 762a8a9 to b8899dd Compare October 24, 2025 02:12
@renovate renovate Bot changed the title chore(deps): update dependency fastapi to v0.119.1 (main) chore(deps): update dependency fastapi to v0.120.0 (main) Oct 24, 2025
@renovate renovate Bot force-pushed the renovate/main-fastapi-0.x branch from b8899dd to caaedcf Compare October 27, 2025 18:38
@renovate renovate Bot changed the title chore(deps): update dependency fastapi to v0.120.0 (main) chore(deps): update dependency fastapi to v0.120.1 (main) Oct 27, 2025
@renovate renovate Bot force-pushed the renovate/main-fastapi-0.x branch from caaedcf to 6ac2a02 Compare October 29, 2025 23:59
@renovate renovate Bot changed the title chore(deps): update dependency fastapi to v0.120.1 (main) chore(deps): update dependency fastapi to v0.120.2 (main) Oct 29, 2025
@renovate renovate Bot force-pushed the renovate/main-fastapi-0.x branch from 6ac2a02 to c7433e3 Compare October 30, 2025 23:57
@renovate renovate Bot changed the title chore(deps): update dependency fastapi to v0.120.2 (main) chore(deps): update dependency fastapi to v0.120.3 (main) Oct 30, 2025
@renovate renovate Bot changed the title chore(deps): update dependency fastapi to v0.120.3 (main) chore(deps): update dependency fastapi to v0.120.4 (main) Oct 31, 2025
@renovate renovate Bot force-pushed the renovate/main-fastapi-0.x branch from c7433e3 to d2064ae Compare October 31, 2025 22:54
@renovate renovate Bot changed the title chore(deps): update dependency fastapi to v0.120.4 (main) chore(deps): update dependency fastapi to v0.121.0 (main) Nov 3, 2025
@renovate renovate Bot force-pushed the renovate/main-fastapi-0.x branch 2 times, most recently from b8e2662 to 68a12ca Compare November 9, 2025 00:38
@renovate renovate Bot changed the title chore(deps): update dependency fastapi to v0.121.0 (main) chore(deps): update dependency fastapi to v0.121.1 (main) Nov 9, 2025
@renovate renovate Bot changed the title chore(deps): update dependency fastapi to v0.121.1 (main) chore(deps): update dependency fastapi to v0.121.2 (main) Nov 14, 2025
@renovate renovate Bot changed the title chore(deps): update dependency fastapi to v0.123.1 (main) chore(deps): update dependency fastapi to v0.123.3 (main) Dec 2, 2025
@renovate renovate Bot force-pushed the renovate/main-fastapi-0.x branch 2 times, most recently from a51a8be to 62da581 Compare December 2, 2025 13:03
@renovate renovate Bot changed the title chore(deps): update dependency fastapi to v0.123.3 (main) chore(deps): update dependency fastapi to v0.123.4 (main) Dec 2, 2025
@renovate renovate Bot changed the title chore(deps): update dependency fastapi to v0.123.4 (main) chore(deps): update dependency fastapi to v0.123.5 (main) Dec 2, 2025
@renovate renovate Bot force-pushed the renovate/main-fastapi-0.x branch 2 times, most recently from 015e004 to eaeab12 Compare December 4, 2025 09:49
@renovate renovate Bot changed the title chore(deps): update dependency fastapi to v0.123.5 (main) chore(deps): update dependency fastapi to v0.123.7 (main) Dec 4, 2025
@renovate renovate Bot force-pushed the renovate/main-fastapi-0.x branch from eaeab12 to 880ac1f Compare December 4, 2025 15:47
@renovate renovate Bot changed the title chore(deps): update dependency fastapi to v0.123.7 (main) chore(deps): update dependency fastapi to v0.123.8 (main) Dec 4, 2025
@renovate renovate Bot force-pushed the renovate/main-fastapi-0.x branch from 880ac1f to 6468f2d Compare December 5, 2025 04:54
@renovate renovate Bot changed the title chore(deps): update dependency fastapi to v0.123.8 (main) chore(deps): update dependency fastapi to v0.123.9 (main) Dec 5, 2025
@renovate renovate Bot force-pushed the renovate/main-fastapi-0.x branch from 6468f2d to 56098b9 Compare December 6, 2025 03:47
@renovate renovate Bot changed the title chore(deps): update dependency fastapi to v0.123.9 (main) chore(deps): update dependency fastapi to v0.123.10 (main) Dec 6, 2025
@renovate renovate Bot force-pushed the renovate/main-fastapi-0.x branch from 56098b9 to 3271ad3 Compare December 6, 2025 16:28
@renovate renovate Bot changed the title chore(deps): update dependency fastapi to v0.123.10 (main) chore(deps): update dependency fastapi to v0.124.0 (main) Dec 6, 2025
@renovate renovate Bot force-pushed the renovate/main-fastapi-0.x branch from 3271ad3 to ba44e7b Compare December 10, 2025 14:50
@renovate renovate Bot changed the title chore(deps): update dependency fastapi to v0.124.0 (main) chore(deps): update dependency fastapi to v0.124.2 (main) Dec 10, 2025
@renovate renovate Bot force-pushed the renovate/main-fastapi-0.x branch from ba44e7b to 85e25aa Compare December 12, 2025 17:09
@renovate renovate Bot changed the title chore(deps): update dependency fastapi to v0.124.2 (main) chore(deps): update dependency fastapi to v0.124.4 (main) Dec 12, 2025
@renovate renovate Bot force-pushed the renovate/main-fastapi-0.x branch from 85e25aa to 6688b81 Compare December 18, 2025 03:40
@renovate renovate Bot changed the title chore(deps): update dependency fastapi to v0.124.4 (main) chore(deps): update dependency fastapi to v0.125.0 (main) Dec 18, 2025
@renovate renovate Bot force-pushed the renovate/main-fastapi-0.x branch from 6688b81 to 70e5c7d Compare December 20, 2025 17:13
@renovate renovate Bot changed the title chore(deps): update dependency fastapi to v0.125.0 (main) chore(deps): update dependency fastapi to v0.126.0 (main) Dec 20, 2025
@renovate renovate Bot force-pushed the renovate/main-fastapi-0.x branch from 70e5c7d to 14dadcd Compare December 21, 2025 17:38
@renovate renovate Bot changed the title chore(deps): update dependency fastapi to v0.126.0 (main) chore(deps): update dependency fastapi to v0.127.0 (main) Dec 21, 2025
@renovate renovate Bot force-pushed the renovate/main-fastapi-0.x branch from 14dadcd to 8be3717 Compare December 26, 2025 17:27
@renovate renovate Bot changed the title chore(deps): update dependency fastapi to v0.127.0 (main) chore(deps): update dependency fastapi to v0.127.1 (main) Dec 26, 2025
@renovate renovate Bot force-pushed the renovate/main-fastapi-0.x branch from 8be3717 to bafd59d Compare December 27, 2025 17:34
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.

0 participants