Skip to content
Open
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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ dev = [
"pytest-asyncio>=1.3.0",
"pytest-xdist>=3.6", # parallel test runner for unit/contract layer
"pytest-recording>=0.13", # pytest plugin wrapper for vcrpy
"ruff>=0.15.13",
"ruff>=0.15.15",
"httpx>=0.28.1", # FastAPI TestClient runtime
"fakeredis>=2.26", # in-memory Redis for unit tests (async-compatible)
"aiosqlite>=0.20", # in-memory SQLite via SQLAlchemy for unit tests
Expand Down
Loading