Added neo4j dependency (#1724)

This commit is contained in:
Prateek Chhikara
2024-08-20 17:06:32 -07:00
committed by GitHub
parent 448a21f617
commit 8ea12ca24b
2 changed files with 22 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "mem0ai"
version = "0.1.1"
version = "0.1.2"
description = "Long-term memory for AI Agents"
authors = ["Mem0 <founders@mem0.ai>"]
exclude = [
@@ -23,6 +23,7 @@ posthog = "^3.5.0"
pytz = "^2024.1"
sqlalchemy = "^2.0.31"
langchain-community = "^0.2.12"
neo4j = "^5.23.1"
[tool.poetry.group.test.dependencies]
pytest = "^8.2.2"