Skip to content

Commit

Permalink
Update min proto version and fix gRPC optional dependency (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
cretz committed Jan 3, 2023
1 parent 1f72c98 commit 22e8d92
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
34 changes: 17 additions & 17 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 @@ -28,7 +28,7 @@ script = "build.py"
grpcio = { version = "^1.48.0", optional = true }
opentelemetry-api = { version = "^1.11.1", optional = true }
opentelemetry-sdk = { version = "^1.11.1", optional = true }
protobuf = ">=3.19"
protobuf = ">=3.20"
python = "^3.7"
python-dateutil = { version = "^2.8.2", python = "<3.11" }
types-protobuf = "~3.20"
Expand Down Expand Up @@ -58,7 +58,7 @@ twine = "^4.0.1"

[tool.poetry.extras]
opentelemetry = ["opentelemetry-api", "opentelemetry-sdk"]
grpc = ["grpc"]
grpc = ["grpcio"]

[tool.poe.tasks]
build-develop = "python scripts/setup_bridge.py develop"
Expand Down

0 comments on commit 22e8d92

Please sign in to comment.