Skip to content

Commit 6769aef

Browse files
authored
Merge pull request #1403 from Open-Source-Legal/dependabot/pip/httpx-gte-0.28.1-and-lt-1
Update httpx requirement from <1,>=0.27.0 to >=0.28.1,<1
2 parents e288675 + 30f196a commit 6769aef

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)