12.5.0 (2024-01-10)
Bugs Fixed
- Fixed issue in serializing EntityProperty tuples where a value of None could be serialized as the string "None".
Other Changes
- Refactored batching code to use latest Core models and improve typing.
- Added a public type
EntityMetadata
, it is used inTableEntity
's metadata. - Added support for Python 3.12.
- Python 3.7 is no longer supported. Please use Python version 3.8 or later.