python3Packages.langgraph: 0.3.34 -> 0.4.1

This commit is contained in:
R. Ryantm
2025-05-03 15:42:18 +00:00
parent 4a3f7c41c0
commit c0ccdd2abb
@@ -38,14 +38,14 @@
}:
buildPythonPackage rec {
pname = "langgraph";
version = "0.3.34";
version = "0.4.1";
pyproject = true;
src = fetchFromGitHub {
owner = "langchain-ai";
repo = "langgraph";
tag = "${version}";
hash = "sha256-xGznstX6RHo4vO03xnR2by9yW1jc7+E2oSVNWD/9L7c=";
hash = "sha256-bTxtfduuuyRITZqhk15aWwxNwiZ7TMTgBOEPat6zVIc=";
};
postgresqlTestSetupPost = ''