From c102a5dcde92183a6d0b9382ad71c8c9b497ff03 Mon Sep 17 00:00:00 2001 From: ianballou Date: Wed, 16 Sep 2026 12:12:40 -0400 Subject: [PATCH] Set upper pulpcore bound to 3.130, to align with other Pulp plugins --- CHANGES/+support_pulpcore_3.129.feature | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 CHANGES/+support_pulpcore_3.129.feature diff --git a/CHANGES/+support_pulpcore_3.129.feature b/CHANGES/+support_pulpcore_3.129.feature new file mode 100644 index 0000000..f2c1b5d --- /dev/null +++ b/CHANGES/+support_pulpcore_3.129.feature @@ -0,0 +1 @@ +Add support for Pulpcore versions up to 3.129. Follows the Pulpcore plugin breaking changes schedule. diff --git a/pyproject.toml b/pyproject.toml index 2ac65fb..8da9a70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ ] requires-python = ">=3.11" dependencies = [ - "pulpcore>=3.49.0,<3.118", + "pulpcore>=3.49.0,<3.130", ] [project.urls]