Skip to content

Commit

Permalink
langchain[patch]: release 0.0.344 (#14095)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan committed Nov 30, 2023
1 parent efce352 commit 4063bf1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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.343"
version = "0.0.344"
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.0.7,<0.1"
langchain-core = ">=0.0.8,<0.1"
pydantic = ">=1,<3"
SQLAlchemy = ">=1.4,<3"
requests = "^2"
Expand Down

0 comments on commit 4063bf1

Please sign in to comment.