You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 18, 2019. It is now read-only.
I'm getting:
TypeError: new() got an unexpected keyword argument 'description'
In decode.py, ~line 56, there is:
However in this commit in coreapi.document the description field was removed I believe:
core-api/python-client@6dd8ede#diff-bda1bab8e301bc649ee7abf40303bf6d
Am I following the code correctly here? It loos like interfaces have drifted between package versions?