Skip to content

Conversation

@pedro-psb
Copy link
Member

In pulpcore 3.88 it was added a feature that would the return value of task functions, and those return must be serializable or None.

In 3.100 that would be required by pulpcore, so plugins that wante to adapt before might use the RepositoryVersionSerializer. In this case, regardless of whether pulpcore >=3.88 or <3.88 is used, the plugin must be able to import the serializer or it will throw a runtime import error.

(cherry picked from commit 20f3b7a)

In pulpcore 3.88 it was added a feature that would the return value
of task functions, and those return must be serializable or None.

In 3.100 that would be required by pulpcore, so plugins that wante
to adapt before might use the RepositoryVersionSerializer. In this case,
regardless of whether pulpcore >=3.88 or <3.88 is used, the plugin must
be able to import the serializer or it will throw a runtime import error.

(cherry picked from commit 20f3b7a)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants