Skip to content

Commit

Permalink
fix: avoid bad version of opentelemetry-instrumentation (#429)
Browse files Browse the repository at this point in the history
Versions >= `0.23b0` break us.

Co-authored-by: larkee <larkee@users.noreply.github.com>
Co-authored-by: Tres Seaver <tseaver@palladion.com>
  • Loading branch information
3 people committed Jul 28, 2021
1 parent b0455d0 commit 1620c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -46,7 +46,7 @@
"tracing": [
"opentelemetry-api >= 1.1.0",
"opentelemetry-sdk >= 1.1.0",
"opentelemetry-instrumentation >= 0.20b0",
"opentelemetry-instrumentation >= 0.20b0, < 0.23dev",
],
"libcst": "libcst >= 0.2.5",
}
Expand Down

0 comments on commit 1620c12

Please sign in to comment.