Skip to content

Commit a3493a5

Browse files
Merge pull request #389 from microsoft/dependabot/pip/packages/http/httpx/httpx-gte-0.23-and-lt-0.28
chore(deps): update httpx requirement from ^0.23.0 to >=0.23,<0.28 in /packages/http/httpx
2 parents e5e9a8f + 0d8b0d4 commit a3493a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/http/httpx/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ python = ">=3.8,<4.0"
3030
microsoft-kiota-abstractions = {path="../../abstractions/", develop=true}
3131
opentelemetry-api = ">=1.27.0"
3232
opentelemetry-sdk = ">=1.27.0"
33-
httpx = {extras = ["http2"], version = "^0.23.0"}
33+
httpx = {extras = ["http2"], version = ">=0.23,<0.28"}
3434
urllib3 = "^2.2.2"
3535

3636
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)