Skip to content
Merged
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 @@ -104,7 +104,7 @@ dev = [
"pre-commit>=3.8",
"ruff>=0.8",
"mypy>=1.13",
"pytest>=8.3",
"pytest>=9.0.3",
"pytest-asyncio>=0.24",
"pytest-cov>=6.0",
"pytest-xdist>=3.5",
Expand All @@ -115,7 +115,7 @@ dev = [
# ``pip install -e ".[dev]"`` (used by CI and contributors) covers
# the entire test surface.
"aiosqlite>=0.22.1", # used by SQLite checkpointer tests
"fastmcp>=2.14.5", # MCP server tests in tests/unit/test_fastmcp.py
"fastmcp>=3.2.0", # MCP server tests in tests/unit/test_fastmcp.py
"pyyaml>=6.0.3", # Playbook YAML loader tests
"redis>=7.1.0", # Redis checkpointer tests
"sqlalchemy>=2.0.46", # PostgreSQL checkpointer schema tests
Expand Down
Loading