Skip to content

Commit 0bdb434

Browse files
authored
langchain[patch]: Release langchain 0.0.345 (#14184)
1 parent 15c04a5 commit 0bdb434

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.344"
3+
version = "0.0.345"
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.8,<0.1"
15+
langchain-core = ">=0.0.9,<0.1"
1616
pydantic = ">=1,<3"
1717
SQLAlchemy = ">=1.4,<3"
1818
requests = "^2"

0 commit comments

Comments
 (0)