Compare commits

..
Author SHA1 Message Date
Elior Nataf Lackritz ff87b5f654 release(langgraph): 1.2.12 2026-09-18 15:06:57 -04:00
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "langgraph"
version = "1.2.11"
version = "1.2.12"
description = "Building stateful, multi-actor applications with LLMs"
authors = []
requires-python = ">=3.10"
+1 -1
View File
@@ -1437,7 +1437,7 @@ wheels = [
[[package]]
name = "langgraph"
version = "1.2.11"
version = "1.2.12"
source = { editable = "." }
dependencies = [
{ name = "langchain-core" },
+1 -1
View File
@@ -286,7 +286,7 @@ wheels = [
[[package]]
name = "langgraph"
version = "1.2.11"
version = "1.2.12"
source = { editable = "../langgraph" }
dependencies = [
{ name = "langchain-core" },
+1 -1
View File
@@ -3,7 +3,7 @@ from langgraph_sdk.client import get_client, get_sync_client
from langgraph_sdk.encryption import Encryption
from langgraph_sdk.encryption.types import DecryptResult, EncryptionContext
__version__ = "0.4.5"
__version__ = "0.4.4"
__all__ = [
"Auth",
+1 -1
View File
@@ -299,7 +299,7 @@ wheels = [
[[package]]
name = "langgraph"
version = "1.2.11"
version = "1.2.12"
source = { editable = "../langgraph" }
dependencies = [
{ name = "langchain-core" },