Skip to content

Commit

Permalink
feat: support LangChain v0.2 (#138)
Browse files Browse the repository at this point in the history
* chore(deps): update python-nonmajor

* Update pyproject.toml

---------

Co-authored-by: Averi Kitsch <akitsch@google.com>
  • Loading branch information
renovate-bot and averikitsch committed May 30, 2024
1 parent d992038 commit 2d2d119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
google-cloud-alloydb-connector[asyncpg]==1.1.1
langchain-core==0.2.1
langchain-core==0.2.2
langchain-community==0.2.1
numpy===1.24.4; python_version <= "3.8"
numpy==1.26.4; python_version > "3.8"
Expand Down

0 comments on commit 2d2d119

Please sign in to comment.