bump redis major

This commit is contained in:
William Fu-Hinthorn
2025-12-09 16:26:33 -08:00
parent 31d77f7559
commit 929f07bcb4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "langgraph"
version = "1.0.5"
version = "2.0.0"
description = "Building stateful, multi-actor applications with LLMs"
authors = []
requires-python = ">=3.10"
+1 -1
View File
@@ -271,7 +271,7 @@ wheels = [
[[package]]
name = "langgraph"
version = "1.0.5"
version = "2.0.0"
source = { editable = "../langgraph" }
dependencies = [
{ name = "langchain-core" },