Skip to content

Commit

Permalink
fix: bumps httpx minimum version to avoid confusion with API breaking…
Browse files Browse the repository at this point in the history
… changes
  • Loading branch information
baywet authored Dec 4, 2024
1 parent 608e304 commit bfb5bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/http/httpx/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ python = ">=3.8,<4.0"
microsoft-kiota-abstractions = {path="../../abstractions/", develop=true}
opentelemetry-api = ">=1.27.0"
opentelemetry-sdk = ">=1.27.0"
httpx = {extras = ["http2"], version = ">=0.23,<0.29"}
httpx = {extras = ["http2"], version = ">=0.28"}
urllib3 = "^2.2.2"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit bfb5bb7

Please sign in to comment.