mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-19 13:52:07 +00:00
Upgrading the python client deps (still deprecated, but used for
integration-tests)
This commit is contained in:
parent
d62c941c56
commit
fe56f760df
1872
clients/python/poetry.lock
generated
1872
clients/python/poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -11,15 +11,15 @@ repository = "https://github.com/huggingface/text-generation-inference"
|
|||||||
|
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.7"
|
python = "^3.9"
|
||||||
pydantic = "> 2, < 3"
|
pydantic = "> 2, < 3"
|
||||||
aiohttp = "^3.8"
|
aiohttp = "^3.11"
|
||||||
huggingface-hub = ">= 0.12, < 1.0"
|
huggingface-hub = ">= 0.12, < 1.0"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.group.dev.dependencies]
|
||||||
pytest = "^6.2.5"
|
pytest = "^8"
|
||||||
pytest-asyncio = "^0.17.2"
|
pytest-asyncio = "^0.26"
|
||||||
pytest-cov = "^3.0.0"
|
pytest-cov = "^6.0.0"
|
||||||
|
|
||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
asyncio_mode = "auto"
|
asyncio_mode = "auto"
|
||||||
|
Loading…
Reference in New Issue
Block a user