Skip to content

Fix dependency conflict in requirements.txt#1

Open
Tien-Cheng wants to merge 2 commits into
Dinoman44:mainfrom
Tien-Cheng:fix/resolve-dependency-conflicts
Open

Fix dependency conflict in requirements.txt#1
Tien-Cheng wants to merge 2 commits into
Dinoman44:mainfrom
Tien-Cheng:fix/resolve-dependency-conflicts

Conversation

@Tien-Cheng

@Tien-Cheng Tien-Cheng commented Mar 31, 2026

Copy link
Copy Markdown

Summary

  • fast-agent-mcp==0.2.45 pins mcp==1.12.0, but fastmcp==3.1.1 requires mcp>=1.24.0, making pip install -r requirements.txt fail
  • Regenerated requirements.txt with compatible versions: fast-agent-mcp downgraded to 0.2.25, mcp resolved to 1.26.0
  • fix -e file:///Users/home/NUS/Hackers/MCP-workshop that was included

Test plan

  • Run pip install -r requirements.txt and verify it completes without errors

🤖 Generated with Claude Code

Tien-Cheng and others added 2 commits March 31, 2026 18:45
fast-agent-mcp==0.2.45 pinned mcp==1.12.0, but fastmcp==3.1.1 requires
mcp>=1.24.0, making pip install fail. Regenerated requirements.txt with
compatible versions (fast-agent-mcp 0.2.25, mcp 1.26.0).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Downgraded fastmcp to 2.11.2 and mcp to 1.12.0 for compatibility
with fast-agent-mcp 0.2.45. Regenerated requirements.txt from frozen env.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant