diff --git a/quantara/poetry.lock b/quantara/poetry.lock index 630a7214..c88569d8 100644 --- a/quantara/poetry.lock +++ b/quantara/poetry.lock @@ -4059,14 +4059,14 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.30.6" +version = "0.51.0" description = "The lightning-fast ASGI server." optional = false -python-versions = ">=3.8" +python-versions = ">=3.10" groups = ["main"] files = [ - {file = "uvicorn-0.30.6-py3-none-any.whl", hash = "sha256:65fd46fe3fda5bdc1b03b94eb634923ff18cd35b2f084813ea79d1f103f711b5"}, - {file = "uvicorn-0.30.6.tar.gz", hash = "sha256:4b15decdda1e72be08209e860a1e10e92439ad5b97cf44cc945fcbee66fc5788"}, + {file = "uvicorn-0.51.0-py3-none-any.whl", hash = "sha256:5d38af6cd620f2ae3849fb44fd4879e0890aa1febe8d47eb355fb45d93fe6a5b"}, + {file = "uvicorn-0.51.0.tar.gz", hash = "sha256:f6f4b69b657c312f516dd2d268ab9ae6f254b11e4bac504f37b2ab58b24dd0b0"}, ] [package.dependencies] @@ -4074,7 +4074,7 @@ click = ">=7.0" h11 = ">=0.8" [package.extras] -standard = ["colorama (>=0.4) ; sys_platform == \"win32\"", "httptools (>=0.5.0)", "python-dotenv (>=0.13)", "pyyaml (>=5.1)", "uvloop (>=0.14.0,!=0.15.0,!=0.15.1) ; sys_platform != \"win32\" and sys_platform != \"cygwin\" and platform_python_implementation != \"PyPy\"", "watchfiles (>=0.13)", "websockets (>=10.4)"] +standard = ["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 (>=13.0)"] [[package]] name = "vine" @@ -4377,4 +4377,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.14" -content-hash = "b4ec85c0a68cb8c94b91c010195440e720561bae3a279a573a433b2638bfcd46" +content-hash = "06be7fa4e1ab7dfa983f7948b4f648ae80fe4c2ec81e400cc9fc47d00c948b7f" diff --git a/quantara/pyproject.toml b/quantara/pyproject.toml index dc3f7377..42053f84 100644 --- a/quantara/pyproject.toml +++ b/quantara/pyproject.toml @@ -11,7 +11,7 @@ python = ">=3.12,<3.14" fastapi = "0.115.0" psycopg2-binary = "2.9.9" python-dotenv = "1.0.1" -uvicorn = "0.30.6" +uvicorn = "0.51.0" stellar-sdk = ">=14.0" jinja2 = "3.1.4" python-multipart = "0.0.9"