Skip to content

Commit d264db3

Browse files
authored
Fix opentelemetry dependency version (#2212)
1 parent 1a631fc commit d264db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soda/core/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"ruamel.yaml>=0.17.0,<0.18.0",
1414
"requests~=2.30",
1515
"antlr4-python3-runtime~=4.11.1",
16-
"opentelemetry-api~=1.16.0,<2.0.0",
16+
"opentelemetry-api>=1.16.0,<2.0.0",
1717
"opentelemetry-exporter-otlp-proto-http>=1.16.0,<2.0.0",
1818
"sqlparse~=0.4",
1919
"inflect~=7.0",

0 commit comments

Comments
 (0)