Skip to content

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

Open
red-hat-konflux[bot] wants to merge 1 commit intopoc1from
konflux/mintmaker/poc1/fastapi-0.x
Open

chore(deps): update dependency fastapi to v0.136.1#39
red-hat-konflux[bot] wants to merge 1 commit intopoc1from
konflux/mintmaker/poc1/fastapi-0.x

Conversation

@red-hat-konflux
Copy link
Copy Markdown

@red-hat-konflux red-hat-konflux Bot commented Nov 20, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

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

Upgrades

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

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Nov 20, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/poc1/fastapi-0.x branch from 7fea58a to 9f45110 Compare November 24, 2025 20:53
@red-hat-konflux red-hat-konflux 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
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/poc1/fastapi-0.x branch from 9f45110 to ed0107f Compare November 30, 2025 12:39
@red-hat-konflux red-hat-konflux 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
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/poc1/fastapi-0.x branch from ed0107f to 575bb10 Compare November 30, 2025 16:46
@red-hat-konflux red-hat-konflux 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
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/poc1/fastapi-0.x branch from 575bb10 to 3126d40 Compare December 2, 2025 08:49
@red-hat-konflux red-hat-konflux 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
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/poc1/fastapi-0.x branch from 3126d40 to f64de0b Compare December 2, 2025 12:51
@red-hat-konflux red-hat-konflux 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
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/poc1/fastapi-0.x branch from f64de0b to 155dcd3 Compare December 2, 2025 16:48
@red-hat-konflux red-hat-konflux 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
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/poc1/fastapi-0.x branch from 155dcd3 to 74cf7fa Compare December 3, 2025 00:49
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update dependency fastapi to v0.123.4 chore(deps): update dependency fastapi to v0.123.5 Dec 3, 2025
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/poc1/fastapi-0.x branch from 74cf7fa to 33b3376 Compare December 4, 2025 09:05
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update dependency fastapi to v0.123.5 chore(deps): update dependency fastapi to v0.123.6 Dec 4, 2025
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/poc1/fastapi-0.x branch from 33b3376 to f50b452 Compare December 4, 2025 12:48
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update dependency fastapi to v0.123.6 chore(deps): update dependency fastapi to v0.123.7 Dec 4, 2025
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/poc1/fastapi-0.x branch from f50b452 to 55b4b95 Compare December 4, 2025 16:52
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update dependency fastapi to v0.123.7 chore(deps): update dependency fastapi to v0.123.8 Dec 4, 2025
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/poc1/fastapi-0.x branch from 55b4b95 to 3c26f81 Compare December 5, 2025 04:47
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update dependency fastapi to v0.123.8 chore(deps): update dependency fastapi to v0.123.9 Dec 5, 2025
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/poc1/fastapi-0.x branch from 3c26f81 to 16e920d Compare December 6, 2025 04:50
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update dependency fastapi to v0.123.9 chore(deps): update dependency fastapi to v0.123.10 Dec 6, 2025
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/poc1/fastapi-0.x branch from 16e920d to d9fea14 Compare December 6, 2025 16:44
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update dependency fastapi to v0.123.10 chore(deps): update dependency fastapi to v0.124.0 Dec 6, 2025
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/poc1/fastapi-0.x branch from d9fea14 to c3fbac9 Compare December 10, 2025 16:48
@red-hat-konflux red-hat-konflux 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
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/poc1/fastapi-0.x branch from c3fbac9 to 72b7ca0 Compare December 12, 2025 16:50
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update dependency fastapi to v0.128.0 chore(deps): update dependency fastapi to v0.128.1 Feb 5, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/poc1/fastapi-0.x branch from 644195d to 2faf56e Compare February 6, 2026 00:54
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update dependency fastapi to v0.128.1 chore(deps): update dependency fastapi to v0.128.2 Feb 6, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/poc1/fastapi-0.x branch from 2faf56e to ad140f4 Compare February 6, 2026 20:53
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update dependency fastapi to v0.128.2 chore(deps): update dependency fastapi to v0.128.3 Feb 6, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/poc1/fastapi-0.x branch from ad140f4 to 46816c6 Compare February 7, 2026 12:55
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update dependency fastapi to v0.128.3 chore(deps): update dependency fastapi to v0.128.4 Feb 7, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/poc1/fastapi-0.x branch from 46816c6 to 7025443 Compare February 8, 2026 12:55
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update dependency fastapi to v0.128.4 chore(deps): update dependency fastapi to v0.128.5 Feb 8, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/poc1/fastapi-0.x branch from 7025443 to 7e3bf4f Compare February 10, 2026 00:55
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update dependency fastapi to v0.128.5 chore(deps): update dependency fastapi to v0.128.6 Feb 10, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/poc1/fastapi-0.x branch from 7e3bf4f to 9c16946 Compare February 10, 2026 16:54
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update dependency fastapi to v0.128.6 chore(deps): update dependency fastapi to v0.128.7 Feb 10, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/poc1/fastapi-0.x branch from 9c16946 to 08daca1 Compare February 11, 2026 21:04
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update dependency fastapi to v0.128.7 chore(deps): update dependency fastapi to v0.128.8 Feb 11, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/poc1/fastapi-0.x branch from 08daca1 to d16f64c Compare February 12, 2026 17:01
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update dependency fastapi to v0.128.8 chore(deps): update dependency fastapi to v0.129.0 Feb 12, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/poc1/fastapi-0.x branch from d16f64c to 6c575c0 Compare February 21, 2026 17:07
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update dependency fastapi to v0.129.0 chore(deps): update dependency fastapi to v0.129.1 Feb 21, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/poc1/fastapi-0.x branch from 6c575c0 to 14be0bd Compare February 22, 2026 00:58
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update dependency fastapi to v0.129.1 chore(deps): update dependency fastapi to v0.129.2 Feb 22, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/poc1/fastapi-0.x branch from 14be0bd to c253b95 Compare February 22, 2026 21:06
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update dependency fastapi to v0.129.2 chore(deps): update dependency fastapi to v0.131.0 Feb 22, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/poc1/fastapi-0.x branch from c253b95 to c823644 Compare February 23, 2026 21:01
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update dependency fastapi to v0.131.0 chore(deps): update dependency fastapi to v0.132.0 Feb 23, 2026
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update dependency fastapi to v0.132.0 chore(deps): update dependency fastapi to v0.133.0 Feb 24, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/poc1/fastapi-0.x branch 2 times, most recently from 3cca1b8 to 777d760 Compare February 26, 2026 01:31
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update dependency fastapi to v0.133.0 chore(deps): update dependency fastapi to v0.133.1 Feb 26, 2026
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
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.

0 participants