BeanieODM / beanie

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

Simplify BsonBinary #739

Closed gsakkis closed 11 months ago

gsakkis commented 11 months ago

Just like DecimalAnnotation, BsonBinary can be simplified significantly.

roman-right commented 11 months ago

Hi @gsakkis It looks like it doesn't work with Pydantic V1

gsakkis commented 11 months ago

Fixed the tests to work on v1 too.

roman-right commented 11 months ago

Merged. Will be published tomorrow. Thank you for the PR!