Autoregistry

Latest version: v1.1.2

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

Scan your dependencies

Page 4 of 5

0.5.0

New Features

- new config options: `prefix` and `strip_prefix`. These mirror the functionality of `suffix` and `strip_suffix`.
- new config options: `name` and `aliases`. These allow you to override and add additional registration keys.
- new config options: `regex` verifies registered names pass some regex validation.

[See the docs](https://autoregistry.readthedocs.io/en/v0.5.0/Configuration.html#configurations) for more details.

Misc
- Update Poetry to [v1.2.0b2](https://github.com/BrianPugh/autoregistry/commit/d1272f77c87449e56c2ea3b19a9d63f5afe9a12a)
- Slightly optimized config-copying code.

0.4.1

- Fixed some type hinting
- Temporary Poetry fix implemented for developers.

0.4.0

Changes

* Breaking: Removed `abstractmethod` decorator to reduce confusion; user will have to explicitly import it `from abc import abstractmethod`

0.3.1

0.3.0

New Features
* Can now inject a whole python module.
* Nested objects can be queried via dot `"some.sub.module"` or via slashes `"some/sub/module"`
* tweaked some install settings, `pip install -e .` should work now.
* Check for key collisions, configurable via `overwrite`.
* Allow objects or list of objects to be passed into `Registry` constructor.

0.2.1

Bugfixes
* Fixed crash when passing configuration parameters directly into ``Registry`` object.

Page 4 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.