Open hh2110 opened 1 week ago
Thanks for filing this @hh2110
I attempted to reproduce with a minimal project; however, when using the latest version of the SDK, I don't see this validation error. Digging deeper, it appears this was fixed in SDK version 0.3.12
.
Here is the code where these are now marked as optional with a default value of None
. That is here: https://github.com/Synqly/python-sdk/blob/main/src/synqly/management/resources/member_base/types/member.py#L31
What SDK version are you using? is it possible to upgrade to 0.3.12
or later?
Hi, a call to
response = management_client.members.list()
results inI think the pydantic model that has the nickname and picture attributes should have them as optional attributes