labd / commercetools-python-sdk

Commercetools Python SDK
https://commercetools-python-sdk.readthedocs.io/en/latest/
MIT License
17 stars 16 forks source link

Fix incompatible change in marsmallow #76

Closed shaquille-lab closed 4 years ago

shaquille-lab commented 4 years ago

Fix issue with merge_text not expecting keyword argument 'many'

kages/marshmallow/schema.py", line 1135, in _invoke_processors data = processor(data, many=many, **kwargs) TypeError: merge_text() got an unexpected keyword argument 'many'