Skip to content

Commit db89ec8

Browse files
Fix incompatible change in marsmallow (#76)
Co-authored-by: shaquille <crimsonmedia96@gmail.com>
1 parent 0f8e594 commit db89ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commercetools/services/product_projections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def text_serialize(self, value):
4141
return result
4242

4343
@post_dump
44-
def merge_text(self, data):
44+
def merge_text(self, data, **kwargs):
4545
value = data.pop("text")
4646
data.update(value)
4747
return data

0 commit comments

Comments
 (0)