python3Packages.langgraph-cli: 0.4.4 -> 0.4.5 (#457536)
This commit is contained in:
@@ -24,14 +24,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "langgraph-cli";
|
pname = "langgraph-cli";
|
||||||
version = "0.4.4";
|
version = "0.4.5";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "langchain-ai";
|
owner = "langchain-ai";
|
||||||
repo = "langgraph";
|
repo = "langgraph";
|
||||||
tag = "cli==${version}";
|
tag = "cli==${version}";
|
||||||
hash = "sha256-Ka/fm+lWxP6bpd4/Umgwfo1J1T05A6LHZb/ZeQ8HTSo=";
|
hash = "sha256-YGO1eq1IEKkxuH/9ZsaeaWpQ2vD97du32iopdXFqZf8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
sourceRoot = "${src.name}/libs/cli";
|
sourceRoot = "${src.name}/libs/cli";
|
||||||
|
|||||||
Reference in New Issue
Block a user