Damian Heard

Results 2 issues of Damian Heard

xero-python does client side string length validation. This validation is inconsistent with the length Xero supports. We have found an example where we are running into this [ValueError](https://github.com/XeroAPI/xero-python/blob/master/xero_python/accounting/models/contact.py#L459) when retrieving...

We recently upgraded our project to Pydantic v2, which has introduced a new behavior in `SchemaField` within django-pydantic-field: defaults are now validated immediately upon schema definition. This change presents a...