From bd925dcf43a5384ad4ed03d13fc34743eb4a744d Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Fri, 13 Sep 2024 10:13:57 +0800 Subject: [PATCH 1/2] Add an upper pin to pygobject. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7e10bfe..0ba4420 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ classifiers = [ dependencies = [ # Dependencies required at runtime are set as ranges to ensure maximum # compatibility with the end-user's development environment. - "pygobject >= 3.14.0", + "pygobject >= 3.14.0, < 3.50.0", ] [project.optional-dependencies] From 4a823f7d9ee4635f5dbd318fdccd0cb6a026115a Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Fri, 13 Sep 2024 10:20:47 +0800 Subject: [PATCH 2/2] Add changenote. --- changes/185.bugfix.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/185.bugfix.rst diff --git a/changes/185.bugfix.rst b/changes/185.bugfix.rst new file mode 100644 index 0000000..1ba9993 --- /dev/null +++ b/changes/185.bugfix.rst @@ -0,0 +1 @@ +PyGObject support was pinned to an upper version less than 3.50.0.