Skip to content

fix(deps): update dependency fastapi (0.139.0 → 0.139.2)#244

Merged
its-miso[bot] merged 1 commit into
mainfrom
renovate/python-dependencies
Jul 21, 2026
Merged

fix(deps): update dependency fastapi (0.139.0 → 0.139.2)#244
its-miso[bot] merged 1 commit into
mainfrom
renovate/python-dependencies

Conversation

@its-miso

@its-miso its-miso Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
fastapi (changelog) ==0.139.0==0.139.2 age adoption passing confidence

Release Notes

fastapi/fastapi (fastapi)

v0.139.2

Compare Source

Fixes
  • 🐛 Refactor router route building to make it thread-safe, mainly relevant for tests running in parallel threads (uncommon). PR #​16013 by @​tiangolo.

v0.139.1

Compare Source

Fixes
Docs
  • 📝 Fix topic repository list not being displayed and skip_users not being applied. PR #​15995 by @​YuriiMotov.
Translations
Internal

Configuration

📅 Schedule: (in timezone America/Edmonton)

  • 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 has been generated by Mend Renovate.

@its-miso
its-miso Bot requested a review from joryirving as a code owner July 21, 2026 17:40
@its-miso its-miso Bot added the type/patch label Jul 21, 2026
@its-miso
its-miso Bot enabled auto-merge (squash) July 21, 2026 17:40
@its-miso
its-miso Bot merged commit 2622c97 into main Jul 21, 2026
12 checks passed
@its-miso
its-miso Bot deleted the renovate/python-dependencies branch July 21, 2026 17:43

@its-saffron its-saffron Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AI Automated Review

Full PR review.

Analysis engine: MiniMax-M2.7@https://litellm.jory.dev/v1 (anthropic) — escalated (fast_low_confidence)

Review: FastAPI 0.139.0 → 0.139.2 Patch Upgrade

Recommendation: Approve.

Change Summary

A single-line patch bump in kubetix-api/requirements.txt upgrading FastAPI from ==0.139.0 to ==0.139.2.


Required Check 1 — Breaking API changes in updated dependencies

Status: Verified — No breaking changes.

Both intermediate releases (0.139.1 and 0.139.2) are pure bug-fix patches with no public API surface changes:

  • 0.139.1: Fixes frontend fallback support for dotted paths like /users/john.doe. Minor routing correction; no API additions or deprecations.
  • 0.139.2: Refactors internal router route building to make it thread-safe, relevant only for tests running in parallel threads. The change touches only fastapi/routing.py internals (adding a threading.Lock to _IncludedRouter); the public FastAPI API remains unchanged.

The compare metadata from fastapi/fastapi@0.139.1...0.139.2 confirms the only source-code change is in fastapi/routing.py — no public interface modifications. The __init__.py shows only a version bump. No type signatures, route handler signatures, or exported symbols were altered.


Required Check 2 — Run full test suite after upgrade

Status: Verified — Full test suite passed.

The CI check results for commit f237b87e are all success:

Check State
test success
legacy-test success
e2e-tests success
frontend-build success
security success
lint success
helm-check success
directory-check success
build-and-publish success
review success
renovate/stability-days success

The full KubeTix test pipeline ran against this exact commit and passed cleanly, including unit tests, integration tests, and E2E tests. No re-runs or manual overrides were required.


Standards Compliance

Per the repository's AGENTS.md, Python minor/patch dependency updates are auto-merge-eligible and low-risk. This patch:

  • Bumps only the patch version (0.139.0 → 0.139.2), staying within the same minor release
  • Contains no configuration or source file changes beyond requirements.txt
  • Is classified as a trusted patch by Renovate (Python minor/patch with 3-day auto-merge)

No repository conventions are violated.


Unknowns / Needs Verification

None. All evidence is complete:

  • Release notes confirm only internal bug fixes
  • Compare diff confirms no public API changes
  • Full CI pipeline passed on this exact commit

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