larsakerson
larsakerson
Add flag for computed fields in `orm.fields.Field` and use this attribute to resolve error on record updates in `orm.model.Model.save()`
The `Model.save()` method is failing for me when the Airtable API rejects the payload, because it includes computed fields. These computed fields are not updated locally in my code, but...
I'm having trouble modeling an Airtable base that includes linked fields between several tables. The issue appears to be that I can't reference the linked object model until that model...
Python 3.12 and 3.13 are stricter about invalid escape sequences. [This annotation](https://github.com/prschmid/zoomus/blob/91d1effcb644005682aee7f646b6317a8192d769/zoomus/util.py#L206) in `util.py` now raises a Syntax Warning. The solution should be simple.