release(core): 1.3.0a1 (#36656)

1.3.0a1 release
This commit is contained in:
Eugene Yurtsev
2026-04-10 11:58:34 -04:00
committed by GitHub
parent 2c9296c423
commit 9ee4617fba
3 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
"""langchain-core version information and utilities."""
VERSION = "1.2.28"
VERSION = "1.3.0a1"

View File

@@ -21,7 +21,7 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
]
version = "1.2.28"
version = "1.3.0a1"
requires-python = ">=3.10.0,<4.0.0"
dependencies = [
"langsmith>=0.3.45,<1.0.0",

2
libs/core/uv.lock generated
View File

@@ -995,7 +995,7 @@ wheels = [
[[package]]
name = "langchain-core"
version = "1.2.28"
version = "1.3.0a1"
source = { editable = "." }
dependencies = [
{ name = "jsonpatch" },