Skip to content

Commit

Permalink
langchain[patch]: Release 0.3.15 (#29322)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan authored Jan 21, 2025
1 parent 923e6fb commit ec5fae7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "langchain"
version = "0.3.14"
version = "0.3.15"
description = "Building applications with LLMs through composability"
authors = []
license = "MIT"
Expand Down Expand Up @@ -33,7 +33,7 @@ langchain-server = "langchain.server:main"

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
langchain-core = "^0.3.29"
langchain-core = "^0.3.31"
langchain-text-splitters = "^0.3.3"
langsmith = ">=0.1.17,<0.4"
pydantic = "^2.7.4"
Expand Down

0 comments on commit ec5fae7

Please sign in to comment.