Skip to content

Commit addb8b5

Browse files
Add httpx dependency to fix import error
Co-Authored-By: Alex Reibman <meta.alex.r@gmail.com>
1 parent 30d999d commit addb8b5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ dependencies = [
3434
"termcolor>=2.3.0,<2.5.0",
3535
"PyYAML>=5.3,<7.0",
3636
"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
3738
"opentelemetry-sdk==1.29.0; python_version<'3.10'",
3839
"opentelemetry-sdk>1.29.0; python_version>='3.10'",
3940
"opentelemetry-api==1.29.0; python_version<'3.10'",

0 commit comments

Comments
 (0)