langchain[patch]: Release 0.2.9 (#24327)

This commit is contained in:
Bagatur 2024-07-17 09:39:57 -07:00 committed by GitHub
parent cf28708e7b
commit 24e9b48d15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -1760,7 +1760,7 @@ files = [
[[package]] [[package]]
name = "langchain-core" name = "langchain-core"
version = "0.2.19" version = "0.2.20"
description = "Building applications with LLMs through composability" description = "Building applications with LLMs through composability"
optional = false optional = false
python-versions = ">=3.8.1,<4.0" python-versions = ">=3.8.1,<4.0"
@ -4561,4 +4561,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools",
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = ">=3.8.1,<4.0" python-versions = ">=3.8.1,<4.0"
content-hash = "dbfb4729eead4be01e0cfb99e4a4a4969e1bf5c9cf7a752d8fdc53593808948c" content-hash = "717e3c652887444e5a074765cb31bb8cbc9a17871ccf610d97bc9bc3341f37f0"

View File

@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry] [tool.poetry]
name = "langchain" name = "langchain"
version = "0.2.8" version = "0.2.9"
description = "Building applications with LLMs through composability" description = "Building applications with LLMs through composability"
authors = [] authors = []
license = "MIT" license = "MIT"
@ -29,7 +29,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.19" langchain-core = "^0.2.20"
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"