Dan Bauman

Results 2 comments of Dan Bauman

consider migrating your codebase to use orjson for uuid support instead of ujson? https://github.com/ijl/orjson

sounds like you did `pip install bson` which is a 3rd party and unsupported python-bson module. This module requires the fully supported bson module from the python mongo project. You...