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 @@ -12,7 +12,7 @@ dependencies = [
# crewai 1.x conflicts with the aggregate env (requires uv < 0.10, pydantic-settings < 2.11)
# "crewai[tools] >= 1.12.2, < 2.0.0",
"fastapi >= 0.135.0, < 1.0.0",
"fastmcp >= 3.0.0, < 4.0.0",
"fastmcp >=4.0.2, <4.1.0",
"httpx >= 0.28.0, < 1.0.0",
"langchain >= 1.0.0, < 2.0.0",
# langchain-apify conflicts with langchain >= 1.0.0 (requires langchain-core < 0.4.0)
Expand Down
2 changes: 1 addition & 1 deletion templates/python-mcp-empty/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

apify >= 4.0.0, < 5.0.0
apify-client
fastmcp >= 3.0.0, < 4.0.0
fastmcp >=4.0.2, <4.1.0
mcp >= 1.25.0, < 2.0.0
pyjwt >= 2.12.0 # Transitive dep of mcp; direct pin until mcp bumps its floor above vulnerable < 2.12.0
Loading