Skip to content
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

Closed

Conversation

JamesParrott
Copy link

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)
@davidism
Copy link
Member

davidism commented Nov 14, 2024

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.

@JamesParrott
Copy link
Author

@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.

@pgjones
Copy link
Member

pgjones commented Nov 14, 2024

See #373

@pgjones pgjones closed this Nov 14, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot Instantiate Quart object with Flask==3.1.0
3 participants