From 19b391931ca3a466edbc27974ecdbda6b799f5f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 04:34:32 +0000 Subject: [PATCH] deps: update fastapi requirement from >=0.100 to >=0.141.1 Updates the requirements on [fastapi](https://github.com/fastapi/fastapi) to permit the latest version. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.100.0...0.141.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.141.1 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 8f69ce4..7ba961f 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.141.1", "uvicorn>=0.23"] hub = ["huggingface_hub>=0.20", "onnx>=1.14", "onnxruntime>=1.16"] dashboard = ["flask>=2.0", "plotly>=5.0"] dev = [ @@ -70,7 +70,7 @@ dev = [ "hypothesis>=6.0", "onnx>=1.14", "onnxruntime>=1.16", - "fastapi>=0.100", + "fastapi>=0.141.1", "uvicorn>=0.23", "httpx>=0.28.1", "flask>=2.0",