This commit is contained in:
Sydney Runkle
2025-08-27 16:46:28 -04:00
parent 8c0e729e68
commit bfb54dbfae
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 = "0.6.6"
version = "1.0.0a1"
description = "Building stateful, multi-actor applications with LLMs"
authors = []
requires-python = ">=3.10"
+1 -1
View File
@@ -1159,7 +1159,7 @@ wheels = [
[[package]]
name = "langgraph"
version = "0.6.6"
version = "1.0.0a1"
source = { editable = "." }
dependencies = [
{ name = "langchain-core" },
+1 -1
View File
@@ -291,7 +291,7 @@ wheels = [
[[package]]
name = "langgraph"
version = "0.6.6"
version = "1.0.0a1"
source = { editable = "../langgraph" }
dependencies = [
{ name = "langchain-core" },