Skip to content

Commit e5d1cd9

Browse files
chore(deps): update httpx requirement in /packages/http/httpx
Updates the requirements on [httpx](https://github.com/encode/httpx) to permit the latest version. - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](encode/httpx@0.23.0...0.28.0) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e8025e3 commit e5d1cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/http/httpx/pyproject.toml

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

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

0 commit comments

Comments
 (0)