We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30d999d commit da577b1Copy full SHA for da577b1
1 file changed
pyproject.toml
@@ -34,6 +34,7 @@ dependencies = [
34
"termcolor>=2.3.0,<2.5.0",
35
"PyYAML>=5.3,<7.0",
36
"packaging>=21.0,<25.0", # Lower bound of 21.0 ensures compatibility with Python 3.9+
37
+ "httpx>=0.24.0,<0.29.0", # Required for legacy module compatibility
38
"opentelemetry-sdk==1.29.0; python_version<'3.10'",
39
"opentelemetry-sdk>1.29.0; python_version>='3.10'",
40
"opentelemetry-api==1.29.0; python_version<'3.10'",
0 commit comments