Don't set the cli attribute in the sansio scaffold

It is (currently) Flask specific and hence cannot be shared in the
sansio shared code.
This commit is contained in:
pgjones 2023-10-01 16:37:05 +01:00 committed by David Lord
parent adb7dd99c2
commit 5fdce4c331
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
5 changed files with 54 additions and 12 deletions

View file

@ -6,6 +6,8 @@ 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`
- Don't initialize the ``cli`` attribute in the sansio scaffold, but rather in
the ``Flask`` concrete class. :pr:`5270`
Version 3.0.2