release(core): 1.3.0a3 (#36829)

release 1.3.0a3
This commit is contained in:
Eugene Yurtsev
2026-04-16 15:37:28 -04:00
committed by GitHub
parent b00646d882
commit af0e174ef7
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

2
libs/core/uv.lock generated
View File

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