Skip to content

Commit 90de0d2

Browse files
chore(deps)(deps): update httpx requirement from >=0.25.0 to >=0.28.1
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.25.0...0.28.1) --- updated-dependencies: - dependency-name: httpx dependency-version: 0.28.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8cfbba2 commit 90de0d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ classifiers = [
2929
"Typing :: Typed",
3030
]
3131
dependencies = [
32-
"httpx>=0.25.0",
32+
"httpx>=0.28.1",
3333
"pydantic>=2.0.0",
3434
]
3535

0 commit comments

Comments
 (0)