Skip to content

Commit b4bbe42

Browse files
committed
python312Packages.langgraph-sdk: 0.1.53 -> 0.1.61
1 parent ca9eeac commit b4bbe42

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/langgraph-sdk

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/langgraph-sdk/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818

1919
buildPythonPackage rec {
2020
pname = "langgraph-sdk";
21-
version = "0.1.53";
21+
version = "0.1.61";
2222
pyproject = true;
2323

2424
src = fetchFromGitHub {
2525
owner = "langchain-ai";
2626
repo = "langgraph";
2727
tag = "sdk==${version}";
28-
hash = "sha256-Mx/36+FYZi/XNHJwlNRKE/lVo6nRTXUQwtYkq7HmBu0=";
28+
hash = "sha256-cwoJ/1D+oAxqt6DEmpRBxDiR2nRAqBIOfqwLOmgUcZQ=";
2929
};
3030

3131
sourceRoot = "${src.name}/libs/sdk-py";

0 commit comments

Comments
 (0)