another rc

This commit is contained in:
Sydney Runkle
2025-10-16 17:55:18 -04:00
parent 90b68059f5
commit ae8feeab3b
3 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
"""Main entrypoint into LangChain."""
__version__ = "1.0.0rc1"
__version__ = "1.0.0rc2"

View File

@@ -13,7 +13,7 @@ dependencies = [
]
name = "langchain"
version = "1.0.0rc1"
version = "1.0.0rc2"
description = "Building applications with LLMs through composability"
readme = "README.md"

View File

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