We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e5e9a8f + 0d8b0d4 commit a3493a5Copy full SHA for a3493a5
1 file changed
packages/http/httpx/pyproject.toml
@@ -30,7 +30,7 @@ python = ">=3.8,<4.0"
30
microsoft-kiota-abstractions = {path="../../abstractions/", develop=true}
31
opentelemetry-api = ">=1.27.0"
32
opentelemetry-sdk = ">=1.27.0"
33
-httpx = {extras = ["http2"], version = "^0.23.0"}
+httpx = {extras = ["http2"], version = ">=0.23,<0.28"}
34
urllib3 = "^2.2.2"
35
36
[tool.poetry.group.dev.dependencies]
0 commit comments