pynamodb-attributes icon indicating copy to clipboard operation
pynamodb-attributes copied to clipboard

UnicodeDelimitedTupleAttribute does not support datetime.datetime objects

Open ryancausey opened this issue 5 months ago • 0 comments

The deserialization of the UnicodeDelimitedTupleAttribute does not support datetime objects and results in the error: "TypeError: 'str' object cannot be interpreted as an integer"

It would be useful for this type to support datetime.datetime objects.

ryancausey avatar Jul 14 '25 19:07 ryancausey