We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51ea2b0 commit 64cece9Copy full SHA for 64cece9
exporter/opentelemetry-exporter-opencensus/pyproject.toml
@@ -29,7 +29,8 @@ classifiers = [
29
"Typing :: Typed",
30
]
31
dependencies = [
32
- "grpcio >= 1.0.0, < 2.0.0",
+ "grpcio >= 1.63.2, < 2.0.0; python_version < '3.13'",
33
+ "grpcio >= 1.66.2, < 2.0.0; python_version >= '3.13'",
34
"opencensus-proto >= 0.1.0, < 1.0.0",
35
"opentelemetry-api >= 1.31.0.dev",
36
"opentelemetry-sdk >= 1.15",
0 commit comments