langchain: bump core to 0.2.32 (#25421)

This commit is contained in:
ccurme 2024-08-14 20:00:42 -04:00 committed by GitHub
parent ec8ffc8f40
commit bd261456f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -1872,7 +1872,7 @@ files = [
[[package]]
name = "langchain-core"
version = "0.2.31"
version = "0.2.32"
description = "Building applications with LLMs through composability"
optional = false
python-versions = ">=3.8.1,<4.0"
@ -4711,4 +4711,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools",
[metadata]
lock-version = "2.0"
python-versions = ">=3.8.1,<4.0"
content-hash = "6503a7f00cec168c1c1b165ac5fa01cd239f20e0437225176683c98100e36d33"
content-hash = "6fdb171d86fbc444f698e3a1835224bd47e76218facbc69d478cd2a8cb72406f"

View File

@ -33,7 +33,7 @@ langchain-server = "langchain.server:main"
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = "^0.2.31"
langchain-core = "^0.2.32"
langchain-text-splitters = "^0.2.0"
langsmith = "^0.1.17"
pydantic = ">=1,<3"