fix use of importlib.util.find_spec

This commit is contained in:
David Lord 2023-06-09 09:34:42 -07:00
parent c8cf4694c6
commit bda295d37f
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
3 changed files with 40 additions and 82 deletions

View file

@ -5,6 +5,7 @@ Unreleased
- Python 3.12 compatibility.
- Update Werkzeug requirement to >=2.3.5.
- Refactor how an app's root and instance paths are determined. :issue:`5160`
Version 2.3.2