smartsheet-platform / smartsheet-python-sdk

Library that uses Python to connect to Smartsheet services (using API 2.0).
Apache License 2.0
136 stars 81 forks source link

Fix for import error of MutableSequence in Python3.10.2 #175

Closed abhijitmamarde closed 2 years ago

abhijitmamarde commented 2 years ago

Its now moved to collections.abc.MutableSequence

abhijitmamarde commented 2 years ago

Checked in version 3.10.2 working fine now. Let me know if any more info is needed to merge this PR

jesstucker commented 2 years ago

@timwellswa

timwellswa commented 2 years ago

closing in favor of #174