python3Packages.dnsight: relax cryptography bound (#523524)

This commit is contained in:
Fabian Affolter
2026-05-24 09:33:28 +00:00
committed by GitHub
@@ -32,7 +32,10 @@ buildPythonPackage (finalAttrs: {
hash = "sha256-TirYLziPa1xRm7D54Unl5oVjsnsv6Gl0LRVUXzd9o/E=";
};
pythonRelaxDeps = [ "typer" ];
pythonRelaxDeps = [
"cryptography"
"typer"
];
build-system = [
hatch-vcs