Skip to content

Commit 6087abb

Browse files
Update uvicorn requirement from >=0.47.0 to >=0.48.0 (#17)
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](Kludex/uvicorn@0.47.0...0.48.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.48.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3043b62 commit 6087abb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ httpx>=0.28.1 # HTTP client for KeeperHub + Uniswap + AXL transport
33
pydantic>=2.13.4 # Schemas (JobRequest, Receipt, X402PaymentProof, OpenClawAuditEnvelope)
44
eth-account>=0.13.7 # EIP-191 signing for x402 + audit envelope
55
fastapi>=0.136.3 # Node B HTTP server (Path B: direct HTTP between nodes)
6-
uvicorn>=0.47.0 # ASGI runner for fastapi
6+
uvicorn>=0.48.0 # ASGI runner for fastapi
77
python-dotenv>=1.2.2 # .env loading
88

99
# 0G Storage uses Node helper at scripts/zerog/zerog_helper.mjs (pinned via package-lock.json)

0 commit comments

Comments
 (0)