Commit 98dbe8a
committed
Expose RepositoryVersionSerializer in the plugin API
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)1 parent f33b7f6 commit 98dbe8a
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| 82 | + | |
81 | 83 | | |
82 | 84 | | |
83 | 85 | | |
| |||
0 commit comments