Skip to content

Commit 6608089

Browse files
authored
langchain[patch]: Release 0.1.16 (langchain-ai#20335)
1 parent 0e74fb4 commit 6608089

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

libs/langchain/poetry.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/langchain/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "langchain"
3-
version = "0.1.15"
3+
version = "0.1.16"
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.1.41"
15+
langchain-core = "^0.1.42"
1616
langchain-text-splitters = ">=0.0.1,<0.1"
1717
langchain-community = ">=0.0.32,<0.1"
1818
langsmith = "^0.1.17"

0 commit comments

Comments
 (0)