release(langgraph): bump to 1.0.5 (#6582)

- **Description:** Bumping to 1.0.5 for compatibility with the latest
changes to the python langgraph-sdk.
  - **Issue:** N/A
  - **Dependencies:** N/A
  - **Twitter handle:** N/A
This commit is contained in:
Josh Rogers
2025-12-12 17:56:30 -05:00
committed by GitHub
parent efe78447b3
commit 84023451a2
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.4"
version = "1.0.5"
description = "Building stateful, multi-actor applications with LLMs"
authors = []
requires-python = ">=3.10"
+1 -1
View File
@@ -1345,7 +1345,7 @@ wheels = [
[[package]]
name = "langgraph"
version = "1.0.4"
version = "1.0.5"
source = { editable = "." }
dependencies = [
{ name = "langchain-core" },
+1 -1
View File
@@ -271,7 +271,7 @@ wheels = [
[[package]]
name = "langgraph"
version = "1.0.4"
version = "1.0.5"
source = { editable = "../langgraph" }
dependencies = [
{ name = "langchain-core" },