The table outlining the encoding/decoding behavior of Python types to BSON types is out of date:
https://pymongo.readthedocs.io/en/stable/api/bson/index.html#module-bson
It's missing various bson types like Timestamp and Decimal128.
The table outlining the encoding/decoding behavior of Python types to BSON types is out of date:
https://pymongo.readthedocs.io/en/stable/api/bson/index.html#module-bson
It's missing various bson types like Timestamp and Decimal128.