Skip to content

Commit

Permalink
Updated CHANGELOG (langchain-ai#12)
Browse files Browse the repository at this point in the history
* Updated CHANGELOG

* Updated pyproject.toml
  • Loading branch information
alexthomas93 authored Nov 26, 2024
1 parent 0ab565b commit db82805
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@

## Next

### Changed

- Removed dependency on LangChain Community package by integrating necessary components directly into the LangChain Neo4j codebase.

### Updated
- Fixed bugs in the Neo4jVector and GraphCypherQAChain classes preventing these classes from working with versions < 5.23 of Neo4j

- Fixed bugs in the Neo4jVector and GraphCypherQAChain classes preventing these classes from working with versions < 5.23 of Neo4j.

## 0.1.0

Expand Down
2 changes: 1 addition & 1 deletion libs/neo4j/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-neo4j"
version = "0.1.0"
version = "0.1.1"
description = "An integration package connecting Neo4j and LangChain"
authors = []
readme = "README.md"
Expand Down

0 comments on commit db82805

Please sign in to comment.