предупреждение
DeprecationWarning: No uuidRepresentation is specified! Falling back to 'pythonLegacy' which is the default for pymongo 3.x. For compatibility with other MongoDB drivers this should be specified as 'standard' or '{java,csharp}Legacy' to work with older drivers in those languages. This will be changed to 'standard' in a future release.
пробовал передавать в настройках
app.config["MONGODB_SETTINGS"] = {
"db":...,
"host": "...",
"port": ...,
"uuidRepresentation": 'standard'
но внутри uuidRepresentation приводится к нижнему регистру и когда самой либы есть проверка " if "uuidRepresentation" not in kwargs:" я все равно получаю предупреждение. может как то иначе надо передавать? в доке не нашел, как можно нормально передавать uuidRepresentation
Привет. Пробовал загуглить?
Это варнинг, uuidRepresentation вообще не должен использоваться чтобы не было ошибки
да, но ничего не нашел.
я начал передавать uuidRepresentation только потому что без него варнинг
Обсуждают сегодня