We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a3f7c4 commit c0ccdd2Copy full SHA for c0ccdd2
pkgs/development/python-modules/langgraph/default.nix
@@ -38,14 +38,14 @@
38
}:
39
buildPythonPackage rec {
40
pname = "langgraph";
41
- version = "0.3.34";
+ version = "0.4.1";
42
pyproject = true;
43
44
src = fetchFromGitHub {
45
owner = "langchain-ai";
46
repo = "langgraph";
47
tag = "${version}";
48
- hash = "sha256-xGznstX6RHo4vO03xnR2by9yW1jc7+E2oSVNWD/9L7c=";
+ hash = "sha256-bTxtfduuuyRITZqhk15aWwxNwiZ7TMTgBOEPat6zVIc=";
49
};
50
51
postgresqlTestSetupPost = ''
0 commit comments