quart
quart copied to clipboard
An async Python micro framework for building web applications.
I'm trying to make an app using Quart together with [PyLTI](https://pypi.org/project/PyLTI/). PyLTI is originally for Flask, so I'm using `import quart.flask_patch`. However, the following error happens when I run the...
For make_conditional usage
Allow kwargs in the [Quart.test_client](https://github.com/pallets/quart/blob/main/src/quart/app.py#L902) like in [Flask.test_client](https://github.com/pallets/flask/blob/main/src/flask/app.py#L622), to pass custom parameters to custom test client implementations. ```python class CustomClient(QuartClient): def __init__(self, *args: Any, **kwargs: Any) -> None: self._authorization =...
from quart-trio I get a: ```ResourceWarning: Async generator 'quart.wrappers.response.DataBody.__aiter__.._aiter' was garbage collected before it had been exhausted. Surround its use in 'async with aclosing(...):' to ensure that it gets cleaned...
In your documentation incorrect display logo img, show in https://quart.palletsprojects.com/en/latest/ 
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.2 to 4.0.0. Release notes Sourced from actions/cache's releases. v4.0.0 What's Changed Update action to node20 by @takost in actions/cache#1284 feat: save-always flag by @to-s in actions/cache#1242...
currently if you try to use an async function in url_defaults or url_value_preprocessor it raises ``` .venv/lib/python3.10/site-packages/quart/app.py:1450: RuntimeWarning: coroutine 'pull_lang_code' was never awaited ``` error. The following code uses ```get_preferred_language```...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. Release notes Sourced from actions/upload-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. Release notes Sourced from actions/download-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. Release notes Sourced from actions/setup-python's releases. v5.0.0 What's Changed In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772)....