diff --git a/pyproject.toml b/pyproject.toml index 81a263a..8c0c0d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ django = [ fastapi = [ "fastapi>=0.100.0", "pydantic>=2.0.0", - "uvicorn[standard]>=0.23.0", + "uvicorn[standard]>=0.44.0", ] # Meta-group that includes all example dependencies diff --git a/uv.lock b/uv.lock index fb3a88a..3ebb506 100644 --- a/uv.lock +++ b/uv.lock @@ -209,12 +209,12 @@ examples = [ { name = "fastapi", specifier = ">=0.100.0" }, { name = "flask", specifier = ">=3.1.2,<4" }, { name = "pydantic", specifier = ">=2.0.0" }, - { name = "uvicorn", extras = ["standard"], specifier = ">=0.23.0" }, + { name = "uvicorn", extras = ["standard"], specifier = ">=0.44.0" }, ] fastapi = [ { name = "fastapi", specifier = ">=0.100.0" }, { name = "pydantic", specifier = ">=2.0.0" }, - { name = "uvicorn", extras = ["standard"], specifier = ">=0.23.0" }, + { name = "uvicorn", extras = ["standard"], specifier = ">=0.44.0" }, ] flask = [{ name = "flask", specifier = ">=3.1.2,<4" }] @@ -703,15 +703,15 @@ wheels = [ [[package]] name = "uvicorn" -version = "0.38.0" +version = "0.44.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "click" }, { name = "h11" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/cb/ce/f06b84e2697fef4688ca63bdb2fdf113ca0a3be33f94488f2cadb690b0cf/uvicorn-0.38.0.tar.gz", hash = "sha256:fd97093bdd120a2609fc0d3afe931d4d4ad688b6e75f0f929fde1bc36fe0e91d", size = 80605, upload-time = "2025-10-18T13:46:44.63Z" } +sdist = { url = "https://files.pythonhosted.org/packages/5e/da/6eee1ff8b6cbeed47eeb5229749168e81eb4b7b999a1a15a7176e51410c9/uvicorn-0.44.0.tar.gz", hash = "sha256:6c942071b68f07e178264b9152f1f16dfac5da85880c4ce06366a96d70d4f31e", size = 86947, upload-time = "2026-04-06T09:23:22.826Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/ee/d9/d88e73ca598f4f6ff671fb5fde8a32925c2e08a637303a1d12883c7305fa/uvicorn-0.38.0-py3-none-any.whl", hash = "sha256:48c0afd214ceb59340075b4a052ea1ee91c16fbc2a9b1469cca0e54566977b02", size = 68109, upload-time = "2025-10-18T13:46:42.958Z" }, + { url = "https://files.pythonhosted.org/packages/b7/23/a5bbd9600dd607411fa644c06ff4951bec3a4d82c4b852374024359c19c0/uvicorn-0.44.0-py3-none-any.whl", hash = "sha256:ce937c99a2cc70279556967274414c087888e8cec9f9c94644dfca11bd3ced89", size = 69425, upload-time = "2026-04-06T09:23:21.524Z" }, ] [package.optional-dependencies]