Skip to content

Commit 30f196a

Browse files
Update httpx requirement from <1,>=0.27.0 to >=0.28.1,<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.27.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 f3ae088 commit 30f196a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cryptography==47.0.0 # https://github.com/pyca/cryptography
1111
pydantic==2.*
1212
typing-extensions==4.* # https://github.com/python/typing_extensions
1313
requests>=2.33.1,<3 # https://requests.readthedocs.io/en/latest/
14-
httpx>=0.27.0,<1 # https://github.com/encode/httpx - async HTTP for agent tools
14+
httpx>=0.28.1,<1 # https://github.com/encode/httpx - async HTTP for agent tools
1515
tokenizers>=0.21,<0.23 # Pin to prevent conflicts with transformers
1616

1717

0 commit comments

Comments
 (0)