-
-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use flask default config for Quartz default config, to pull in missing keys #374
Conversation
Describe dropping Python 3.8 in python_versions.rst
Bump minimum Python to 3.9.0 (drop 3.8) in README.rst
Bump python to 3.9. Drop Python 3.8 trove classifier.
Try to fix: mypy: commands[0]> mypy src/quart/ tests/ src/quart/app.py:129: error: Incompatible import of "ParamSpec" (imported name has type "type[typing_extensions.ParamSpec]", local name has type "type[typing.ParamSpec]") [assignment] Found 1 error in 1 file (checked 57 source files)
The changes here don't seem to match the title. Please don't mix multiple changes in one PR, it makes it hard to review. Keep dropping Python 3.8, typing, and bug fixes separate. |
@davidism I appreciate this PR now requires a little more work to understand. But the further changes I made after I first named the PR, thinking the fix would be simple, have enabled the type checking and tests all to pass again for the first time in 6 months. |
See #373 |
Quart
object withFlask==3.1.0
#371|
operator to combine dictionaries)