Skip to content

Commit f02029c

Browse files
authored
resolve requirement conflicts with grpcio-status in other transient dependancies when using python 3.11 (open-telemetry#3258)
1 parent ae42ad1 commit f02029c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
"Typing :: Typed",
2727
]
2828
dependencies = [
29-
"googleapis-common-protos ~= 1.52, < 1.56.3",
29+
"googleapis-common-protos ~= 1.52, < 1.60.0",
3030
"grpcio >= 1.0.0, < 2.0.0",
3131
"opentelemetry-api ~= 1.3",
3232
"opentelemetry-sdk ~= 1.11",

0 commit comments

Comments
 (0)