python3Packages.nice-go: relax aiobotocore constraint

This commit is contained in:
Martin Weinelt
2026-02-01 17:41:08 +01:00
parent 5da56eab8a
commit ce20d867ae
@@ -29,7 +29,10 @@ buildPythonPackage rec {
build-system = [ poetry-core ];
pythonRelaxDeps = [ "tenacity" ];
pythonRelaxDeps = [
"aiobotocore"
"tenacity"
];
dependencies = [
aiobotocore