pyproject.toml currently specifies `psutil~=5.6`: https://github.com/jupyter-server/jupyter-resource-usage/blob/97f87085567878bd9432d7bca3ee60c7ebdb5374/pyproject.toml#L41 This is preventing users from picking up newer versions of psutil. [Lots of bugfixes](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) have been released since the 5.6 series. See https://iscinumpy.dev/post/bound-version-constraints/ for why it is not good practice to propagate this upper bound to your users.