ATTENTION: pulpcore/3.85 soon coming to a release near you!

Dear Plugin Writers,

We are going to be releasing pulpcore/3.85.0 soon - possibly as early as 2025-08-12. This is a “breaking changes” release, and may impact plugin authors. The list of changes happening includes the following

Note that this includes updating the openapi spec to 3.1.x. We always discover “interesting” things about the bindings when we update openapi - be prepared for Issues.

While you may not need to make any changes due to the items listed above, the pulpcore-upperbounds in pyproject.toml will need to be adjusted and a compatibility release will be required. After 3.85.0, the next backwards-incompatible plugin-API release will be pulpcore/3.100.0.

2 Likes

Actually, this is the first time we update the version of the specification for OpenAPI. The version of the openapi-generator we have in place seems to be compatible already. Looking forward to all the interesting subtle details here.

1 Like

In this release we will also bump the dependency on python to 3.11.
Due to the current structure of our CI this means we will start testing even old branches with 3.11 instead of 3.9.

2 Likes