Do not allow Pydantic 3

This commit is contained in:
Jelle Zijlstra 2023-08-22 04:38:58 -07:00
parent 856af1c03a
commit 1077cfc7d1

View File

@ -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"