fix: typo

This commit is contained in:
michaelfeil 2023-08-02 16:56:14 +02:00
parent 4c2237b2a0
commit 656f2fe4dc
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ authors = ["Olivier Dehaene <olivier@huggingface.co>"]
text-generation-server = 'text_generation_server.cli:app'
[tool.poetry.dependencies]
python = >=3.9,<3.13"
python = ">=3.9,<3.13"
protobuf = "^4.21.7"
grpcio = "^1.51.1"
grpcio-status = "^1.51.1"