Skip to content

Commit db6bf8b

Browse files
authored
langchain[patch]: Release 0.0.347 (#14368)
1 parent a7271cf commit db6bf8b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.0.346"
3+
version = "0.0.347"
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.0.10,<0.1"
15+
langchain-core = ">=0.0.11,<0.1"
1616
pydantic = ">=1,<3"
1717
SQLAlchemy = ">=1.4,<3"
1818
requests = "^2"

0 commit comments

Comments
 (0)