Quart

Latest version: v0.20.0

Safety actively analyzes 723717 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 11

0.11.3

Not secure
Released 2020-02-26

- Lowercase header names passed to cgi `FieldStorage`.

0.11.2

Not secure
Released 2020-02-10

- Fix debug traceback rendering.
- Fix `multipart/form-data` parsing.
- Uncomment cookie parameters.
- Add `await` to the `LocalProxy` mappings.

0.11.1

Not secure
Released 2020-02-09

- Fix cors header accessors and setters.
- Fix `iscoroutinefunction` with Python3.7.
- Fix `after_request`/`_websocket` function typing.

0.11.0

Not secure
Released 2020-02-08

*This contains all the bug fixes from the 0.6 branch.*

- Allow relative `root_path` values.
- Add a `TooManyRequests`, 429, exception.
- Run synchronous code via a `ThreadPoolExecutor`. This means that sync route
handlers, before request, and more, are run in a thread.
**This is a major change.**
- Add an `asgi_app` method for middleware usage, for example
`quart_app.asgi_app = Middleware(quart_app.asgi_app)`.
- Add a `run_sync` function to run synchronous code in a thread pool with the
Quart contexts present.
- Set cookies on redirects when testing.
- Follow the Flask API for `dumps`/`loads`.
- Support loading configuration with a custom loader, `from_file` this allows
for toml format configurations (among others).
- Match the Werkzeug API in `redirect`.
- Respect `QUART_DEBUG` when using `quart run`.
- Follow the Flask exception propagation rules, ensuring exceptions
are propagated in testing.
- Support Python 3.8.
- Redirect with a 308 rather than 301 (following Flask/Werkzeug).
- Add a `_QUART_PATCHED` marker to all patched modules.
- Ensure multiple cookies are respected during testing.
- Switch to Werkzeug for datastructures and header parsing and dumping.
**This is a major change.**
- Make the lock class customisable by the app subclass, this allows Quart-Trio
to override the lock type.
- Add a `run_task` method to `Quart` (app) class. This is a task based on the
`run` method assumptions that can be awaited or run as desired.
- Switch JSON tag datetime format to allow reading of Flask encoded tags.
- Switch to Werkzeug's cookie code. **This is a major change.**
- Switch to Werkzeug's routing code. **This is a major change.**
- Add signal handling to `run` method, but not the `run_task` method.

0.10.0

Not secure
Released 2019-08-30

*This contains all the bug fixes from the 0.6 branch.*

- Support aborting with a `Response` argument.
- Fix JSON type hints to match typeshed.
- Update to Hypercorn 0.7.0 as minimum version.
- Ensure the default response timeout is set.
- Allow returning dictionaries from view functions, this follows a new addition
to Flask.
- Ensure the response timeout has a default.
- Correct testing websocket typing.
- Accept `json`, `data`, or `form` arguments to `test_request_context`.
- Support `send_file` sending a `BytesIO` object.
- Add `samesite` cookie support (requires Python 3.8).
- Add a `ContentSecurityPolicy` datastructure, this follows a new addition to
Werkzeug.
- Unblock logging I/O by logging in separate threads.
- Support ASGI `root_path` as a prepended path to all routes.

0.9.1

Not secure
Released 2019-05-12

- Unquote the path in the test client, following the ASGI standard.
- Follow Werkzeug `LocalProxy` name API.
- Ensure multiple files are correctly loaded.

Page 6 of 11

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.