added fix

This commit is contained in:
vasilije 2025-08-18 22:37:40 +02:00
parent 9a17aa73b9
commit 13e3e3b605
3 changed files with 3 additions and 12 deletions

2
poetry.lock generated
View file

@ -11772,4 +11772,4 @@ posthog = ["posthog"]
[metadata]
lock-version = "2.1"
python-versions = ">=3.10,<=3.13"
content-hash = "581f5bbf280e601c9573d79c9fa02cc9fe030d3285c1c36f180459ca97b6bbc6"
content-hash = "4e25aebb8132dfc3dd44bd1b864f650c0ffe76d5bbe147cf9146b4c66ad780ff"

View file

@ -60,9 +60,7 @@ dependencies = [
"pympler>=1.1,<2.0.0",
"onnxruntime>=1.0.0,<2.0.0",
"pylance>=0.22.0,<1.0.0",
"kuzu (==0.11.0)",
"click>=8.0.0,<9.0.0",
"rich-argparse>=1.1.0,<2.0.0"
"kuzu (==0.11.0)"
]
[project.optional-dependencies]
@ -147,9 +145,6 @@ debug = ["debugpy>=1.8.9,<2.0.0"]
Homepage = "https://www.cognee.ai"
Repository = "https://github.com/topoteretes/cognee"
[project.scripts]
cognee = "cognee.cli.minimal_cli:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
@ -191,4 +186,4 @@ exclude = [
]
[tool.ruff.lint]
ignore = ["F401"]
ignore = ["F401"]

4
uv.lock generated
View file

@ -833,7 +833,6 @@ dependencies = [
{ name = "aiosqlite" },
{ name = "alembic" },
{ name = "baml-py" },
{ name = "click" },
{ name = "dlt", extra = ["sqlalchemy"] },
{ name = "fastapi" },
{ name = "fastapi-users", extra = ["sqlalchemy"] },
@ -863,7 +862,6 @@ dependencies = [
{ name = "python-dotenv" },
{ name = "python-multipart" },
{ name = "rdflib" },
{ name = "rich-argparse" },
{ name = "s3fs", extra = ["boto3"] },
{ name = "scikit-learn" },
{ name = "sentry-sdk", extra = ["fastapi"] },
@ -993,7 +991,6 @@ requires-dist = [
{ name = "asyncpg", marker = "extra == 'postgres-binary'", specifier = ">=0.30.0,<1.0.0" },
{ name = "baml-py", specifier = ">=0.201.0,<0.202.0" },
{ name = "chromadb", marker = "extra == 'chromadb'", specifier = ">=0.3.0,<0.7" },
{ name = "click", specifier = ">=8.0.0,<9.0.0" },
{ name = "coverage", marker = "extra == 'dev'", specifier = ">=7.3.2,<8" },
{ name = "debugpy", marker = "extra == 'debug'", specifier = ">=1.8.9,<2.0.0" },
{ name = "deepeval", marker = "extra == 'deepeval'", specifier = ">=3.0.1,<4" },
@ -1059,7 +1056,6 @@ requires-dist = [
{ name = "python-multipart", specifier = ">=0.0.20,<1.0.0" },
{ name = "qasync", marker = "extra == 'gui'", specifier = ">=0.27.1,<0.28" },
{ name = "rdflib", specifier = ">=7.1.4,<7.2.0" },
{ name = "rich-argparse", specifier = ">=1.1.0,<2.0.0" },
{ name = "ruff", marker = "extra == 'dev'", specifier = ">=0.9.2,<1.0.0" },
{ name = "s3fs", extras = ["boto3"], specifier = "==2025.3.2" },
{ name = "s3fs", extras = ["boto3"], marker = "extra == 'aws'", specifier = "==2025.3.2" },