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]