Skip to content

Commit c795c87

Browse files
authored
python3Packages.langgraph: 0.3.34 -> 0.4.1 (#403947)
2 parents 480ef2a + c0ccdd2 commit c795c87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@
3838
}:
3939
buildPythonPackage rec {
4040
pname = "langgraph";
41-
version = "0.3.34";
41+
version = "0.4.1";
4242
pyproject = true;
4343

4444
src = fetchFromGitHub {
4545
owner = "langchain-ai";
4646
repo = "langgraph";
4747
tag = "${version}";
48-
hash = "sha256-xGznstX6RHo4vO03xnR2by9yW1jc7+E2oSVNWD/9L7c=";
48+
hash = "sha256-bTxtfduuuyRITZqhk15aWwxNwiZ7TMTgBOEPat6zVIc=";
4949
};
5050

5151
postgresqlTestSetupPost = ''

0 commit comments

Comments
 (0)