Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements-ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cbor2>=5.4.0
fastapi>=0.109.0
uvicorn[standard]>=0.27.0
pydantic>=2.5.0
prometheus-client>=0.20.0
prometheus-client>=0.26.0

# Test-only: starlette's TestClient (used by tests/server/test_rest_api.py)
# imports httpx at module load; without it that test module fails to collect.
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ cbor2>=5.4.0
fastapi>=0.109.0
uvicorn[standard]>=0.27.0
pydantic>=2.5.0
prometheus-client>=0.20.0
prometheus-client>=0.26.0

# OPTIONAL: RSWP swap-order signature verification (C3-auth, Part B).
# Only needed when SWAP_VERIFY_SIGNATURES is enabled — the indexer runs fine
Expand Down
Loading