Oleksandr Yanchenko

Results 3 comments of Oleksandr Yanchenko

I'm facing the same issue when I'am trying to get envelope: `self._envelopes_api.get_envelope(account_id=self._account_id, envelope_id=envelope_id, include=["recipients,tabs"])` ``` ....... File "/Users/keeper/Library/Caches/pypoetry/virtualenvs/doc-mgmt-gKn7XSOk-py3.10/lib/python3.10/site-packages/docusign_esign/client/api_client.py", line 307, in __deserialize return self.__deserialize_model(data, klass) File "/Users/keeper/Library/Caches/pypoetry/virtualenvs/doc-mgmt-gKn7XSOk-py3.10/lib/python3.10/site-packages/docusign_esign/client/api_client.py", line 661, in...

@jglassenberg, hi! There are 2 open pull request since September 2021... https://github.com/docusign/docusign-esign-python-client/pull/122 https://github.com/docusign/docusign-esign-python-client/pull/121 Is it possible to merge one of them? I will be very grateful if you can look...

I found what happened. I reviewed last lib versions and it looks like you fixed this issue, but this fix (import Date) has been deleted in 3.20.0 release https://github.com/docusign/docusign-esign-python-client/pull/163 https://github.com/docusign/docusign-esign-python-client/pull/163/files#diff-94083e6ed86a755c204e76d0bf1e32cd713c381506c891828b37501bf5741b11L492...