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
Installing together with psutil is limited to psutil>=6.0.0,<6.1.dev0. From the changelog of psutil, it does not seem any backwards incompatible changes have been added and it seems like an arbitrary limitation. Psutils did have some bug fixes that we'd like to have included.
Describe the ideal solution
Depend on e.g. psutil >=6, <7
Alternatives and current workarounds
No response
Additional context
No response
What I Did
Tried installing safety together with psutil >= 6.1.0
The text was updated successfully, but these errors were encountered:
We appreciate your effort in reporting this. Our team will review it and get back to you soon.
If you have any additional details or updates, feel free to add them to this issue.
Note: If this is a serious security issue that could impact the security of Safety CLI users, please email [email protected] immediately.
Thank you for reporting this issue, @kjyv! I believe it has already been addressed in the current test_requirements.txt and setup.cfg. These changes will go live with the next Safety release. 🚀
Checklist
Safety version
3.2.13
Python version
3.12.6
Operating System
macOS 15.2
Describe the problem you'd like to have solved
Installing together with psutil is limited to
psutil>=6.0.0,<6.1.dev0
. From the changelog of psutil, it does not seem any backwards incompatible changes have been added and it seems like an arbitrary limitation. Psutils did have some bug fixes that we'd like to have included.Describe the ideal solution
Depend on e.g. psutil >=6, <7
Alternatives and current workarounds
No response
Additional context
No response
What I Did
Tried installing safety together with psutil >= 6.1.0
The text was updated successfully, but these errors were encountered: