Skip to content

Commit fbeeb6d

Browse files
author
Erick Friis
authored
langchain: release 0.2.5 (#22922)
1 parent 551640a commit fbeeb6d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

libs/langchain/poetry.lock

Lines changed: 2 additions & 2 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
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "langchain"
3-
version = "0.2.4"
3+
version = "0.2.5"
44
description = "Building applications with LLMs through composability"
55
authors = []
66
license = "MIT"
@@ -12,7 +12,7 @@ langchain-server = "langchain.server:main"
1212

1313
[tool.poetry.dependencies]
1414
python = ">=3.8.1,<4.0"
15-
langchain-core = "^0.2.6"
15+
langchain-core = "^0.2.7"
1616
langchain-text-splitters = "^0.2.0"
1717
langsmith = "^0.1.17"
1818
pydantic = ">=1,<3"

0 commit comments

Comments
 (0)