oslo.utils/releasenotes/notes/deprecate-md5-cc365c25c2a51a8c.yaml
Takashi Kajinami f7f21f8028 Deprecate redundant md5 method
hashlib.md5 always supports usedforsecurity argument in Python 3.9 and
later.

Change-Id: I16502f9ee884ab81c786d46f336a71b8a3c4fb1a
2024-10-01 12:48:23 +00:00

7 lines
192 B
YAML

---
deprecations:
- |
The ``md5`` method from ``oslo_utils.secretutils`` module has been
deprecated because ``hashlib.md5`` can be used instead in all supported
python versions.