Hi all!
I'm currently running into a library version conflict due to the psutil dependency in synapseclient.
The synapseclient has a very strict dependency (psutil~=5.9.8), while a different library in my environment requires psutil >=6.1.0. Would it be possible to bump the required psutil version or at least loosen this requirement?