core[patch]: 0.3.31 (#29320)

This commit is contained in:
Bagatur
2025-01-20 17:17:31 -08:00
committed by GitHub
parent 06456c1dcf
commit 923e6fb321
6 changed files with 1737 additions and 1660 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "langchain-core"
version = "0.3.30"
version = "0.3.31"
description = "Building applications with LLMs through composability"
authors = []
license = "MIT"
@@ -27,7 +27,7 @@ target-version = "py39"
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
langsmith = ">=0.1.125,<0.3"
langsmith = ">=0.1.125,<0.4"
tenacity = ">=8.1.0,!=8.4.0,<10.0.0"
jsonpatch = "^1.33"
PyYAML = ">=5.3"