Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fastapi==0.129.1
fastapi==0.129.2
uvicorn[standard]==0.41.0
prometheus_fastapi_instrumentator==7.1.0
sentry-sdk>=1.37.1
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ packages = find:
python_requires = >=3.6
install_requires =
uvicorn[standard] >= 0.31.1
fastapi ==0.129.1
fastapi ==0.129.2
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

🏁 Script executed:

curl -s "https://pypi.org/pypi/fastapi/0.129.2/json" | jq -r '.info | "\(.name) version \(.version) - Released: \(.last_modified)"'

Repository: RedHatInsights/ccx-upgrades-inference

Length of output: 121


🌐 Web query:

fastapi 0.129.2 security advisory CVE vulnerability

💡 Result:

I couldn’t find any security advisory/CVE that targets FastAPI “0.129.2”, and that version does not appear to be a published FastAPI release as of Feb 22, 2026 (current listed latest is 0.129.0, released Feb 12, 2026). (data.safetycli.com)

What people often confuse with “FastAPI CVEs”:

  • CVE-2021-32677 (GHSA-8h2j-cgx8-6xv7) — a CSRF issue in FastAPI < 0.65.2, fixed in 0.65.2. (github.com)
  • CVE-2023-30798 — multipart form DoS risk addressed by upgrading Starlette to 0.25.0 (or FastAPI to 0.92.0, which pulls in the fix). (scout.docker.com)
  • CVE-2025-46814not FastAPI; it affects fastapi-guard < 2.0.0 (a third-party security middleware) via X-Forwarded-For header injection; fixed in fastapi-guard 2.0.0+. (nvd.nist.gov)

If you tell me what scanner/report flagged “0.129.2” (tool name + output snippet), I can map it to the exact package/CVE it’s referring to (FastAPI vs Starlette vs a FastAPI-adjacent package like fastapi-guard).

Citations:


fastapi 0.129.2 does not exist as a published release.

The latest fastapi version is 0.129.0 (released Feb 12, 2026). Specifying fastapi ==0.129.2 will cause installation to fail. Update to a valid version like 0.129.0.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@setup.cfg` at line 18, The dependency line pins an invalid FastAPI release
("fastapi ==0.129.2"); update the setup.cfg dependency to a valid published
version (for example "fastapi ==0.129.0") so installations succeed—locate and
edit the fastapi entry in setup.cfg to replace 0.129.2 with a valid version
string.

prometheus_fastapi_instrumentator ==7.1.0

boto3
Expand Down