Skip to content

Commit

Permalink
langchain[patch]: Release 0.1.14 (langchain-ai#19839)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan authored and marlenezw committed Apr 2, 2024
1 parent 8718997 commit d3ffdee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions libs/langchain/poetry.lock

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

6 changes: 3 additions & 3 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.13"
version = "0.1.14"
description = "Building applications with LLMs through composability"
authors = []
license = "MIT"
Expand All @@ -12,9 +12,9 @@ langchain-server = "langchain.server:main"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = "^0.1.33"
langchain-core = "^0.1.37"
langchain-text-splitters = ">=0.0.1,<0.1"
langchain-community = ">=0.0.29,<0.1"
langchain-community = ">=0.0.30,<0.1"
langsmith = "^0.1.17"
pydantic = ">=1,<3"
SQLAlchemy = ">=1.4,<3"
Expand Down

0 comments on commit d3ffdee

Please sign in to comment.