Skip to content

Commit

Permalink
langchain: release 0.1.17 (#21125)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored Apr 30, 2024
1 parent 5f8a307 commit 6c938da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
18 changes: 6 additions & 12 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.16"
version = "0.1.17"
description = "Building applications with LLMs through composability"
authors = []
license = "MIT"
Expand All @@ -14,7 +14,7 @@ langchain-server = "langchain.server:main"
python = ">=3.8.1,<4.0"
langchain-core = "^0.1.42"
langchain-text-splitters = ">=0.0.1,<0.1"
langchain-community = ">=0.0.32,<0.1"
langchain-community = ">=0.0.36,<0.1"
langsmith = "^0.1.17"
pydantic = ">=1,<3"
SQLAlchemy = ">=1.4,<3"
Expand Down

0 comments on commit 6c938da

Please sign in to comment.