fix: bump requirements file too

This commit is contained in:
drbh 2025-02-17 14:54:49 +00:00
parent fd611f30c9
commit 68aa6b1af0

View File

@ -1,86 +1,36 @@
# This file was autogenerated by uv via the following command:
# uv pip compile pyproject.toml --output-file requirements.txt
aiohappyeyeballs==2.4.6
# via aiohttp
aiohttp==3.11.12
# via text-generation
aiosignal==1.3.2
# via aiohttp
annotated-types==0.7.0
# via pydantic
attrs==25.1.0
# via aiohttp
certifi==2025.1.31
# via requests
charset-normalizer==3.4.1
# via requests
docker==7.1.0
# via text-generation-integration-tests (pyproject.toml)
filelock==3.17.0
# via huggingface-hub
frozenlist==1.5.0
# via
# aiohttp
# aiosignal
fsspec==2025.2.0
# via huggingface-hub
huggingface-hub==0.29.0
# via text-generation
idna==3.10
# via
# requests
# yarl
iniconfig==2.0.0
# via pytest
multidict==6.1.0
# via
# aiohttp
# yarl
numpy==2.2.3
# via text-generation-integration-tests (pyproject.toml)
packaging==24.2
# via
# huggingface-hub
# pytest
pluggy==1.5.0
# via pytest
propcache==0.2.1
# via
# aiohttp
# yarl
pydantic==2.10.6
# via
# text-generation-integration-tests (pyproject.toml)
# text-generation
pydantic-core==2.27.2
# via pydantic
pytest==8.3.4
# via
# text-generation-integration-tests (pyproject.toml)
# pytest-asyncio
# syrupy
pytest-asyncio==0.25.3
# via text-generation-integration-tests (pyproject.toml)
pyyaml==6.0.2
# via huggingface-hub
requests==2.32.3
# via
# docker
# huggingface-hub
syrupy==4.8.1
# via text-generation-integration-tests (pyproject.toml)
text-generation==0.7.0
# via text-generation-integration-tests (pyproject.toml)
tqdm==4.67.1
# via huggingface-hub
typing-extensions==4.12.2
# via
# huggingface-hub
# pydantic
# pydantic-core
urllib3==2.3.0
# via
# docker
# requests
yarl==1.18.3
# via aiohttp
aiohappyeyeballs==2.4.0 ; python_version >= "3.10" and python_version < "3.13"
aiohttp==3.10.5 ; python_version >= "3.10" and python_version < "3.13"
aiosignal==1.3.1 ; python_version >= "3.10" and python_version < "3.13"
annotated-types==0.7.0 ; python_version >= "3.10" and python_version < "3.13"
async-timeout==4.0.3 ; python_version >= "3.10" and python_version < "3.11"
attrs==24.2.0 ; python_version >= "3.10" and python_version < "3.13"
certifi==2024.8.30 ; python_version >= "3.10" and python_version < "3.13"
charset-normalizer==3.3.2 ; python_version >= "3.10" and python_version < "3.13"
colorama==0.4.6 ; python_version >= "3.10" and python_version < "3.13" and (sys_platform == "win32" or platform_system == "Windows")
docker==7.1.0 ; python_version >= "3.10" and python_version < "3.13"
exceptiongroup==1.2.2 ; python_version >= "3.10" and python_version < "3.11"
filelock==3.16.0 ; python_version >= "3.10" and python_version < "3.13"
frozenlist==1.4.1 ; python_version >= "3.10" and python_version < "3.13"
fsspec==2024.9.0 ; python_version >= "3.10" and python_version < "3.13"
huggingface-hub==0.24.6 ; python_version >= "3.10" and python_version < "3.13"
idna==3.8 ; python_version >= "3.10" and python_version < "3.13"
iniconfig==2.0.0 ; python_version >= "3.10" and python_version < "3.13"
multidict==6.1.0 ; python_version >= "3.10" and python_version < "3.13"
numpy==1.26.4 ; python_version >= "3.10" and python_version < "3.13"
packaging==24.1 ; python_version >= "3.10" and python_version < "3.13"
pluggy==1.5.0 ; python_version >= "3.10" and python_version < "3.13"
pydantic-core==2.23.3 ; python_version >= "3.10" and python_version < "3.13"
pydantic==2.9.1 ; python_version >= "3.10" and python_version < "3.13"
pytest-asyncio==0.21.2 ; python_version >= "3.10" and python_version < "3.13"
pytest==7.4.4 ; python_version >= "3.10" and python_version < "3.13"
pywin32==306 ; python_version >= "3.10" and python_version < "3.13" and sys_platform == "win32"
pyyaml==6.0.2 ; python_version >= "3.10" and python_version < "3.13"
requests==2.32.3 ; python_version >= "3.10" and python_version < "3.13"
syrupy==4.7.1 ; python_version >= "3.10" and python_version < "3.13"
text-generation==0.6.1 ; python_version >= "3.10" and python_version < "3.13"
tomli==2.0.1 ; python_version >= "3.10" and python_version < "3.11"
tqdm==4.66.5 ; python_version >= "3.10" and python_version < "3.13"
typing-extensions==4.12.2 ; python_version >= "3.10" and python_version < "3.13"
urllib3==2.2.2 ; python_version >= "3.10" and python_version < "3.13"
yarl==1.11.1 ; python_version >= "3.10" and python_version < "3.13"
openai==1.60.0 ; python_version >= "3.10" and python_version < "3.13"