Skip to content

Commit 644e783

Browse files
committed
add constraint to grpc >=1.63.2
Signed-off-by: emdneto <[email protected]>
1 parent f5a4c54 commit 644e783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exporter/opentelemetry-exporter-otlp-proto-grpc/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ classifiers = [
2929
dependencies = [
3030
"Deprecated >= 1.2.6",
3131
"googleapis-common-protos ~= 1.52",
32-
"grpcio >= 1.0.0, < 2.0.0",
32+
"grpcio >= 1.63.2, < 2.0.0",
3333
"opentelemetry-api ~= 1.15",
3434
"opentelemetry-proto == 1.28.0.dev",
3535
"opentelemetry-sdk ~= 1.28.0.dev",

0 commit comments

Comments
 (0)