From 744ded5e1338da2aaab0e3a9b087142a78c8aee0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 16:23:55 +0000 Subject: [PATCH] Update fastapi requirement from >=0.136.3 to >=0.137.2 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.136.3...0.137.2) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.137.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ef0ad76..f9e1236 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ httpx>=0.28.1 # HTTP client for KeeperHub + Uniswap + AXL transport pydantic>=2.13.4 # Schemas (JobRequest, Receipt, X402PaymentProof, OpenClawAuditEnvelope) eth-account>=0.13.7 # EIP-191 signing for x402 + audit envelope -fastapi>=0.136.3 # Node B HTTP server (Path B: direct HTTP between nodes) +fastapi>=0.137.2 # Node B HTTP server (Path B: direct HTTP between nodes) uvicorn>=0.49.0 # ASGI runner for fastapi python-dotenv>=1.2.2 # .env loading