Skip to content

[deps] Update dependency fastapi to >=0.129.2,<0.130.0#13800

Merged
xfournet merged 1 commit intomasterfrom
renovate/fastapi-0.x
Feb 24, 2026
Merged

[deps] Update dependency fastapi to >=0.129.2,<0.130.0#13800
xfournet merged 1 commit intomasterfrom
renovate/fastapi-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 20, 2025

This PR contains the following updates:

Package Change Age Confidence
fastapi (changelog) >=0.124.0,<0.125.0>=0.129.2,<0.130.0 age confidence

Release Notes

fastapi/fastapi (fastapi)

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
Translations
  • 🔧 Add LLM prompt file for Ukrainian, generated from the existing translations. PR #​14548 by @​tiangolo.
Internal

v0.125.0

Compare Source

Breaking Changes
  • 🔧 Drop support for Python 3.8. PR #​14563 by @​tiangolo.
    • This would actually not be a breaking change as no code would really break. Any Python 3.8 installer would just refuse to install the latest version of FastAPI and would only install 0.124.4. Only marking it as a "breaking change" to make it visible.
Refactors
Docs
Translations
Internal

Configuration

📅 Schedule: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) in timezone Europe/Paris, 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 added dependencies use for pull requests that update a dependency file filigran team use to identify PR from the Filigran team labels Dec 20, 2025
@codecov
Copy link

codecov bot commented Dec 22, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 32.36%. Comparing base (52cb5e1) to head (b853336).
⚠️ Report is 25 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #13800   +/-   ##
=======================================
  Coverage   32.36%   32.36%           
=======================================
  Files        3096     3096           
  Lines      210893   210893           
  Branches    38194    38194           
=======================================
  Hits        68254    68254           
  Misses     142639   142639           
Flag Coverage Δ
opencti-client-python 45.50% <ø> (ø)
opencti-front 2.83% <ø> (ø)
opencti-graphql 67.73% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from c380ec6 to d269d6a Compare December 23, 2025 21:03
@renovate renovate bot changed the title [deps] Update dependency fastapi to >=0.125.0,<0.126.0 [deps] Update dependency fastapi to >=0.126.0,<0.127.0 Dec 23, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from d269d6a to 4c9fbcb Compare December 24, 2025 22:11
@renovate renovate bot changed the title [deps] Update dependency fastapi to >=0.126.0,<0.127.0 [deps] Update dependency fastapi to >=0.127.0,<0.128.0 Dec 24, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 4c9fbcb to 676816a Compare December 29, 2025 22:31
@renovate renovate bot changed the title [deps] Update dependency fastapi to >=0.127.0,<0.128.0 [deps] Update dependency fastapi to >=0.127.1,<0.128.0 Dec 29, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 676816a to 74cabb2 Compare December 30, 2025 21:01
@renovate renovate bot changed the title [deps] Update dependency fastapi to >=0.127.1,<0.128.0 [deps] Update dependency fastapi to >=0.128.0,<0.129.0 Dec 30, 2025
@SamuelHassine SamuelHassine force-pushed the master branch 8 times, most recently from 1c222ef to 2cb4539 Compare January 10, 2026 19:59
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch 2 times, most recently from 349a56a to a8b61b7 Compare February 7, 2026 18:11
@renovate renovate bot changed the title [deps] Update dependency fastapi to >=0.128.0,<0.129.0 [deps] Update dependency fastapi to >=0.128.1,<0.129.0 Feb 7, 2026
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from a8b61b7 to 06f9a0a Compare February 8, 2026 22:39
@renovate renovate bot changed the title [deps] Update dependency fastapi to >=0.128.1,<0.129.0 [deps] Update dependency fastapi to >=0.128.2,<0.129.0 Feb 8, 2026
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 06f9a0a to 4256661 Compare February 9, 2026 22:12
@renovate renovate bot changed the title [deps] Update dependency fastapi to >=0.128.2,<0.129.0 [deps] Update dependency fastapi to >=0.128.3,<0.129.0 Feb 9, 2026
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 4256661 to 66535b5 Compare February 10, 2026 21:15
@renovate renovate bot changed the title [deps] Update dependency fastapi to >=0.128.3,<0.129.0 [deps] Update dependency fastapi to >=0.128.4,<0.129.0 Feb 10, 2026
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 66535b5 to b1adb19 Compare February 11, 2026 23:10
@renovate renovate bot changed the title [deps] Update dependency fastapi to >=0.128.4,<0.129.0 [deps] Update dependency fastapi to >=0.128.5,<0.129.0 Feb 11, 2026
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from b1adb19 to 856fc67 Compare February 12, 2026 22:03
@renovate renovate bot changed the title [deps] Update dependency fastapi to >=0.128.5,<0.129.0 [deps] Update dependency fastapi to >=0.128.6,<0.129.0 Feb 12, 2026
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 856fc67 to a468d09 Compare February 13, 2026 22:05
@renovate renovate bot changed the title [deps] Update dependency fastapi to >=0.128.6,<0.129.0 [deps] Update dependency fastapi to >=0.128.7,<0.129.0 Feb 13, 2026
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from a468d09 to bb52d7e Compare February 14, 2026 18:29
@renovate renovate bot changed the title [deps] Update dependency fastapi to >=0.128.7,<0.129.0 [deps] Update dependency fastapi to >=0.128.8,<0.129.0 Feb 14, 2026
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from bb52d7e to 919df3a Compare February 15, 2026 14:42
@renovate renovate bot changed the title [deps] Update dependency fastapi to >=0.128.8,<0.129.0 [deps] Update dependency fastapi to >=0.129.0,<0.130.0 Feb 15, 2026
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 919df3a to b853336 Compare February 24, 2026 21:18
@renovate renovate bot changed the title [deps] Update dependency fastapi to >=0.129.0,<0.130.0 [deps] Update dependency fastapi to >=0.129.2,<0.130.0 Feb 24, 2026
@xfournet xfournet merged commit b80f401 into master Feb 24, 2026
35 checks passed
@xfournet xfournet deleted the renovate/fastapi-0.x branch February 24, 2026 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies use for pull requests that update a dependency file filigran team use to identify PR from the Filigran team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant