Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
update gunicorn (#354)
Browse files Browse the repository at this point in the history
* update gunicorn

* pin nltk
  • Loading branch information
miararoy authored Nov 6, 2024
1 parent 1059e9e commit 129657f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"



Expand All @@ -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"]
Expand Down

0 comments on commit 129657f

Please sign in to comment.