release(langchain): bump langchain-classic to 1.0.2 (#35601)

This commit is contained in:
Eugene Yurtsev
2026-03-06 15:16:03 -05:00
committed by GitHub
parent 0bc831495c
commit 409c20ad72
2 changed files with 4 additions and 4 deletions

View File

@@ -20,10 +20,10 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
]
version = "1.0.1"
version = "1.0.2"
requires-python = ">=3.10.0,<4.0.0"
dependencies = [
"langchain-core>=1.2.5,<2.0.0",
"langchain-core>=1.2.17,<2.0.0",
"langchain-text-splitters>=1.1.0,<2.0.0",
"langsmith>=0.1.17,<1.0.0",
"pydantic>=2.7.4,<3.0.0",

View File

@@ -2379,7 +2379,7 @@ wheels = [
[[package]]
name = "langchain-classic"
version = "1.0.1"
version = "1.0.2"
source = { editable = "." }
dependencies = [
{ name = "async-timeout", marker = "python_full_version < '3.11'" },
@@ -2589,7 +2589,7 @@ typing = [
[[package]]
name = "langchain-core"
version = "1.2.16"
version = "1.2.17"
source = { editable = "../core" }
dependencies = [
{ name = "jsonpatch" },