Update poetry files and uv lock files

This commit is contained in:
vasilije 2025-07-13 13:49:56 +02:00
parent 445669866f
commit ffcaf74ad3
5 changed files with 8640 additions and 8055 deletions

View file

@ -10,7 +10,7 @@ dependencies = [
#"cognee[postgres,codegraph,gemini,huggingface,docs,neo4j] @ file:/Users/<username>/Desktop/cognee",
"cognee[postgres,codegraph,gemini,huggingface,docs,neo4j]>=0.2.0,<1.0.0",
"fastmcp>=1.0,<2.0.0",
"mcp>=1.10.0,<2.0.0",
"mcp>=1.11.0,<2.0.0",
"uv>=0.6.3,<1.0.0",
]

5890
cognee-mcp/uv.lock generated

File diff suppressed because it is too large Load diff

2475
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -19,13 +19,13 @@ classifiers = [
"Operating System :: Microsoft :: Windows",
]
dependencies = [
"openai>=1.59.4,<2",
"openai>=1.80.1,<2",
"python-dotenv>=1.0.1,<2.0.0",
"pydantic>=2.10.5,<3.0.0",
"pydantic-settings>=2.2.1,<3",
"typing_extensions>=4.12.2,<5.0.0",
"nltk>=3.9.1,<4.0.0",
"numpy>=1.26.4, <=2.1",
"numpy>=1.26.4, <=2.3.1",
"pandas>=2.2.2,<3.0.0",
# Note: New s3fs and boto3 versions don't work well together
# Always use comaptible fixed versions of these two dependencies
@ -34,7 +34,7 @@ dependencies = [
"aiosqlite>=0.20.0,<1.0.0",
"tiktoken>=0.8.0,<1.0.0",
"litellm>=1.57.4, <1.71.0",
"instructor>=1.7.2,<2.0.0",
"instructor>=1.9.1,<2.0.0",
"langfuse>=2.32.0,<3",
"filetype>=1.2.0,<2.0.0",
"aiohttp>=3.11.14,<4.0.0",
@ -45,7 +45,7 @@ dependencies = [
"jinja2>=3.1.3,<4",
"matplotlib>=3.8.3,<4",
"networkx>=3.4.2,<4",
"lancedb>=0.21.0,<1.0.0",
"lancedb>=0.24.0,<1.0.0",
"alembic>=1.13.3,<2",
"pre-commit>=4.0.1,<5",
"scikit-learn>=1.6.1,<2",
@ -73,7 +73,7 @@ distributed = [
]
weaviate = ["weaviate-client>=4.9.6,<5.0.0"]
qdrant = ["qdrant-client>=1.14.2,<2"]
neo4j = ["neo4j>=5.20.0,<6"]
neo4j = ["neo4j>=5.28.0,<6"]
postgres = [
"psycopg2>=2.9.10,<3",
"pgvector>=0.3.5,<0.4",
@ -105,7 +105,7 @@ chromadb = [
"chromadb>=0.3.0,<0.7",
"pypika==0.48.8",
]
docs = ["unstructured[csv, doc, docx, epub, md, odt, org, ppt, pptx, rst, rtf, tsv, xlsx]>=0.16.13,<18"]
docs = ["unstructured[csv, doc, docx, epub, md, odt, org, ppt, pptx, rst, rtf, tsv, xlsx]>=0.18.1,<19"]
codegraph = [
"fastembed<=0.6.0 ; python_version < '3.13'",
"transformers>=4.46.3,<5",

8316
uv.lock generated

File diff suppressed because it is too large Load diff