Skip to content
Closed
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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading