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 requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
# NOT pip-install these -- CI and the build do. Pinned for a reproducible floor
# and a reproducible binary (a silent lxml bump can break the C-extension build).
claude-agent-sdk==0.2.97 # dev harness + floor import (NO API call in tests)
mcp==1.27.2 # the nu stdio MCP server (server.py) + floor [8d]
mcp==2.1.1 # the nu stdio MCP server (server.py) + floor [8d]
python-docx==1.2.0 # cover-letter .docx generation (real candidate-suite)
lxml==6.1.1 # python-docx's C-extension backend; pinned explicitly
Loading