Upgrading the python client deps (still deprecated, but used for

integration-tests)
This commit is contained in:
Nicolas Patry 2025-04-14 17:18:43 +02:00
parent d62c941c56
commit fe56f760df
No known key found for this signature in database
GPG Key ID: 87B37D879D09DEB4
2 changed files with 1047 additions and 837 deletions

File diff suppressed because it is too large Load Diff

View File

@ -11,15 +11,15 @@ repository = "https://github.com/huggingface/text-generation-inference"
[tool.poetry.dependencies]
python = "^3.7"
python = "^3.9"
pydantic = "> 2, < 3"
aiohttp = "^3.8"
aiohttp = "^3.11"
huggingface-hub = ">= 0.12, < 1.0"
[tool.poetry.dev-dependencies]
pytest = "^6.2.5"
pytest-asyncio = "^0.17.2"
pytest-cov = "^3.0.0"
[tool.poetry.group.dev.dependencies]
pytest = "^8"
pytest-asyncio = "^0.26"
pytest-cov = "^6.0.0"
[tool.pytest.ini_options]
asyncio_mode = "auto"