From f2c4a2d763551e64c82469c52767762d01a4d994 Mon Sep 17 00:00:00 2001 From: shadeyg56 Date: Mon, 10 Mar 2025 22:51:26 -0500 Subject: [PATCH] Pin PyGObject version Fixes #813 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a5e7c68..fd7c593 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ psutil = "^6.0.0" click = "^8.1.0" distro = "^1.8.0" requests = "^2.32.3" -PyGObject = "^3.46.0" +PyGObject = "3.50.0" urwid = "^2.6.16" pyinotify = {git = "https://github.com/shadeyg56/pyinotify-3.12"}