diff --git a/pkgs/development/python-modules/githubkit/default.nix b/pkgs/development/python-modules/githubkit/default.nix index 8d8fd8cd6e32..40df1d1e7d2a 100644 --- a/pkgs/development/python-modules/githubkit/default.nix +++ b/pkgs/development/python-modules/githubkit/default.nix @@ -9,6 +9,7 @@ , pyjwt , pytestCheckHook , pythonOlder +, pythonRelaxDepsHook , typing-extensions }: @@ -26,6 +27,10 @@ buildPythonPackage rec { hash = "sha256-o7u/C9Ylw903Hat4xZdb0YYVtXKSu2WljD9uiLQeFIU="; }; + pythonRelaxDeps = [ + "hishel" + ]; + postPatch = '' substituteInPlace pyproject.toml \ --replace "--cov=githubkit --cov-append --cov-report=term-missing" "" @@ -33,6 +38,7 @@ buildPythonPackage rec { nativeBuildInputs = [ poetry-core + pythonRelaxDepsHook ]; propagatedBuildInputs = [