Skip to content

Commit

Permalink
langchain[patch]: Release 0.2.10 (#24452)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan committed Jul 19, 2024
1 parent dda9438 commit 27ad6a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions libs/langchain/poetry.lock

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

4 changes: 2 additions & 2 deletions libs/langchain/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "langchain"
version = "0.2.9"
version = "0.2.10"
description = "Building applications with LLMs through composability"
authors = []
license = "MIT"
Expand All @@ -29,7 +29,7 @@ langchain-server = "langchain.server:main"

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

0 comments on commit 27ad6a4

Please sign in to comment.