langchain[patch]: Release 0.2.12 (#24954)

This commit is contained in:
Bagatur
2024-08-01 21:04:49 -07:00
committed by GitHub
parent 245cb5a252
commit 7b08de8909
2 changed files with 517 additions and 480 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry] [tool.poetry]
name = "langchain" name = "langchain"
version = "0.2.11" version = "0.2.12"
description = "Building applications with LLMs through composability" description = "Building applications with LLMs through composability"
authors = [] authors = []
license = "MIT" license = "MIT"
@@ -33,7 +33,7 @@ langchain-server = "langchain.server:main"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.8.1,<4.0" python = ">=3.8.1,<4.0"
langchain-core = "^0.2.23" langchain-core = "^0.2.27"
langchain-text-splitters = "^0.2.0" langchain-text-splitters = "^0.2.0"
langsmith = "^0.1.17" langsmith = "^0.1.17"
pydantic = ">=1,<3" pydantic = ">=1,<3"