From d24d4c1046d2c8a0074bf8e7471d6c0ebbdb7869 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 12:07:46 +0000 Subject: [PATCH] deps: update uvicorn requirement from >=0.23 to >=0.52.4 Updates the requirements on [uvicorn](https://github.com/Kludex/uvicorn) to permit the latest version. - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.23.0...0.52.4) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.52.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 15aa066..08feb29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ torch = ["torch>=1.13"] gym = ["gymnasium>=0.29"] config = ["pyyaml>=6.0.3"] logging = ["tensorboard>=2.10"] -serve = ["onnx>=1.14", "onnxruntime>=1.16", "fastapi>=0.100", "uvicorn>=0.23"] +serve = ["onnx>=1.14", "onnxruntime>=1.16", "fastapi>=0.100", "uvicorn>=0.52.4"] hub = ["huggingface_hub>=0.20", "onnx>=1.14", "onnxruntime>=1.16"] dashboard = ["flask>=2.0", "plotly>=5.0"] dev = [ @@ -71,7 +71,7 @@ dev = [ "onnx>=1.14", "onnxruntime>=1.16", "fastapi>=0.100", - "uvicorn>=0.23", + "uvicorn>=0.52.4", "httpx>=0.24", "flask>=2.0", ]