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 763cd6b commit 153c658Copy full SHA for 153c658
shim/opentelemetry-opentracing-shim/pyproject.toml
@@ -34,7 +34,7 @@ dependencies = [
34
[project.optional-dependencies]
35
test = [
36
"opentelemetry-test-utils == 0.44b0.dev",
37
- "opentracing ~= 2.2.0",
+ "opentracing >= 2.2.0, <3",
38
]
39
40
[project.urls]
0 commit comments