Skip to content

Commit d95ea35

Browse files
authored
langchain[patch]: Release 0.1.13 (#19351)
1 parent b58b387 commit d95ea35

3 files changed

Lines changed: 92 additions & 28 deletions

File tree

libs/langchain/poetry.lock

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

1313
[tool.poetry.dependencies]
1414
python = ">=3.8.1,<4.0"
15-
langchain-core = "^0.1.31"
15+
langchain-core = "^0.1.33"
1616
langchain-text-splitters = ">=0.0.1,<0.1"
17-
langchain-community = ">=0.0.28,<0.1"
17+
langchain-community = ">=0.0.29,<0.1"
1818
langsmith = "^0.1.17"
1919
pydantic = ">=1,<3"
2020
SQLAlchemy = ">=1.4,<3"

0 commit comments

Comments
 (0)