python3Packages.item-synchronizer: relax bidict and bubop bounds

This commit is contained in:
Harinn
2026-05-27 20:42:13 +09:00
parent 7f2d19a8d1
commit 2aabfbbca9
@@ -19,12 +19,13 @@ buildPythonPackage rec {
hash = "sha256-+mviKtCLlJhYV576Q07kcFJvtls5qohKSrqZtBqE/s4=";
};
postPatch = ''
substituteInPlace pyproject.toml --replace-fail 'bidict = "^0.21.4"' 'bidict = "^0.23"'
'';
nativeBuildInputs = [ poetry-core ];
pythonRelaxDeps = [
"bidict"
"bubop"
];
propagatedBuildInputs = [
bidict
bubop