mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-10 20:04:52 +00:00
Do not allow Pydantic 3
This commit is contained in:
parent
856af1c03a
commit
1077cfc7d1
@ -12,7 +12,7 @@ repository = "https://github.com/huggingface/text-generation-inference"
|
|||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.7"
|
python = "^3.7"
|
||||||
pydantic = ">1.10"
|
pydantic = "> 1.10, < 3"
|
||||||
aiohttp = "^3.8"
|
aiohttp = "^3.8"
|
||||||
huggingface-hub = ">= 0.12, < 1.0"
|
huggingface-hub = ">= 0.12, < 1.0"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user