issues
search
pallets
/
quart
An async Python micro framework for building web applications.
https://quart.palletsprojects.com
MIT License
3.01k
stars
164
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
KeyError: `PROVIDE_AUTOMATIC_OPTIONS`
#389
mark-szabo
closed
1 day ago
2
cant install quart
#388
sayedishahath
closed
3 days ago
3
Add API to name background tasks
#387
agritheory
opened
3 days ago
0
refresh to match pallets
#386
davidism
closed
23 hours ago
0
Fix propagating exceptions
#385
jakubsvehla
opened
3 days ago
2
Fix propagating exceptions
#384
jakubsvehla
closed
3 days ago
0
Exception propagation via `PROPAGATE_EXCEPTIONS` config setting does not work
#383
jakubsvehla
opened
3 days ago
0
Updated version Flask, error
#382
DaniMunos95
closed
4 days ago
1
release version 0.19.9
#381
davidism
closed
5 days ago
0
Error of type KeyError: 'PROVIDE_AUTOMATIC_OPTIONS' when using factory
#379
antonpetrov145
closed
5 days ago
2
Base Quart's default_config on Flask's
#378
JamesParrott
opened
5 days ago
1
aiofiles 24.1.0 changed the type annotation of AiofilesContextManager , making it no longer a Coroutine, no longer a generic type.
#377
JamesParrott
closed
5 days ago
1
Hypercorn 0.17.0 added a "state" key (about 6 months ago) to 3 TypedDicts (*) used by Quart in testing type hints. This causes 11 of the 21 type check errors.
#376
JamesParrott
closed
5 days ago
2
Type checking has been failing in CI for the last 6 months
#375
JamesParrott
closed
5 days ago
5
Use flask default config for Quartz default config, to pull in missing keys
#374
JamesParrott
closed
5 days ago
3
Drop Python 3.8
#373
JamesParrott
closed
5 days ago
2
Drop Python 3.8
#372
JamesParrott
closed
5 days ago
1
Cannot Instantiate `Quart` object with `Flask==3.1.0`
#371
biniona
closed
5 days ago
10
Program still not closing on Ctrl+C on Windows
#370
Shadow-Devil
closed
5 days ago
1
Fix a deprecation warning in Python 3.14
#369
illia-v
closed
5 days ago
0
release version 0.19.8
#368
davidism
closed
3 weeks ago
0
check max_form_memory_size is set before comparing
#367
davidism
closed
3 weeks ago
0
Error in await request.form
#366
Yunexiz
closed
3 weeks ago
1
release version 0.19.7
#365
davidism
closed
3 weeks ago
0
apply max_form_memory_size another level up in the parser
#364
davidism
closed
3 weeks ago
0
Test client does not handle urls containing fragments correctly
#363
petrstefanueni
closed
1 month ago
2
Debug mode isn't working
#362
codepilotsf
opened
1 month ago
0
`stream_with_context` does not propagate `g`
#361
npt
opened
1 month ago
0
Update deployment.rst - uvicorn websockets work
#359
Ivoz
closed
5 days ago
1
Run `before_serving` and `while_serving` hooks in order of registration
#358
FichteFoll
opened
2 months ago
2
Added Quart-LibreTranslate.
#357
crood58
closed
5 days ago
0
Allow to pass errors through in `Quart.run` as in `Flask.run` (via `passthrough_errors=True`)
#356
jakubsvehla
opened
2 months ago
0
Coroutine not awaited
#355
Kaki-In
closed
2 months ago
7
Enable debug mode from CLI
#354
FichteFoll
opened
3 months ago
1
Quart test client does not support same "data" arguments as Flask / Werkzeug
#353
kruton
opened
3 months ago
0
asyncio error in quart/wrappers/request.py
#352
PabloExperimental
closed
3 months ago
3
Fix cerfile typo
#351
pamelafox
closed
5 days ago
0
Hot reload cause a permission denied error in docker container
#350
cooolinx
opened
5 months ago
2
Support Accept-Range header in send_file?
#349
EternityForest
opened
5 months ago
0
Update blog tutorial to use pathlib
#348
patriacaelum
closed
5 days ago
1
Blog tutorial has typo for path
#347
patriacaelum
closed
5 days ago
0
Hot-reload not working on paths with spaces
#346
OtwakO
opened
5 months ago
0
Cannot get request files with NGINX
#345
dm-sizov
opened
5 months ago
1
Bump slsa-framework/slsa-github-generator from 1.10.0 to 2.0.0
#344
dependabot[bot]
closed
22 hours ago
1
Bump actions/cache from 4.0.0 to 4.0.2
#343
dependabot[bot]
closed
22 hours ago
1
Server sent events guide: Add = None to optional retry argument
#342
Danferno
opened
6 months ago
0
Accept AsyncIterables being passed to Response
#341
mjsir911
closed
4 days ago
6
Background tasks can disappear mid-execution
#339
jakubsvehla
closed
6 months ago
1
after_this_websocket is not called if the client disconnects?
#337
willstott101
opened
6 months ago
2
fix async_generator error by making the app fixture async
#336
john0isaac
opened
6 months ago
3
Next