Skip to content

Commit 14bfc5f

Browse files
authored
langchain[patch]: Release 0.0.349 (#14570)
1 parent 482e2b9 commit 14bfc5f

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.0.349-rc.2"
3+
version = "0.0.349"
44
description = "Building applications with LLMs through composability"
55
authors = []
66
license = "MIT"
@@ -12,8 +12,8 @@ langchain-server = "langchain.server:main"
1212

1313
[tool.poetry.dependencies]
1414
python = ">=3.8.1,<4.0"
15-
langchain-core = { version = ">=0.0.13-rc.2,<0.1", allow-prereleases = true }
16-
langchain-community = { version = ">=0.0.1-rc.2,<0.1", allow-prereleases = true }
15+
langchain-core = ">=0.0.13,<0.1"
16+
langchain-community = ">=0.0.1,<0.1"
1717
pydantic = ">=1,<3"
1818
SQLAlchemy = ">=1.4,<3"
1919
requests = "^2"

0 commit comments

Comments
 (0)