From 36bd5b1bb111956b772dc1ebe514771928e3d2dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 16:29:46 +0000 Subject: [PATCH] Update fastapi requirement from >=0.110.0 to >=0.136.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.110.0...0.136.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.136.1 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 9ab0412..7e08f22 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.110.0 # Node B HTTP server (Path B: direct HTTP between nodes) +fastapi>=0.136.1 # Node B HTTP server (Path B: direct HTTP between nodes) uvicorn>=0.47.0 # ASGI runner for fastapi python-dotenv>=1.2.2 # .env loading