release(langgraph): revert alpha release, going to do v0.6 off main instead (#5543)

Revert "release(langgraph): v1.0.0a1 (#5520)"

This reverts commit 2eecaa8500.
This commit is contained in:
Sydney Runkle
2025-07-16 18:30:43 -04:00
committed by GitHub
parent 6e9e1ca146
commit 294078adab
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "langgraph"
version = "1.0.0a1"
version = "0.5.2"
description = "Building stateful, multi-actor applications with LLMs"
authors = []
requires-python = ">=3.9"
+1 -1
View File
@@ -1192,7 +1192,7 @@ wheels = [
[[package]]
name = "langgraph"
version = "1.0.0a1"
version = "0.5.2"
source = { editable = "." }
dependencies = [
{ name = "langchain-core" },
+1 -1
View File
@@ -316,7 +316,7 @@ wheels = [
[[package]]
name = "langgraph"
version = "1.0.0a1"
version = "0.5.2"
source = { editable = "../langgraph" }
dependencies = [
{ name = "langchain-core" },