shell-genie: relax typer contraint

+5
+5
pkgs/applications/misc/shell-genie/default.nix
··· 16 hash = "sha256-z7LiAq2jLzqjg4Q/r9o7M6VbedeT34NyPpgctfqBp+8="; 17 }; 18 19 nativeBuildInputs = [ 20 poetry-core 21 ]; 22 23 propagatedBuildInputs = [
··· 16 hash = "sha256-z7LiAq2jLzqjg4Q/r9o7M6VbedeT34NyPpgctfqBp+8="; 17 }; 18 19 + pythonRelaxDeps = [ 20 + "typer" 21 + ]; 22 + 23 nativeBuildInputs = [ 24 poetry-core 25 + pythonRelaxDepsHook 26 ]; 27 28 propagatedBuildInputs = [