python3Packages.charset-normalizer: unpin mypy version

This commit is contained in:
Martin Weinelt
2026-02-01 16:40:30 +01:00
parent f14a402340
commit ce0fe3215b
@@ -22,6 +22,11 @@ buildPythonPackage rec {
hash = "sha256-MtSBKG8bXUsgEPyXxMRBPPFI8mfuIETy6UVshe7yqGg=";
};
postPatch = ''
substituteInPlace _mypyc_hook/backend.py \
--replace-fail "mypy>=1.4.1,<=1.18.2" "mypy"
'';
build-system = [
setuptools
]