Ilya Priven

Results 164 comments of Ilya Priven

Indeed. Meant to backport it to 5.x too: https://github.com/pynamodb/PynamoDB/pull/1156

Not likely to make this library dependent on pydantic, but if you have a plan on how to make it an extra library, I can maybe advice.

Looking at the [UpdateItem API](https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_UpdateItem.html): > Edits an existing item's attributes, or adds a new item to the table if it does not already exist. There's no "update existing" mode....

@hauntsaninja any immediate thoughts?