python3Packages.pyiceberg: relax cachetools dependency (#544231)

This commit is contained in:
Sandro
2026-07-23 13:08:56 +00:00
committed by GitHub
@@ -80,6 +80,8 @@ buildPythonPackage (finalAttrs: {
env.CIBUILDWHEEL = "1";
pythonRelaxDeps = [
# cachetools<7.0,>=5.5 not satisfied by version 7.1.4
"cachetools"
# rich<15.0.0,>=10.11.0 not satisfied by version 15.0.0
"rich"
];