Skip to content

Commit

Permalink
langchain[patch]: bump core dep to 0.1.9 (langchain-ai#16104)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan authored Jan 16, 2024
1 parent 62a2e9e commit 3d34347
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libs/langchain/_test_minimum_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
langchain-core==0.1.7
langchain-core==0.1.9
langchain-community==0.0.13
2 changes: 1 addition & 1 deletion libs/langchain/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/langchain/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ langchain-server = "langchain.server:main"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = ">=0.1.7,<0.2"
langchain-core = ">=0.1.9,<0.2"
langchain-community = ">=0.0.13,<0.1"
pydantic = ">=1,<3"
SQLAlchemy = ">=1.4,<3"
Expand Down

0 comments on commit 3d34347

Please sign in to comment.