Remove unnecessary dependencies from base package (#2613)

This commit is contained in:
Deshraj Yadav
2025-05-02 15:28:36 -07:00
committed by GitHub
parent 63e22382de
commit 7117a94fbf
2 changed files with 43 additions and 180 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "mem0ai"
version = "0.1.95"
version = "0.1.96"
description = "Long-term memory for AI Agents"
authors = ["Mem0 <founders@mem0.ai>"]
exclude = [
@@ -30,11 +30,9 @@ sqlalchemy = "^2.0.31"
langchain-neo4j = "^0.4.0"
neo4j = "^5.23.1"
rank-bm25 = "^0.2.2"
psycopg2-binary = "^2.9.10"
langchain-memgraph = "^0.1.1"
[tool.poetry.extras]
graph = ["langchain-neo4j", "neo4j", "rank-bm25", "langchain-memgraph"]
graph = ["langchain-neo4j", "neo4j", "rank-bm25"]
[tool.poetry.group.test.dependencies]
pytest = "^8.2.2"