Skip to content
Open
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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies = [
# Security floors — make CVE-driven minimums explicit so future resolves
# can't silently downgrade. See PR description for advisory IDs.
"gitpython>=3.1.49",
"python-multipart>=0.0.27",
"python-multipart>=0.0.29",
# Upper bound is forced by our transitive ecosystem: both mlflow-skinny 3.11.x
# AND opentelemetry-api 1.41.x cap importlib-metadata<8.8. Dependabot tried
# to bump it to 9.0.0 (PR #3) and broke every deploy — explicit ceiling so
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ python-dotenv==1.2.2
# pydantic-settings
python-engineio==4.13.1
# via python-socketio
python-multipart==0.0.27
python-multipart==0.0.29
# via
# coda (pyproject.toml)
# mcp
Expand Down