Skip to content

Commit

Permalink
langchain[patch]: Release 0.1.8 (#17751)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan authored Feb 19, 2024
1 parent a9d3c10 commit 4414483
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 6 deletions.
35 changes: 31 additions & 4 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain"
version = "0.1.7"
version = "0.1.8"
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.22,<0.2"
langchain-core = ">=0.1.24,<0.2"
langchain-community = ">=0.0.20,<0.1"
langsmith = "^0.1.0"
pydantic = ">=1,<3"
Expand Down

0 comments on commit 4414483

Please sign in to comment.