Skip to content

Commit

Permalink
Moved langchain-core depedency from 0.3.0 to 0.3.1 to fix a bug (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexthomas93 authored Dec 18, 2024
1 parent 1248b64 commit ef342d0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions libs/neo4j/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
__pycache__
.python-version
4 changes: 2 additions & 2 deletions libs/neo4j/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libs/neo4j/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license = "MIT"

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
langchain-core = "^0.3.0"
langchain-core = "^0.3.1"
neo4j = "^5.25.0"
langchain = "^0.3.7"

Expand Down

0 comments on commit ef342d0

Please sign in to comment.