Mongoz

Latest version: v0.11.4

Safety actively analyzes 723625 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 5

0.5.1

Changed

- Update internal `dymmond-settings` minimum requirement.

0.5.0

Changed

**BREAKING CHANGE**

- `SETTINGS_MODULE` was renamed to `MONGOZ_SETTINGS_MODULE`.

0.4.1

Added

- `unique` validation for indexing in the metaclass.

0.4.0

Added

- New `run_sync` allowing to run sync operations within Mongoz.

Changed

- Deprecating internal settings from Pydantic in favour of [Dymmond Settings](https://settings.dymmond.com).

Breaking changes

Mongoz now uses [Dymmond Settings](https://settings.dymmond.com) which this simply affects the way the
settings module is loaded. Prior to version 0.4.0 it was like this:

python
MONGOZ_SETTINGS_MODULE=...


**From version 0.4.0 is**:

python
SETTINGS_MODULE=...


The rest remains as it. More information about [how to use it in the official documentation](https://settings.dymmond.com/#how-to-use-it_1).

0.3.3

Fix

- Codec options as defaults were not loading properly.

0.3.2

Fix

- Codec options for `UuidRepresentation.STANDARD`.

Page 4 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.