Skip to content

Commit db442c6

Browse files
authored
langchain[patch]: Release 0.1.5 (#16881)
1 parent 2b4abed commit db442c6

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

libs/langchain/poetry.lock

Lines changed: 5 additions & 5 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.1.4"
3+
version = "0.1.5"
44
description = "Building applications with LLMs through composability"
55
authors = []
66
license = "MIT"
@@ -13,7 +13,7 @@ langchain-server = "langchain.server:main"
1313
[tool.poetry.dependencies]
1414
python = ">=3.8.1,<4.0"
1515
langchain-core = ">=0.1.16,<0.2"
16-
langchain-community = ">=0.0.14,<0.1"
16+
langchain-community = ">=0.0.17,<0.1"
1717
langsmith = ">=0.0.83,<0.1"
1818
pydantic = ">=1,<3"
1919
SQLAlchemy = ">=1.4,<3"

0 commit comments

Comments
 (0)