The UUID example has the following code example:
client = MongoClient(uuid_representation=UuidRepresentation.STANDARD)
which when run, raises the following error:
ConfigurationError: Unknown option uuid_representation
The UUID example has the following code example:
client = MongoClient(uuid_representation=UuidRepresentation.STANDARD)
which when run, raises the following error:
ConfigurationError: Unknown option uuid_representation