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
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ dev = [
"fakeredis>=2.26", # in-memory Redis for unit tests (async-compatible)
"aiosqlite>=0.20", # in-memory SQLite via SQLAlchemy for unit tests
"respx>=0.23", # httpx mock router for ChannelAdapter contract tests
"vcrpy>=6.0", # cassette record/replay for real_service GitHub tests
"vcrpy>=8.1.1", # cassette record/replay for real_service GitHub tests
"import-linter>=2.0", # hexagonal layer boundary enforcement
"pytest-cov>=7.1.0",
]
Expand All @@ -135,7 +135,7 @@ dev = [
testing = [
"fakeredis>=2.26",
"aiosqlite>=0.20",
"vcrpy>=6.0",
"vcrpy>=8.1.1",
"respx>=0.23",
"pytest>=9.0.3",
"pytest-asyncio>=1.3.0",
Expand Down
Loading