Skip to content
Closed
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
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ dependencies = [
# Explicit ceiling so the bot won't try again until databricks-sdk lifts
# its <7.0 cap.
"protobuf<7",
# Upper bound is forced by mlflow-skinny: 3.12.0 declares `starlette<1`.
# Upper bound is forced by mlflow-skinny: 3.12.0 declares `starlette<2`.
# Dependabot tried to bump to starlette 1.0.0 (PR #59) — the pin worked
# with `uv pip sync` but `uv pip compile pyproject.toml` rejected it via
# mlflow-skinny's transitive cap. Explicit ceiling so the bot won't try
# again until mlflow-skinny lifts its <1 cap.
"starlette<1",
"starlette<2",
]

[dependency-groups]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ sqlparse==0.5.5
# via mlflow-skinny
sse-starlette==3.3.4
# via mcp
starlette==0.52.1
starlette==1.0.0
# via
# coda (pyproject.toml)
# fastapi
Expand Down