Skip to content

Commit 0c1a0b8

Browse files
committed
fix >
1 parent d49e015 commit 0c1a0b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies = [
4444
"wrapt>=1.0.0,<2.0.0",
4545
# "opentelemetry-instrumentation",
4646
"opentelemetry-instrumentation==0.50b0; python_version<'3.10'",
47-
"opentelemetry-instrumentation>0.50b0; python_version>='3.10'",
47+
"opentelemetry-instrumentation>=0.50b0; python_version>='3.10'",
4848
"opentelemetry-semantic-conventions==0.50b0; python_version<'3.10'",
4949
"opentelemetry-semantic-conventions>=0.50b0; python_version>='3.10'",
5050
]

0 commit comments

Comments
 (0)