From 9230f0ec9d309ada5550e33d5ad8e1fbaa3e5188 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 28 Nov 2024 09:34:11 +0100 Subject: [PATCH] python311Packages.graphrag: 0.3.6 -> 0.5.0 Diff: https://github.com/microsoft/graphrag/compare/refs/tags/v0.3.6...v0.5.0 Changelog: https://github.com/microsoft/graphrag/blob/v0.5.0/CHANGELOG.md --- pkgs/development/python-modules/graphrag/default.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/graphrag/default.nix b/pkgs/development/python-modules/graphrag/default.nix index 0bc8f6f59dc0..bad18d3388ef 100644 --- a/pkgs/development/python-modules/graphrag/default.nix +++ b/pkgs/development/python-modules/graphrag/default.nix @@ -29,6 +29,7 @@ rich, tenacity, tiktoken, + typer, typing-extensions, umap-learn, nbformat, @@ -38,14 +39,14 @@ buildPythonPackage rec { pname = "graphrag"; - version = "0.3.6"; + version = "0.5.0"; pyproject = true; src = fetchFromGitHub { owner = "microsoft"; repo = "graphrag"; rev = "refs/tags/v${version}"; - hash = "sha256-H5ITK4m3l+rlIEYXoMIpsE9faCu6rRZuB5zaZQeArOU="; + hash = "sha256-QK6ZdBDSSKi/WUsDQeEY5JfxgsmW/vK7yDfjMseAO/k="; }; build-system = [ @@ -81,6 +82,7 @@ buildPythonPackage rec { rich tenacity tiktoken + typer typing-extensions umap-learn ]; @@ -104,6 +106,7 @@ buildPythonPackage rec { "test_find" "test_run_extract_entities_multiple_documents" "test_run_extract_entities_single_document" + "test_sort_context" "test_sort_context_max_tokens" ];