Skip to content

Commit

Permalink
langchain: bump min core version (#25418)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccurme authored Aug 14, 2024
1 parent 1050e89 commit df632b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ -33,7 +33,7 @@ langchain-server = "langchain.server:main"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = "^0.2.30"
langchain-core = "^0.2.31"
langchain-text-splitters = "^0.2.0"
langsmith = "^0.1.17"
pydantic = ">=1,<3"
Expand Down

0 comments on commit df632b8

Please sign in to comment.