You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the only dependency this cli tool has is psutil and it's not currently pinned to a version because it's defined here instead of in a requirements.txt (which is separate from the dev version of that I believe).
I noticed that the only dependency this cli tool has is psutil and it's not currently pinned to a version because it's defined here instead of in a
requirements.txt
(which is separate from the dev version of that I believe).aws2-wrap/setup.py
Line 53 in c27852d
In homebrew, its defined at the time of the last build which was 5.9.8
https://github.com/Homebrew/homebrew-core/blob/37fc6c59bd980bc309f0a78549afc7238b1ef855/Formula/a/aws2-wrap.rb#L23-26
Now there is a new major release of psutils 6.0.0 which might have breaking changes.
https://pypi.org/project/psutil/#history
We can avoid a broken build by pinning and keep builds of aws2-wrap deterministic.
The text was updated successfully, but these errors were encountered: