Skip to content

Commit 4398c53

Browse files
committed
bump: dependencies
1 parent a7776d5 commit 4398c53

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ classifiers = [
2828
"Topic :: Software Development :: Libraries :: Python Modules",
2929
]
3030
dependencies = [
31-
"networkx>=3.0,<=3.4",
31+
"networkx>=3.0,<=3.5",
3232
"phenolrs~=0.5",
3333
"python-arango~=8.1",
3434
"adbnx-adapter~=5.0.5"
@@ -54,9 +54,8 @@ dev = [
5454
"sphinx_rtd_theme",
5555
]
5656
llm = [
57-
"langchain~=0.2.14",
58-
"langchain-openai~=0.1.22",
59-
"langchain-community~=0.2.12"
57+
"langchain-arangodb",
58+
"langchain_openai"
6059
]
6160

6261
[project.urls]

0 commit comments

Comments
 (0)