langchain[patch]: Release 0.2.12 (#24954)

pull/24961/head langchain==0.2.12
Bagatur 2 months ago committed by GitHub
parent 245cb5a252
commit 7b08de8909
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

File diff suppressed because it is too large Load Diff

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

Loading…
Cancel
Save