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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies = [
# protobuf 7.34.1 (PR #60) and broke `pip install -r requirements.txt`.
# Explicit ceiling so the bot won't try again until databricks-sdk lifts
# its <7.0 cap.
"protobuf<7",
"protobuf<8",
# Upper bound is forced by mlflow-skinny: 3.12.0 declares `starlette<1`.
# 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
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ opentelemetry-semantic-conventions==0.62b1
# via opentelemetry-sdk
packaging==26.2
# via mlflow-skinny
protobuf==6.33.6
protobuf==7.34.1
# via
# coda (pyproject.toml)
# databricks-sdk
Expand Down