Skip to content

Commit c4eb841

Browse files
authored
langchain[patch]: Release 0.1.14 (#19839)
1 parent 0242bce commit c4eb841

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

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: 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.13"
3+
version = "0.1.14"
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.33"
15+
langchain-core = "^0.1.37"
1616
langchain-text-splitters = ">=0.0.1,<0.1"
17-
langchain-community = ">=0.0.29,<0.1"
17+
langchain-community = ">=0.0.30,<0.1"
1818
langsmith = "^0.1.17"
1919
pydantic = ">=1,<3"
2020
SQLAlchemy = ">=1.4,<3"

0 commit comments

Comments
 (0)