Canlex-web / requirements.txt
Beemer0's picture
Fix Gradio 6 launch() crash: drop show_api, pin versions
e29fc76 verified
# CanLex Web (Path B) -- thin-client dependencies. Versions are pinned so the
# Hugging Face Docker build is reproducible (an unpinned gradio floated to a new
# major and broke a launch() argument).
gradio==6.14.0 # web UI with built-in username/password auth
mcp==1.27.1 # streamable-HTTP client for the CanLex MCP server
# Google Gemini is called through its REST API using only the Python standard
# library (urllib); no LLM SDK dependency is needed.