diff --git a/pkgs/development/python-modules/graphrag/default.nix b/pkgs/development/python-modules/graphrag/default.nix index 7824e471a01e..487ed13ca83f 100644 --- a/pkgs/development/python-modules/graphrag/default.nix +++ b/pkgs/development/python-modules/graphrag/default.nix @@ -40,14 +40,14 @@ buildPythonPackage rec { pname = "graphrag"; - version = "0.3.0"; + version = "0.3.1"; pyproject = true; src = fetchFromGitHub { owner = "microsoft"; repo = "graphrag"; rev = "refs/tags/v${version}"; - hash = "sha256-QPUxDMKO2qxF5qrk+vJCrJxyGwVWv7655YAVCis+XwM="; + hash = "sha256-97X9a3ietWDc5UgdgQ2ZSc7DPDEi96LxfO5aVZMNOfg="; }; build-system = [ @@ -55,16 +55,7 @@ buildPythonPackage rec { poetry-dynamic-versioning ]; - pythonRelaxDeps = [ - "aiofiles" - "azure-identity" - "json-repair" - "lancedb" - "scipy" - "tenacity" - "textual" - "tiktoken" - ]; + pythonRelaxDeps = true; dependencies = [ aiofiles