Skip to content

chore(deps): Update dependency fastapi to v0.136.1#78

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

chore(deps): Update dependency fastapi to v0.136.1#78
renovate[bot] wants to merge 1 commit intodevelopfrom
deps/fastapi-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jul 19, 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.0==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

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "every weekend"
  • 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 deps/fastapi-0.x branch from a1bb833 to 256ac41 Compare August 10, 2025 13:36
@sonarqubecloud
Copy link
Copy Markdown

@renovate renovate Bot force-pushed the deps/fastapi-0.x branch from 256ac41 to b5e95b2 Compare September 19, 2025 21:43
@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 19, 2025
@renovate renovate Bot force-pushed the deps/fastapi-0.x branch from b5e95b2 to 3efb0d7 Compare September 23, 2025 22:46
@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 23, 2025
@renovate renovate Bot force-pushed the deps/fastapi-0.x branch from 3efb0d7 to 7719017 Compare October 2, 2025 04:27
@renovate renovate Bot changed the title chore(deps): Update dependency fastapi to v0.117.1 chore(deps): Update dependency fastapi to v0.118.0 Oct 2, 2025
@renovate renovate Bot force-pushed the deps/fastapi-0.x branch from 7719017 to 5f212d8 Compare October 11, 2025 09:49
@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 11, 2025
@renovate renovate Bot force-pushed the deps/fastapi-0.x branch from 5f212d8 to 43d3e70 Compare October 11, 2025 17:32
@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 11, 2025
@renovate renovate Bot force-pushed the deps/fastapi-0.x branch from 43d3e70 to 80e50fa Compare October 13, 2025 14:34
@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 13, 2025
@renovate renovate Bot force-pushed the deps/fastapi-0.x branch from 80e50fa to e8ff9f5 Compare October 14, 2025 19:59
@renovate renovate Bot changed the title chore(deps): Update dependency fastapi to v0.118.3 chore(deps): Update dependency fastapi to v0.119.0 Oct 14, 2025
@renovate renovate Bot force-pushed the deps/fastapi-0.x branch from e8ff9f5 to 7261f39 Compare October 23, 2025 13:57
@renovate renovate Bot changed the title chore(deps): Update dependency fastapi to v0.119.0 chore(deps): Update dependency fastapi to v0.119.1 Oct 23, 2025
@renovate renovate Bot force-pushed the deps/fastapi-0.x branch from 7261f39 to b15093c Compare October 26, 2025 20:57
@renovate renovate Bot changed the title chore(deps): Update dependency fastapi to v0.119.1 chore(deps): Update dependency fastapi to v0.120.0 Oct 26, 2025
@renovate renovate Bot force-pushed the deps/fastapi-0.x branch from b15093c to d662670 Compare October 30, 2025 21:52
@renovate renovate Bot changed the title chore(deps): Update dependency fastapi to v0.120.0 chore(deps): Update dependency fastapi to v0.120.1 Oct 30, 2025
@renovate renovate Bot force-pushed the deps/fastapi-0.x branch from d662670 to ad3acdb Compare November 1, 2025 17:44
@renovate renovate Bot changed the title chore(deps): Update dependency fastapi to v0.120.1 chore(deps): Update dependency fastapi to v0.120.2 Nov 1, 2025
@renovate renovate Bot force-pushed the deps/fastapi-0.x branch from ad3acdb to 21c47b1 Compare November 2, 2025 22:33
@renovate renovate Bot changed the title chore(deps): Update dependency fastapi to v0.120.2 chore(deps): Update dependency fastapi to v0.120.3 Nov 2, 2025
@renovate renovate Bot force-pushed the deps/fastapi-0.x branch from 21c47b1 to dd9a6a3 Compare November 3, 2025 18:58
@renovate renovate Bot changed the title chore(deps): Update dependency fastapi to v0.120.3 chore(deps): Update dependency fastapi to v0.120.4 Nov 3, 2025
@renovate renovate Bot force-pushed the deps/fastapi-0.x branch from dd9a6a3 to 344fd8a Compare November 6, 2025 13:37
@renovate renovate Bot changed the title chore(deps): Update dependency fastapi to v0.123.0 chore(deps): Update dependency fastapi to v0.123.2 Dec 5, 2025
@renovate renovate Bot force-pushed the deps/fastapi-0.x branch from 28dca89 to 212834d Compare December 5, 2025 10:07
@renovate renovate Bot changed the title chore(deps): Update dependency fastapi to v0.123.2 chore(deps): Update dependency fastapi to v0.123.3 Dec 5, 2025
@renovate renovate Bot force-pushed the deps/fastapi-0.x branch from 212834d to 238427d Compare December 5, 2025 13:58
@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 5, 2025
@renovate renovate Bot force-pushed the deps/fastapi-0.x branch from 238427d to c78bf80 Compare December 6, 2025 02:44
@renovate renovate Bot changed the title chore(deps): Update dependency fastapi to v0.123.4 chore(deps): Update dependency fastapi to v0.123.5 Dec 6, 2025
@renovate renovate Bot force-pushed the deps/fastapi-0.x branch from c78bf80 to c4b4e74 Compare December 7, 2025 09:12
@renovate renovate Bot changed the title chore(deps): Update dependency fastapi to v0.123.5 chore(deps): Update dependency fastapi to v0.123.7 Dec 7, 2025
@renovate renovate Bot force-pushed the deps/fastapi-0.x branch from c4b4e74 to 80c5a74 Compare December 7, 2025 17:08
@renovate renovate Bot changed the title chore(deps): Update dependency fastapi to v0.123.7 chore(deps): Update dependency fastapi to v0.123.8 Dec 7, 2025
@renovate renovate Bot force-pushed the deps/fastapi-0.x branch from 80c5a74 to d2accd2 Compare December 8, 2025 01:56
@renovate renovate Bot changed the title chore(deps): Update dependency fastapi to v0.123.8 chore(deps): Update dependency fastapi to v0.123.9 Dec 8, 2025
@renovate renovate Bot force-pushed the deps/fastapi-0.x branch from d2accd2 to b6acac6 Compare December 8, 2025 22:33
@renovate renovate Bot changed the title chore(deps): Update dependency fastapi to v0.123.9 chore(deps): Update dependency fastapi to v0.123.10 Dec 8, 2025
@renovate renovate Bot force-pushed the deps/fastapi-0.x branch from b6acac6 to 9dd06b5 Compare December 9, 2025 17:07
@renovate renovate Bot changed the title chore(deps): Update dependency fastapi to v0.123.10 chore(deps): Update dependency fastapi to v0.124.0 Dec 9, 2025
@renovate renovate Bot force-pushed the deps/fastapi-0.x branch from 9dd06b5 to fab1593 Compare December 13, 2025 12:32
@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 13, 2025
@renovate renovate Bot force-pushed the deps/fastapi-0.x branch from fab1593 to 7c3d255 Compare December 15, 2025 17:55
@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 15, 2025
@renovate renovate Bot force-pushed the deps/fastapi-0.x branch from 7c3d255 to 0db9117 Compare December 20, 2025 22:03
@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 20, 2025
@renovate renovate Bot force-pushed the deps/fastapi-0.x branch from 0db9117 to 9b72fbe Compare December 23, 2025 18:10
@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 23, 2025
@renovate renovate Bot force-pushed the deps/fastapi-0.x branch from 9b72fbe to d68cbcb Compare December 24, 2025 17:42
@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 24, 2025
@sonarqubecloud
Copy link
Copy Markdown

@sonarqubecloud
Copy link
Copy Markdown

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