langgraph-prebuilt 0.5.0rc0

This commit is contained in:
Nuno Campos
2025-06-16 17:47:21 -07:00
parent 0f92470e49
commit edfb65fd3a
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "langgraph-prebuilt"
version = "0.2.2"
version = "0.5.0rc0"
description = "Library with high-level APIs for creating and executing LangGraph agents and tools."
authors = []
requires-python = ">=3.9"
@@ -12,7 +12,7 @@ readme = "README.md"
license = "MIT"
license-files = ['LICENSE']
dependencies = [
"langgraph-checkpoint>=2.0.10",
"langgraph-checkpoint>=2.1.0",
"langchain-core>=0.3.22",
]
+3 -3
View File
@@ -320,7 +320,7 @@ wheels = [
[[package]]
name = "langgraph"
version = "0.4.7"
version = "0.5.0rc0"
source = { editable = "../langgraph" }
dependencies = [
{ name = "langchain-core" },
@@ -371,7 +371,7 @@ dev = [
[[package]]
name = "langgraph-checkpoint"
version = "2.0.26"
version = "2.1.0"
source = { editable = "../checkpoint" }
dependencies = [
{ name = "langchain-core" },
@@ -464,7 +464,7 @@ dev = [
[[package]]
name = "langgraph-prebuilt"
version = "0.2.2"
version = "0.5.0rc0"
source = { editable = "." }
dependencies = [
{ name = "langchain-core" },