Expected behavior
Prior to the morning of 1/11, the above code ran without issues.
Screenshots
If applicable, add screenshots to help explain your problem.
Reminder: do not include your API access token or confidential information with any screenshots
Environment (please complete the following information):
OS: Ubuntu 22.04
Smartsheet Python SDK Version: 3.0.2
Python Version: 3.10.12
The documentation says this about the error code: "NOTE: The Smartsheet application only supports numeric values in the range -9007199254740992 to 9007199254740992. If using strict parsing, any numeric value outside that range results in error code 1148. If using lenient parsing, the value is silently converted to text."
But setting the cell object's strict property to 'False' does not work either.
Describe the bug As of the morning of 1/11, trying to assign a cell value a large number returns error code 1148.
To Reproduce Steps to reproduce the behavior: Assign cell value of a 16+ digit value and update the row
Expected behavior Prior to the morning of 1/11, the above code ran without issues.
Screenshots If applicable, add screenshots to help explain your problem. Reminder: do not include your API access token or confidential information with any screenshots
Environment (please complete the following information):
The documentation says this about the error code: "NOTE: The Smartsheet application only supports numeric values in the range -9007199254740992 to 9007199254740992. If using strict parsing, any numeric value outside that range results in error code 1148. If using lenient parsing, the value is silently converted to text."
But setting the cell object's strict property to 'False' does not work either.