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