-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dbus python dependency to latest #2744
Comments
Removing our pinning give the following 'poetry update' result:
Testing:
|
@FroggyFlox & @Hooverdan96 I've just found the following upstream comment: https://gitlab.freedesktop.org/dbus/dbus-python/-/issues/48#note_2045548 from two months ago, as of this comment.
As such we should look to limiting our use of this library, & ideally removing it in time. I think users.py is currenlty the only user:
|
Remove explicit pinning of dbus-python, enabling: 1.2.18 to 1.3.2 update as per poetry.lock.
…dency-to-latest Update dbus python dependency to latest #2744
Closing as: |
Our dbus-python dependency was previously constrained by our python version. This is not longer the case. We currently have:
It is proposed, in the interests for issues such as
"Avoid system calls to interact with systemd services" #2680 where we have:
While the linked issue, and proposed systemd dbus library, does not currently depend on dbus-python; it would never-the-less be advisable to unpin this library to enable our ongoing Python updates.
PyPi: https://pypi.org/project/dbus-python/
Project source: https://gitlab.freedesktop.org/dbus/dbus-python/
Project docs: https://dbus.freedesktop.org/doc/dbus-python/
Release history: https://dbus.freedesktop.org/doc/dbus-python/news.html#release-history
The text was updated successfully, but these errors were encountered: