We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d49e015 commit 0c1a0b8Copy full SHA for 0c1a0b8
pyproject.toml
@@ -44,7 +44,7 @@ dependencies = [
44
"wrapt>=1.0.0,<2.0.0",
45
# "opentelemetry-instrumentation",
46
"opentelemetry-instrumentation==0.50b0; python_version<'3.10'",
47
- "opentelemetry-instrumentation>0.50b0; python_version>='3.10'",
+ "opentelemetry-instrumentation>=0.50b0; python_version>='3.10'",
48
"opentelemetry-semantic-conventions==0.50b0; python_version<'3.10'",
49
"opentelemetry-semantic-conventions>=0.50b0; python_version>='3.10'",
50
]
0 commit comments