i8enn / pydantic-odm

Small async ODM for MongoDB based in Motor and Pydantic library
MIT License
39 stars 8 forks source link

fix BaseMongoDBDecoder for documents with arrays of simple type #30

Closed antipooh closed 4 years ago

antipooh commented 4 years ago

BaseMongoDBDecoder raise AttributeError: 'str' object has no attribute 'copy' when run on mongo document with array of string