Skip to content
Open
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 @@ -30,7 +30,7 @@ dependencies = [
"prometheus-client>=0.21.1",
"py-grpc-prometheus>=0.8.0",
"torch==2.11.0",
"protobuf==6.31.1",
"protobuf==7.35.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Keep protobuf within grpcio-tools supported major range

Pinning protobuf==7.35.0 makes the dependency set unsatisfiable for dev environments because this repo still includes grpcio-tools<=1.73.1 in the dev group, and that package’s published requirement is protobuf<7.0dev; as a result, uv lock / uv sync --dev (used in CI setup) can no longer resolve dependencies. Please either keep protobuf on a 6.x version or upgrade/remove the grpcio-tools constraint in the same change.

Useful? React with 👍 / 👎.

# OpenTelemetry is a required dependency. No automatic downgrade.
"opentelemetry-api>=1.36.0",
"opentelemetry-sdk>=1.36.0",
Expand Down
Loading