access sha1 lazily

This commit is contained in:
David Lord 2024-04-07 11:30:30 -07:00
parent 7320e311a0
commit db461112c7
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
2 changed files with 13 additions and 1 deletions

View file

@ -3,6 +3,10 @@ Version 3.0.3
Unreleased
- The default ``hashlib.sha1`` may not be available in FIPS builds. Don't
access it at import time so the developer has time to change the default.
:issue:`5448`
Version 3.0.2
-------------