Skip to content

Commit

Permalink
tighten constraints for grpcio dependencies (#1197)
Browse files Browse the repository at this point in the history
  • Loading branch information
ancalita authored Jan 17, 2025
1 parent 50a30b0 commit ffb5872
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 60 deletions.
116 changes: 58 additions & 58 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ opentelemetry-api = "~1.16.0"
opentelemetry-sdk = "~1.16.0"
opentelemetry-exporter-jaeger = "~1.16.0"
opentelemetry-exporter-otlp = "~1.16.0"
grpcio = "^1.59.3"
grpcio = "~1.67.1"
protobuf = "~4.25.3"
pydantic = "^2.6.4"
grpcio-health-checking = "~1.59.3"
grpcio-tools = ">=1.59.3"
grpcio-tools = "~1.62.3"

[tool.poetry.dev-dependencies]
pytest-cov = "^4.1.0"
Expand Down

0 comments on commit ffb5872

Please sign in to comment.