BeanieODM / beanie

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

Add Possibility of Leveraging Enum in find query #868

Closed damikhai closed 4 months ago

damikhai commented 4 months ago

Since I have updated from beanie version==1.23.1 to version==1.25.1 Enums in find query are no longer supported. This is my suggestion how to come over it.

I appreciate your work on this project 🤝

roman-right commented 4 months ago

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