From 129657fddf79a7ba506d62f5982c0802ae8301f8 Mon Sep 17 00:00:00 2001 From: miararoy Date: Wed, 6 Nov 2024 12:14:59 -0500 Subject: [PATCH] update gunicorn (#354) * update gunicorn * pin nltk --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index db645737..a2b174b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,6 @@ tenacity = "^8.2.1" sse-starlette = "^1.6.5" types-tqdm = "^4.61.0" tqdm = "^4.66.1" -gunicorn = "^21.2.0" types-pyyaml = "^6.0.12.12" jsonschema = "^4.2.0" types-jsonschema = "^4.2.0" @@ -53,6 +52,7 @@ grpc-gateway-protoc-gen-openapiv2 = { version = "0.1.0", optional = true } googleapis-common-protos = { version = ">=1.53.0", optional = true } lz4 = { version = ">=3.1.3", optional = true } protobuf = { version = "~=3.20.0", optional = true } +gunicorn = "^23.0.0" @@ -79,6 +79,7 @@ types-requests = "^2.31.0.2" httpx = "^0.25.0" pydoclint = "^0.3.8" pytest-dotenv = "^0.5.2" +nltk = "3.8.1" [build-system] requires = ["poetry-core"]