python3Packages.langgraph: 0.3.34 -> 0.4.1 (#403947)

This commit is contained in:
OTABI Tomoya
2025-05-06 11:35:56 +09:00
committed by GitHub
@@ -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 = ''