Skip to content

Commit

Permalink
langchain[patch]: Release 0.0.353 (#15322)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan committed Dec 29, 2023
1 parent 8e06472 commit 50e99ec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions libs/langchain/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions libs/langchain/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain"
version = "0.0.352"
version = "0.0.353"
description = "Building applications with LLMs through composability"
authors = []
license = "MIT"
Expand All @@ -12,7 +12,7 @@ langchain-server = "langchain.server:main"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = "^0.1"
langchain-core = ">=0.1.4,<0.2"
langchain-community = ">=0.0.2,<0.1"
pydantic = ">=1,<3"
SQLAlchemy = ">=1.4,<3"
Expand Down

0 comments on commit 50e99ec

Please sign in to comment.