fix: update dependencies of the mcp server
This commit is contained in:
parent
e983c216f0
commit
0aacd3c38b
2 changed files with 790 additions and 194 deletions
|
|
@ -3,10 +3,10 @@ name = "cognee-mcp"
|
|||
version = "0.1.0"
|
||||
description = "A MCP server project"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
"mcp>=1.1.1",
|
||||
"openai==1.52.0",
|
||||
"openai==1.59.4",
|
||||
"pydantic==2.8.2",
|
||||
"python-dotenv==1.0.1",
|
||||
"fastapi>=0.109.2,<0.110.0",
|
||||
|
|
@ -21,18 +21,18 @@ dependencies = [
|
|||
"boto3>=1.26.125,<2.0.0",
|
||||
"botocore>=1.35.54,<2.0.0",
|
||||
"gunicorn>=20.1.0,<21.0.0",
|
||||
"sqlalchemy==2.0.35",
|
||||
"instructor==1.5.2",
|
||||
"sqlalchemy==2.0.36",
|
||||
"instructor==1.7.2",
|
||||
"networkx>=3.2.1,<4.0.0",
|
||||
"aiosqlite>=0.20.0,<0.21.0",
|
||||
"pandas==2.0.3",
|
||||
"pandas==2.2.3",
|
||||
"filetype>=1.2.0,<2.0.0",
|
||||
"nltk>=3.8.1,<4.0.0",
|
||||
"dlt[sqlalchemy]>=1.4.1,<2.0.0",
|
||||
"aiofiles>=23.2.1,<24.0.0",
|
||||
"qdrant-client>=1.9.0,<2.0.0", # Optional
|
||||
"graphistry>=0.33.5,<0.34.0",
|
||||
"tenacity>=8.4.1,<9.0.0",
|
||||
"tenacity>=9.0.0",
|
||||
"weaviate-client==4.6.7", # Optional
|
||||
"scikit-learn>=1.5.0,<2.0.0",
|
||||
"pypdf>=4.1.0,<5.0.0",
|
||||
|
|
@ -44,8 +44,8 @@ dependencies = [
|
|||
"langsmith==0.1.139", # Optional
|
||||
"langdetect==1.0.9",
|
||||
"posthog>=3.5.0,<4.0.0", # Optional
|
||||
"lancedb==0.15.0",
|
||||
"litellm==1.49.1",
|
||||
"lancedb==0.16.0",
|
||||
"litellm==1.57.2",
|
||||
"groq==0.8.0", # Optional
|
||||
"langfuse>=2.32.0,<3.0.0", # Optional
|
||||
"pydantic-settings>=2.2.1,<3.0.0",
|
||||
|
|
@ -56,7 +56,7 @@ dependencies = [
|
|||
"asyncpg==0.30.0", # Optional
|
||||
"pgvector>=0.3.5,<0.4.0", # Optional
|
||||
"psycopg2>=2.9.10,<3.0.0", # Optional
|
||||
"llama-index-core>=0.11.22,<0.12.0", # Optional
|
||||
"llama-index-core>=0.12.0", # Optional
|
||||
"deepeval>=2.0.1,<3.0.0", # Optional
|
||||
"transformers>=4.46.3,<5.0.0",
|
||||
"pymilvus>=2.5.0,<3.0.0", # Optional
|
||||
|
|
|
|||
966
cognee-mcp/uv.lock
generated
966
cognee-mcp/uv.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue