release(core): 1.0.0rc2 (#33530)

This commit is contained in:
ccurme
2025-10-16 13:00:39 -04:00
committed by GitHub
parent d0dd1b30d1
commit aa78be574a
4 changed files with 4 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
"""langchain-core version information and utilities."""
VERSION = "1.0.0rc1"
VERSION = "1.0.0rc2"

View File

@@ -16,7 +16,7 @@ dependencies = [
"pydantic>=2.7.4,<3.0.0",
]
name = "langchain-core"
version = "1.0.0rc1"
version = "1.0.0rc2"
description = "Building applications with LLMs through composability"
readme = "README.md"

2
libs/core/uv.lock generated
View File

@@ -960,7 +960,7 @@ wheels = [
[[package]]
name = "langchain-core"
version = "1.0.0rc1"
version = "1.0.0rc2"
source = { editable = "." }
dependencies = [
{ name = "jsonpatch" },

View File

@@ -1,3 +1,3 @@
"""Main entrypoint into LangChain."""
__version__ = "1.0.0a14"
__version__ = "1.0.0a15"