flask icon indicating copy to clipboard operation
flask copied to clipboard

The Python micro framework for building web applications.

Results 41 flask issues
Sort by recently updated
recently updated
newest added

For apps that use nested blueprints, the way that Flask currently tracks how child blueprints have been registered causes both an error and a warning (that will soon be an...

The alternative of #4778 Using `flask run` with `--debug` is common usage, and adding this option to `flask run` makes the command more intuitive: ``` flask run --debug ``` If...

flask run --help description: The reloader and debugger are enabled by default with the '--debug' option. But when I use flask run --debug, it tells me that there is no...

In our environment we have some security scanners running which generate artificial HTTP requests. Since they are closed source and I can't generate these calls with other tools, I created...

It is (currently) Flask specific and hence cannot be shared in the sansio shared code. Checklist: - [x] Add tests that demonstrate the correct behavior of the change. Tests should...

This is not a runtime bug but a typing issue. In `flask.typing`, `ResponseValue` does not accept `AsyncIterator[str]`. I am using `quart-trio`, which itself uses `quart`, which uses `flask`. `quart.templating.stream_template` returns...

typing

The globals have a performance penalty which can be justified for the convinience in user code. In the app however the ctx can easily be passed through the method calls...

Related issue with historical context: https://github.com/pallets/werkzeug/issues/2797 Partitioned cookies are now supported in Werkzeug: https://github.com/pallets/werkzeug/pull/2855 It would be nice to have first-class support for the flask session cookie using the `Partitioned`...

Bumps the python-requirements group in /requirements with 5 updates: | Package | From | To | | --- | --- | --- | | [mypy](https://github.com/python/mypy) | `1.9.0` | `1.10.0` |...

dependencies
python

Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/checkout` from 4.1.3 to 4.1.4 Release notes Sourced from actions/checkout's releases. v4.1.4 What's Changed Disable extensions.worktreeConfig when disabling sparse-checkout...

dependencies
github_actions