mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
fix: upgraded mcp sdk depency version for fixing ClosedResourceError
This commit is contained in:
parent
ce3e598fa7
commit
36a369a747
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ google-cloud-aiplatform==1.47.0 # for vertex ai calls
|
|||
google-cloud-iam==2.19.1 # for GCP IAM Redis authentication
|
||||
google-genai==1.22.0
|
||||
anthropic[vertex]==0.54.0
|
||||
mcp==1.21.2 ; python_version >= "3.10" # for MCP server
|
||||
mcp==1.25.0 ; python_version >= "3.10" # for MCP server
|
||||
google-generativeai==0.5.0 # for vertex ai calls
|
||||
async_generator==1.10.0 # for async ollama calls
|
||||
langfuse==2.59.7 # for langfuse self-hosted logging
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue