Skip to content

chore(deps): update dependency fastapi to v0.135.2#495

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Nov 3, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
fastapi (changelog) 0.120.40.135.2 age confidence

Release Notes

fastapi/fastapi (fastapi)

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

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
  • 📝 Fix duplicated variable in docs_src/python_types/tutorial005_py39.py. PR #​14565 by [@&#8203

Configuration

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

🚦 Automerge: Enabled.

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 enabled auto-merge (rebase) November 3, 2025 16:58
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Nov 3, 2025

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/fastapi-0.x-lockfile branch from cc6c976 to 65fe72c Compare November 7, 2025 01:32
auto-merge was automatically disabled November 7, 2025 01:34

Base branch requires signed commits

@renovate renovate bot force-pushed the renovate/fastapi-0.x-lockfile branch from 65fe72c to f82674a Compare November 9, 2025 02:29
@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 9, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x-lockfile branch from f82674a to d91edc1 Compare November 11, 2025 04:03
@renovate renovate bot enabled auto-merge (rebase) November 11, 2025 04:03
auto-merge was automatically disabled November 11, 2025 04:05

Base branch requires signed commits

@renovate renovate bot force-pushed the renovate/fastapi-0.x-lockfile branch from d91edc1 to 8d57848 Compare November 14, 2025 00:54
@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 14, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x-lockfile branch from 8d57848 to 3bc768b Compare November 19, 2025 22:00
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.121.2 chore(deps): update dependency fastapi to v0.121.3 Nov 19, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x-lockfile branch from 3bc768b to 2ff72de Compare November 24, 2025 20:33
@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 enabled auto-merge (rebase) November 28, 2025 21:02
@renovate renovate bot force-pushed the renovate/fastapi-0.x-lockfile branch from 2ff72de to 15ed5e6 Compare November 28, 2025 21:02
@codecov-commenter
Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.95%. Comparing base (63eecb0) to head (15ed5e6).
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #495   +/-   ##
=======================================
  Coverage   95.95%   95.95%           
=======================================
  Files          19       19           
  Lines        1335     1335           
=======================================
  Hits         1281     1281           
  Misses         54       54           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

auto-merge was automatically disabled November 28, 2025 21:04

Base branch requires signed commits

@renovate renovate bot force-pushed the renovate/fastapi-0.x-lockfile branch from 15ed5e6 to cbf40b9 Compare November 30, 2025 12:49
@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-lockfile branch from cbf40b9 to 45b6479 Compare November 30, 2025 18:37
@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-lockfile branch from 45b6479 to a309d70 Compare December 2, 2025 05:28
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.123.0 chore(deps): update dependency fastapi to v0.123.1 Dec 2, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x-lockfile branch from a309d70 to 048c2c6 Compare December 2, 2025 10:37
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.123.1 chore(deps): update dependency fastapi to v0.123.3 Dec 2, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x-lockfile branch from 048c2c6 to 431ed52 Compare December 2, 2025 12:57
@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-lockfile branch from 431ed52 to c8d0588 Compare December 2, 2025 22:00
@renovate renovate bot force-pushed the renovate/fastapi-0.x-lockfile branch from a7a9530 to 9fd7394 Compare December 10, 2025 15:50
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.124.0 chore(deps): update dependency fastapi to v0.124.2 Dec 10, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x-lockfile branch from 9fd7394 to f1d4cb3 Compare December 12, 2025 17:14
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.124.2 chore(deps): update dependency fastapi to v0.124.4 Dec 12, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x-lockfile branch from f1d4cb3 to 70b4704 Compare December 15, 2025 10:11
@renovate renovate bot enabled auto-merge (rebase) December 15, 2025 10:11
auto-merge was automatically disabled December 15, 2025 10:14

Base branch requires signed commits

@renovate renovate bot enabled auto-merge (rebase) December 18, 2025 03:08
@renovate renovate bot force-pushed the renovate/fastapi-0.x-lockfile branch from 70b4704 to a147dd0 Compare December 18, 2025 03:08
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.124.4 chore(deps): update dependency fastapi to v0.125.0 Dec 18, 2025
auto-merge was automatically disabled December 18, 2025 03:10

Base branch requires signed commits

@renovate renovate bot enabled auto-merge (rebase) December 19, 2025 21:36
@renovate renovate bot force-pushed the renovate/fastapi-0.x-lockfile branch from a147dd0 to 075febf Compare December 19, 2025 21:36
auto-merge was automatically disabled December 19, 2025 21:38

Base branch requires signed commits

@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.125.0 chore(deps): update dependency fastapi to v0.126.0 Dec 20, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x-lockfile branch from 075febf to 11a5c6c Compare December 21, 2025 18:11
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.126.0 chore(deps): update dependency fastapi to v0.127.0 Dec 21, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x-lockfile branch from 11a5c6c to d7a4c32 Compare December 25, 2025 16:37
@renovate renovate bot enabled auto-merge (rebase) December 25, 2025 16:37
auto-merge was automatically disabled December 25, 2025 16:39

Base branch requires signed commits

@renovate renovate bot force-pushed the renovate/fastapi-0.x-lockfile branch from d7a4c32 to 6604d8e Compare December 26, 2025 16:52
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.127.0 chore(deps): update dependency fastapi to v0.127.1 Dec 26, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x-lockfile branch from 6604d8e to 2a4ac23 Compare December 27, 2025 16:55
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.127.1 chore(deps): update dependency fastapi to v0.128.0 Dec 27, 2025
@renovate renovate bot enabled auto-merge (rebase) January 6, 2026 16:59
@renovate renovate bot force-pushed the renovate/fastapi-0.x-lockfile branch from 2a4ac23 to 0ad27bd Compare January 6, 2026 16:59
auto-merge was automatically disabled January 6, 2026 17:01

Base branch requires signed commits

@renovate renovate bot enabled auto-merge (rebase) January 24, 2026 18:00
@renovate renovate bot force-pushed the renovate/fastapi-0.x-lockfile branch from 0ad27bd to b458e43 Compare January 24, 2026 18:00
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.

1 participant