Is your feature request related to a problem? Please describe.
We are trying to use fastapi-utils on Linux ARM. psutils >= 6 has ARM wheels published, but 5.x does not. fastapi-utils 0.8.0 currently relies on 5.x, while master relies on >=5,<7.
Describe the solution you'd like
Cut another release.
Describe alternatives you've considered
Forking or vendoring, neither of which I want to do :)
Additional context
Supporting psutils 7.x would be cool too.
Is your feature request related to a problem? Please describe.
We are trying to use
fastapi-utilson Linux ARM.psutils>= 6 has ARM wheels published, but 5.x does not.fastapi-utils0.8.0 currently relies on 5.x, whilemasterrelies on>=5,<7.Describe the solution you'd like
Cut another release.
Describe alternatives you've considered
Forking or vendoring, neither of which I want to do :)
Additional context
Supporting psutils 7.x would be cool too.