Within `xoto3.dynamodb`:
- Fixed `batch_write` imports.
- `versioned_diffed_update_item` now performs standard
`boto3`-required data fixups on transformed items by default, but
this behavior can be customized.
- Fixed return type of `put_unless_exists`
- Fixed cases where reserved words used as table primary key attribute
names could cause `put_unless_exists` to fail with a
ValidationException.