Skip to content

Commit 27ad6a4

Browse files
authored
langchain[patch]: Release 0.2.10 (#24452)
1 parent dda9438 commit 27ad6a4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

libs/langchain/poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/langchain/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "langchain"
7-
version = "0.2.9"
7+
version = "0.2.10"
88
description = "Building applications with LLMs through composability"
99
authors = []
1010
license = "MIT"
@@ -29,7 +29,7 @@ langchain-server = "langchain.server:main"
2929

3030
[tool.poetry.dependencies]
3131
python = ">=3.8.1,<4.0"
32-
langchain-core = "^0.2.20"
32+
langchain-core = "^0.2.22"
3333
langchain-text-splitters = "^0.2.0"
3434
langsmith = "^0.1.17"
3535
pydantic = ">=1,<3"

0 commit comments

Comments
 (0)