Skip to content

fix(deps): update dependency fastapi to ^0.135.0#121

Merged
sdglitched merged 1 commit intomainfrom
renovate/fastapi-0.x
Apr 4, 2026
Merged

fix(deps): update dependency fastapi to ^0.135.0#121
sdglitched merged 1 commit intomainfrom
renovate/fastapi-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 12, 2026

This PR contains the following updates:

Package Change Age Confidence
fastapi (changelog) ^0.128.0^0.135.0 age confidence

Release Notes

fastapi/fastapi (fastapi)

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

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 3 times, most recently from 51215fd to d81861e Compare February 22, 2026 17:45
@renovate renovate Bot changed the title fix(deps): update dependency fastapi to ^0.129.0 fix(deps): update dependency fastapi to ^0.131.0 Feb 22, 2026
@renovate renovate Bot force-pushed the renovate/fastapi-0.x branch from d81861e to 47de628 Compare February 23, 2026 22:48
@renovate renovate Bot changed the title fix(deps): update dependency fastapi to ^0.131.0 fix(deps): update dependency fastapi to ^0.132.0 Feb 23, 2026
@renovate renovate Bot changed the title fix(deps): update dependency fastapi to ^0.132.0 fix(deps): update dependency fastapi to ^0.133.0 Feb 24, 2026
@renovate renovate Bot force-pushed the renovate/fastapi-0.x branch 4 times, most recently from 78781f8 to 6d9b991 Compare February 27, 2026 21:47
@renovate renovate Bot changed the title fix(deps): update dependency fastapi to ^0.133.0 fix(deps): update dependency fastapi to ^0.134.0 Feb 27, 2026
@renovate renovate Bot force-pushed the renovate/fastapi-0.x branch from 6d9b991 to 1147086 Compare March 1, 2026 21:52
@renovate renovate Bot changed the title fix(deps): update dependency fastapi to ^0.134.0 fix(deps): update dependency fastapi to ^0.135.0 Mar 1, 2026
@renovate renovate Bot force-pushed the renovate/fastapi-0.x branch from 1147086 to 4861fcb Compare March 23, 2026 14:43
@renovate renovate Bot force-pushed the renovate/fastapi-0.x branch from 4861fcb to 15193cc Compare April 1, 2026 17:09
@sdglitched sdglitched self-assigned this Apr 2, 2026
@renovate renovate Bot force-pushed the renovate/fastapi-0.x branch from 15193cc to 3eb0e6b Compare April 2, 2026 14:46
@sdglitched sdglitched merged commit e37b86e into main Apr 4, 2026
4 checks passed
@sdglitched sdglitched deleted the renovate/fastapi-0.x branch April 4, 2026 14:32
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