Fix langchain neo4j deprecation warning (#2350)

This commit is contained in:
Parshva Daftari
2025-03-12 15:30:45 +05:30
committed by GitHub
parent b43363cdf3
commit 65f826e064
3 changed files with 161 additions and 325 deletions

View File

@@ -22,13 +22,13 @@ openai = "^1.33.0"
posthog = "^3.5.0"
pytz = "^2024.1"
sqlalchemy = "^2.0.31"
langchain-community = "^0.3.1"
langchain-neo4j = "^0.4.0"
neo4j = "^5.23.1"
rank-bm25 = "^0.2.2"
psycopg2-binary = "^2.9.10"
[tool.poetry.extras]
graph = ["langchain-community", "neo4j", "rank-bm25"]
graph = ["langchain-neo4j", "neo4j", "rank-bm25"]
[tool.poetry.group.test.dependencies]
pytest = "^8.2.2"