BeanieODM / beanie

Asynchronous Python ODM for MongoDB
http://beanie-odm.dev/
Apache License 2.0
1.94k stars 203 forks source link

Add BSON MaxKey and MinKey #768

Closed noah-witt closed 7 months ago

noah-witt commented 8 months ago

MaxKey and Minkey are BSON types that are primarily used in queries. This merge request updates Beanie to pass through those types correctly.

https://www.mongodb.com/docs/manual/reference/bson-types/

roman-right commented 7 months ago

Hi @noah-witt , Thank you for the PR! Merged. It will be published soon