Skip to content

Commit

Permalink
langchain[patch]: Release 0.3.12 (#28724)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan authored Dec 14, 2024
1 parent 679e3a9 commit 089e659
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 52 deletions.
104 changes: 55 additions & 49 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
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

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

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
langchain-core = "^0.3.24"
langchain-text-splitters = "^0.3.0"
langchain-core = "^0.3.25"
langchain-text-splitters = "^0.3.3"
langsmith = ">=0.1.17,<0.3"
pydantic = "^2.7.4"
SQLAlchemy = ">=1.4,<3"
Expand Down

0 comments on commit 089e659

Please sign in to comment.