python3Packages.langgraph-sdk: 0.3.15 -> 0.4.2

This commit is contained in:
sarahec
2026-06-18 16:00:40 -07:00
committed by Sarah Clark
parent c4cf3e9305
commit 0e2ac0b37d
@@ -9,8 +9,11 @@
# dependencies
httpx,
httpx-sse,
langchain-core,
langchain-protocol,
orjson,
typing-extensions,
websockets,
# passthru
gitUpdater,
@@ -18,25 +21,31 @@
buildPythonPackage (finalAttrs: {
pname = "langgraph-sdk";
version = "0.3.15";
version = "0.4.2";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "langchain-ai";
repo = "langgraph";
tag = "sdk==${finalAttrs.version}";
hash = "sha256-P4SbQK6lFG572WKxisnNn/ZiHcMYBBM/vcBB9N6xpfo=";
hash = "sha256-30BY7f8m3YiqEBhb3+TQYTW0N40xI9kTQbMTh4BwcyU=";
};
sourceRoot = "${finalAttrs.src.name}/libs/sdk-py";
build-system = [ hatchling ];
pythonRelaxDeps = [ "websockets" ];
dependencies = [
httpx
httpx-sse
langchain-core
langchain-protocol
orjson
typing-extensions
websockets
];
disabledTests = [ "test_aevaluate_results" ]; # Compares execution time to magic number