diff --git a/quantara/poetry.lock b/quantara/poetry.lock index 7f7d57cf..14a84fd7 100644 --- a/quantara/poetry.lock +++ b/quantara/poetry.lock @@ -4054,14 +4054,14 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.30.6" +version = "0.52.4" 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.52.4-py3-none-any.whl", hash = "sha256:f86e41a149d7d05a9969337e3946a9c171c06a5d42680896daaba624aeac8da1"}, + {file = "uvicorn-0.52.4.tar.gz", hash = "sha256:73acfee47a0b133c5de13d219492d62d8a31e935f4fe6e41a232451a15379f86"}, ] [package.dependencies] @@ -4069,7 +4069,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" @@ -4372,4 +4372,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.14" -content-hash = "5114aaf3821ef069e05647979d7fb5bf16e13cb5a35552f5fe9721140918e8aa" +content-hash = "6eda8773f5c79e30638c6f0b740731457ec88b75c6bdf51e0acdb5705d693c9d" diff --git a/quantara/pyproject.toml b/quantara/pyproject.toml index 24004f4a..8556281b 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.10" # Upgraded for Python 3.13 compatibility python-dotenv = "1.0.1" -uvicorn = "0.30.6" +uvicorn = "0.52.4" stellar-sdk = ">=14.0" jinja2 = "3.1.4" python-multipart = "0.0.9"