library.unassign_reference - support batching #4474

This commit is contained in:
Andrej730
2024-04-15 16:28:43 +05:00
parent 81dcad6a14
commit 1f605484d9
6 changed files with 59 additions and 25 deletions
@@ -96,6 +96,9 @@ ARGUMENTS_DEPRECATION = {
"library.assign_reference": partial(
batching_argument_deprecation, prev_argument="product", new_argument="products"
),
"library.unassign_reference": partial(
batching_argument_deprecation, prev_argument="product", new_argument="products"
),
}