Fix/new memories wrong type (#2635)

This commit is contained in:
John Lockwood
2025-05-07 05:05:24 -07:00
committed by GitHub
parent eb7f5a774c
commit 641be2878d
4 changed files with 200 additions and 21 deletions

View File

@@ -36,6 +36,8 @@ graph = ["langchain-neo4j", "neo4j", "rank-bm25"]
[tool.poetry.group.test.dependencies]
pytest = "^8.2.2"
pytest-mock = "^3.14.0"
pytest-asyncio = "^0.23.7"
[tool.poetry.group.dev.dependencies]
ruff = "^0.6.5"
@@ -49,4 +51,3 @@ build-backend = "poetry.core.masonry.api"
[tool.ruff]
line-length = 120
exclude = ["embedchain/"]