diff --git a/poetry.lock b/poetry.lock index 3cda675..d13e472 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1441,13 +1441,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.28.0" +version = "0.28.1" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.8" files = [ - {file = "uvicorn-0.28.0-py3-none-any.whl", hash = "sha256:6623abbbe6176204a4226e67607b4d52cc60ff62cda0ff177613645cefa2ece1"}, - {file = "uvicorn-0.28.0.tar.gz", hash = "sha256:cab4473b5d1eaeb5a0f6375ac4bc85007ffc75c3cc1768816d9e5d589857b067"}, + {file = "uvicorn-0.28.1-py3-none-any.whl", hash = "sha256:5162f6d652f545be91b1feeaee8180774af143965ca9dc8a47ff1dc6bafa4ad5"}, + {file = "uvicorn-0.28.1.tar.gz", hash = "sha256:08103e79d546b6cf20f67c7e5e434d2cf500a6e29b28773e407250c54fc4fa3c"}, ] [package.dependencies] @@ -1507,4 +1507,4 @@ cuda = ["nvidia-cublas-cu12", "nvidia-cudnn-cu12"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "50f687324dde096ff935847935c8aae4ffd00664731773c766f3006525f27438" +content-hash = "da1881df1fcf00f2d06e7683a5e1cc7b10a4916b77622ee8ba6370cdb739ce33" diff --git a/pyproject.toml b/pyproject.toml index ef0ae22..69a859d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ fastapi = "^0.110.0" pydantic-settings = "^2.2.1" python-multipart = "^0.0.9" gunicorn = "^21.2.0" -uvicorn = "^0.28.0" +uvicorn = "^0.28.1" httptools = "^0.6.1" uvloop = "^0.19.0"