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