langchain[patch]: Release 0.2.10 (#24452)

This commit is contained in:
Bagatur 2024-07-19 12:50:13 -07:00 committed by GitHub
parent dda9438e87
commit 27ad6a4bb3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View File

@ -1760,7 +1760,7 @@ files = [
[[package]]
name = "langchain-core"
version = "0.2.20"
version = "0.2.22"
description = "Building applications with LLMs through composability"
optional = false
python-versions = ">=3.8.1,<4.0"
@ -1784,7 +1784,7 @@ url = "../core"
[[package]]
name = "langchain-openai"
version = "0.1.16"
version = "0.1.18"
description = "An integration package connecting OpenAI and LangChain"
optional = true
python-versions = ">=3.8.1,<4.0"
@ -1792,7 +1792,7 @@ files = []
develop = true
[package.dependencies]
langchain-core = "^0.2.17"
langchain-core = "^0.2.20"
openai = "^1.32.0"
tiktoken = ">=0.7,<1"
@ -4561,4 +4561,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools",
[metadata]
lock-version = "2.0"
python-versions = ">=3.8.1,<4.0"
content-hash = "717e3c652887444e5a074765cb31bb8cbc9a17871ccf610d97bc9bc3341f37f0"
content-hash = "3bfb687a4835f55d71f5fc1d23c16a42afcf8e9ad496b4da61bd3cb9b026b6ca"

View File

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