mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-06-09 19:02:09 +00:00
fix: bump integrations requirements
This commit is contained in:
parent
31a536d796
commit
c4cb54c23e
@ -1,10 +1,10 @@
|
||||
# This file was autogenerated by uv via the following command:
|
||||
# uv pip compile pyproject.toml --output-file requirements.txt
|
||||
aiohappyeyeballs==2.4.0
|
||||
aiohappyeyeballs==2.4.6
|
||||
# via aiohttp
|
||||
aiohttp==3.10.5
|
||||
aiohttp==3.11.13
|
||||
# via text-generation
|
||||
aiosignal==1.3.1
|
||||
aiosignal==1.3.2
|
||||
# via aiohttp
|
||||
annotated-types==0.7.0
|
||||
# via pydantic
|
||||
@ -12,26 +12,26 @@ anyio==4.8.0
|
||||
# via
|
||||
# httpx
|
||||
# openai
|
||||
attrs==24.2.0
|
||||
attrs==25.1.0
|
||||
# via aiohttp
|
||||
certifi==2024.8.30
|
||||
certifi==2025.1.31
|
||||
# via
|
||||
# httpcore
|
||||
# httpx
|
||||
# requests
|
||||
charset-normalizer==3.3.2
|
||||
charset-normalizer==3.4.1
|
||||
# via requests
|
||||
distro==1.9.0
|
||||
# via openai
|
||||
docker==7.1.0
|
||||
# via text-generation-integration-tests (pyproject.toml)
|
||||
filelock==3.16.0
|
||||
filelock==3.17.0
|
||||
# via huggingface-hub
|
||||
frozenlist==1.4.1
|
||||
frozenlist==1.5.0
|
||||
# via
|
||||
# aiohttp
|
||||
# aiosignal
|
||||
fsspec==2024.9.0
|
||||
fsspec==2025.2.0
|
||||
# via huggingface-hub
|
||||
h11==0.14.0
|
||||
# via httpcore
|
||||
@ -39,9 +39,9 @@ httpcore==1.0.7
|
||||
# via httpx
|
||||
httpx==0.28.1
|
||||
# via openai
|
||||
huggingface-hub==0.24.6
|
||||
huggingface-hub==0.29.1
|
||||
# via text-generation
|
||||
idna==3.8
|
||||
idna==3.10
|
||||
# via
|
||||
# anyio
|
||||
# httpx
|
||||
@ -57,20 +57,24 @@ multidict==6.1.0
|
||||
# yarl
|
||||
numpy==2.2.3
|
||||
# via text-generation-integration-tests (pyproject.toml)
|
||||
openai==1.60.0
|
||||
openai==1.64.0
|
||||
# via text-generation-integration-tests (pyproject.toml)
|
||||
packaging==24.1
|
||||
packaging==24.2
|
||||
# via
|
||||
# huggingface-hub
|
||||
# pytest
|
||||
pluggy==1.5.0
|
||||
# via pytest
|
||||
pydantic==2.9.1
|
||||
propcache==0.3.0
|
||||
# via
|
||||
# aiohttp
|
||||
# yarl
|
||||
pydantic==2.10.6
|
||||
# via
|
||||
# text-generation-integration-tests (pyproject.toml)
|
||||
# openai
|
||||
# text-generation
|
||||
pydantic-core==2.23.3
|
||||
pydantic-core==2.27.2
|
||||
# via pydantic
|
||||
pytest==8.3.4
|
||||
# via
|
||||
@ -89,11 +93,11 @@ sniffio==1.3.1
|
||||
# via
|
||||
# anyio
|
||||
# openai
|
||||
syrupy==4.8.1
|
||||
syrupy==4.8.2
|
||||
# via text-generation-integration-tests (pyproject.toml)
|
||||
text-generation==0.6.1
|
||||
text-generation==0.7.0
|
||||
# via text-generation-integration-tests (pyproject.toml)
|
||||
tqdm==4.66.5
|
||||
tqdm==4.67.1
|
||||
# via
|
||||
# huggingface-hub
|
||||
# openai
|
||||
@ -104,9 +108,9 @@ typing-extensions==4.12.2
|
||||
# openai
|
||||
# pydantic
|
||||
# pydantic-core
|
||||
urllib3==2.2.2
|
||||
urllib3==2.3.0
|
||||
# via
|
||||
# docker
|
||||
# requests
|
||||
yarl==1.11.1
|
||||
yarl==1.18.3
|
||||
# via aiohttp
|
||||
|
Loading…
Reference in New Issue
Block a user