diff --git a/poetry.lock b/poetry.lock index 09daef3..e5edd88 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1514,14 +1514,14 @@ zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""] [[package]] name = "uvicorn" -version = "0.49.0" +version = "0.50.1" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "uvicorn-0.49.0-py3-none-any.whl", hash = "sha256:ba3d14c3ee7e41c6c654c46c9eb489d33213cdd30aa1696eab1374337c13f68f"}, - {file = "uvicorn-0.49.0.tar.gz", hash = "sha256:ebf4271aa580d9de97f93192d4595176df6e91f9aae919ca73e4fc07df1e66a3"}, + {file = "uvicorn-0.50.1-py3-none-any.whl", hash = "sha256:8139bce59602f55d497c9ed77af3117b0b5fa033e3e887193fa00a5968c38c57"}, + {file = "uvicorn-0.50.1.tar.gz", hash = "sha256:ccb3061887829fd8471cfa6fc65b2594689342ee00792e5d257d34871755b09f"}, ] [package.dependencies] @@ -1533,10 +1533,10 @@ python-dotenv = {version = ">=0.13", optional = true, markers = "extra == \"stan pyyaml = {version = ">=5.1", optional = true, markers = "extra == \"standard\""} uvloop = {version = ">=0.15.1", optional = true, markers = "sys_platform != \"win32\" and sys_platform != \"cygwin\" and platform_python_implementation != \"PyPy\" and extra == \"standard\""} watchfiles = {version = ">=0.20", optional = true, markers = "extra == \"standard\""} -websockets = {version = ">=10.4", optional = true, markers = "extra == \"standard\""} +websockets = {version = ">=11.0", optional = true, markers = "extra == \"standard\""} [package.extras] -standard = ["colorama (>=0.4) ; sys_platform == \"win32\"", "httptools (>=0.8.0)", "python-dotenv (>=0.13)", "pyyaml (>=5.1)", "uvloop (>=0.15.1) ; sys_platform != \"win32\" and sys_platform != \"cygwin\" and platform_python_implementation != \"PyPy\"", "watchfiles (>=0.20)", "websockets (>=10.4)"] +standard = ["colorama (>=0.4) ; sys_platform == \"win32\"", "httptools (>=0.8.0)", "python-dotenv (>=0.13)", "pyyaml (>=5.1)", "uvloop (>=0.15.1) ; sys_platform != \"win32\" and sys_platform != \"cygwin\" and platform_python_implementation != \"PyPy\"", "watchfiles (>=0.20)", "websockets (>=11.0)"] [[package]] name = "uvloop" @@ -1826,4 +1826,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "11a9af120d69da46be3cb91076fe24e1f8e14f1a5dc12e690d7042188ff495e9" +content-hash = "1985e187a92fae4ccf30839066413103e5e076a73ddc778a4fd6ebb4ac89ef4c" diff --git a/pyproject.toml b/pyproject.toml index 3f4f7d9..9678480 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.13" fastapi = "^0.138.0" -uvicorn = {extras = ["standard"], version = "^0.49.0"} +uvicorn = {extras = ["standard"], version = ">=0.49,<0.51"} websockets = "^12.0" openai = "^1.23.0" aiosqlite = ">=0.20,<0.23"