Open majorgenson opened 3 months ago
Hi @majorgenson
Thanks for your issue, we created a ticket and will address it soon.
Bests, Minh
Hi, you issue was fixed by #378. It will be available with the next release. Sorry for the delay.
Great, thanks for the update!
Description of the Issue
Updating a Collaboration to the Owner role results in an unhandled AttributeError, despite the collaboration being successfully updated.
Steps to Reproduce
Create or get a Collaboration object and attempt to update the collaboration to the Owner role.
Expected Behavior
I expected the operation to not raise an unhandled exception.
Error Message, Including Stack Trace
This results in the following traceback:
It seems to be because updating a collaboration to Owner returns a 204 response with no content,
data
isNone
instead of a Pythondict
.Screenshots
N/A
Versions Used
Python SDK: 1.3.0 Python: 3.9.19