release(langchain_v1): v1.0.0a13 (#33415)

This commit is contained in:
Sydney Runkle
2025-10-10 10:42:35 -04:00
committed by GitHub
parent a29d4e9c3a
commit 714c370191
3 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
"""Main entrypoint into LangChain."""
__version__ = "1.0.0a12"
__version__ = "1.0.0a13"

View File

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

View File

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