release(langchain): 1.0.3 (#35834)

This commit is contained in:
ccurme
2026-03-13 09:53:41 -04:00
committed by GitHub
parent 41cca203e6
commit cf07003fc1
2 changed files with 6 additions and 6 deletions

View File

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

View File

@@ -1,5 +1,5 @@
version = 1
revision = 3
revision = 2
requires-python = ">=3.10.0, <4.0.0"
resolution-markers = [
"python_full_version >= '3.14' and platform_python_implementation == 'PyPy'",
@@ -2379,7 +2379,7 @@ wheels = [
[[package]]
name = "langchain-classic"
version = "1.0.2"
version = "1.0.3"
source = { editable = "." }
dependencies = [
{ name = "async-timeout", marker = "python_full_version < '3.11'" },
@@ -2589,7 +2589,7 @@ typing = [
[[package]]
name = "langchain-core"
version = "1.2.18"
version = "1.2.19"
source = { editable = "../core" }
dependencies = [
{ name = "jsonpatch" },