Skip to content

Commit 1620c12

Browse files
larkeetseaver
andauthored
fix: avoid bad version of opentelemetry-instrumentation (#429)
Versions >= `0.23b0` break us. Co-authored-by: larkee <larkee@users.noreply.github.com> Co-authored-by: Tres Seaver <tseaver@palladion.com>
1 parent b0455d0 commit 1620c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"tracing": [
4747
"opentelemetry-api >= 1.1.0",
4848
"opentelemetry-sdk >= 1.1.0",
49-
"opentelemetry-instrumentation >= 0.20b0",
49+
"opentelemetry-instrumentation >= 0.20b0, < 0.23dev",
5050
],
5151
"libcst": "libcst >= 0.2.5",
5252
}

0 commit comments

Comments
 (0)