From addb8b505b433952ef4da2b58473db780b1320c6 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Sat, 10 May 2025 20:30:22 +0000 Subject: [PATCH] Add httpx dependency to fix import error Co-Authored-By: Alex Reibman --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index c439d597e..0c1feef91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,6 +34,7 @@ dependencies = [ "termcolor>=2.3.0,<2.5.0", "PyYAML>=5.3,<7.0", "packaging>=21.0,<25.0", # Lower bound of 21.0 ensures compatibility with Python 3.9+ + "httpx>=0.24.0,<0.29.0", # Required for legacy module compatibility "opentelemetry-sdk==1.29.0; python_version<'3.10'", "opentelemetry-sdk>1.29.0; python_version>='3.10'", "opentelemetry-api==1.29.0; python_version<'3.10'",