Skip to content

Commit da577b1

Browse files
Add httpx dependency to fix import error (#966)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Alex Reibman <[email protected]>
1 parent 30d999d commit da577b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)