diff --git a/poetry.lock b/poetry.lock index 82bb593..e0d4924 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2818,15 +2818,15 @@ zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""] [[package]] name = "uvicorn" -version = "0.46.0" +version = "0.48.0" description = "The lightning-fast ASGI server." optional = true python-versions = ">=3.10" groups = ["main"] markers = "extra == \"all\" or extra == \"server\"" files = [ - {file = "uvicorn-0.46.0-py3-none-any.whl", hash = "sha256:bbebbcbed972d162afca128605223022bedd345b7bc7855ce66deb31487a9048"}, - {file = "uvicorn-0.46.0.tar.gz", hash = "sha256:fb9da0926999cc6cb22dc7cd71a94a632f078e6ae47ff683c5c420750fb7413d"}, + {file = "uvicorn-0.48.0-py3-none-any.whl", hash = "sha256:48097851328b87ec36117d3d575234519eb58c2b22d79666e9bbc6c49a761dad"}, + {file = "uvicorn-0.48.0.tar.gz", hash = "sha256:a5504207195d08c2511bf9125ede5ac4a4b71725d519e758d01dcf0bc2d31c37"}, ] [package.dependencies] @@ -3139,4 +3139,4 @@ sqlserver = ["pyodbc"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4.0" -content-hash = "95c38e6da9a7745bd28ec9292e6f3bb8873e3e6197bb5e21327e0f6f104caa96" +content-hash = "536c6a5da7734d3ac075733a27019e2b9e9b0940e198ba3a594995a97047f0c1" diff --git a/pyproject.toml b/pyproject.toml index 456fec3..401f6d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ documentation = "https://docs.dpmcore.meaningfuldata.eu" # ubuntu_test_24_04.yml can install this library with system packages # via `pip install --no-dependencies`. Version bumps above these floors # should stay within semver compatibility. -server = ["fastapi>=0.101", "uvicorn[standard]>=0.27"] +server = ["fastapi>=0.101", "uvicorn[standard]>=0.48.0"] django = ["django>=4.2", "mssql-django>=1.4"] postgres = ["psycopg2-binary>=2.9.12,<3.0"] sqlserver = ["pyodbc>=5.0"] @@ -58,7 +58,7 @@ cli = ["click>=8.4.1", "rich>=13.7"] export = ["openpyxl>=3.1"] all = [ "fastapi>=0.101", - "uvicorn[standard]>=0.27", + "uvicorn[standard]>=0.48.0", "django>=4.2", "mssql-django>=1.4", "psycopg2-binary>=2.9.12,<3.0",