Skip to content

Commit 358d5aa

Browse files
committed
chore - update to langchain 0.3 and make it the min requirement / update other dependencies
1 parent 9326001 commit 358d5aa

File tree

7 files changed

+223
-200
lines changed

7 files changed

+223
-200
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,3 +169,4 @@ outputs
169169
test-data
170170
scratch
171171
.DS_Store
172+
tmp-*

examples/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
notebooks

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[project]
22
name = "langchain-graphrag"
3-
version = "0.0.7"
3+
version = "0.0.8"
44
description = "Implementation of GraphRAG (https://arxiv.org/pdf/2404.16130)"
55
authors = [{ name = "Kapil Sachdeva", email = "[email protected]" }]
66
dependencies = [
77
"pandas>=2.2.2",
88
"networkx>=3.3",
9-
"langchain-core>=0.2.27",
10-
"langchain-text-splitters>=0.2.2",
9+
"langchain-core>=0.3.0",
10+
"langchain-text-splitters>=0.3.0",
1111
"graspologic>=3.4.1",
1212
"tableprint>=0.9.1",
1313
]

0 commit comments

Comments
 (0)