Skip to content

Commit

Permalink
Release opentelemetry version contraint (sodadata#2192)
Browse files Browse the repository at this point in the history
Release soda-core version contraint for
opentelemetry as there is no reason to support
Python 3.7 and this is creating dependency
conflicts with many other libraries.
  • Loading branch information
ghjklw committed Jan 22, 2025
1 parent 6f169d4 commit f80c443
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions soda/core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"ruamel.yaml>=0.17.0,<0.18.0",
"requests~=2.30",
"antlr4-python3-runtime~=4.11.1",
"opentelemetry-api>=1.16.0,<1.23.0", # 1.23.0 removes Python 3.7 support
"opentelemetry-exporter-otlp-proto-http>=1.16.0,<1.23.0",
"opentelemetry-api~=1.16.0,<2.0.0",
"opentelemetry-exporter-otlp-proto-http>=1.16.0,<2.0.0",
"sqlparse~=0.4",
"inflect~=7.0",
"pydantic>=2.0.0,<3.0.0",
Expand Down

0 comments on commit f80c443

Please sign in to comment.