David Lord
d3b78fd18a
Merge remote-tracking branch 'origin/stable'
2026-02-06 13:22:54 -08:00
David Lord
663198d7b4
update dev dependencies
2026-02-03 10:22:19 -08:00
David Lord
976459f7cb
fix editable werkzeug
2026-02-03 10:20:49 -08:00
David Lord
5e621a2801
update domain matching tests for Werkzeug 3.2
2026-02-03 10:19:45 -08:00
David Lord
4e652d3f68
Abort if the instance folder cannot be created ( #5903 )
2026-01-28 07:43:00 -08:00
Markus Heidelberg
3d03098a97
Abort if the instance folder cannot be created
...
According to the comment, the instance folder should exist in any case.
But a PermissionError was ignored silently.
Since Python 3.9 is the minimum required version, it is safe to use
"exist_ok" added in Python 3.2 and avoid exception handling.
2026-01-27 09:18:37 +01:00
David Lord
798e006f43
Merge branch 'stable'
2026-01-25 10:38:42 -08:00
David Lord
407eb76b27
document using gevent for async ( #5900 )
2026-01-25 10:35:12 -08:00
David Lord
ac5664d228
document using gevent for async
2026-01-25 10:33:13 -08:00
David Lord
23df07d799
Merge branch 'stable'
2026-01-24 19:55:36 -08:00
David Lord
4b8bde97d4
deprecate should_ignore_error ( #5899 )
2026-01-24 19:53:11 -08:00
David Lord
0292047b22
remove unused ruff check rule
2026-01-24 19:52:11 -08:00
David Lord
c77a520343
deprecate should_ignore_error
2026-01-24 19:50:30 -08:00
David Lord
9b74a90dd3
fix codespell findings
2026-01-24 19:11:02 -08:00
David Lord
5880befcd2
Merge branch 'stable'
2026-01-24 19:05:26 -08:00
David Lord
4f79d5b59a
Increase required flit_core version to 3.11 ( #5865 )
2026-01-24 19:04:07 -08:00
Markus Heidelberg
fe3b215d3a
Increase required flit_core version to 3.11
...
Needed since Flask 3.1.1 after having set the "license" keyword to an
SPDX license expression. Avoids this possible build error:
flit_core.config.ConfigError: license field should be <class 'dict'>, not <class 'str'>
Fixes: 0109e496f ("use uv").
2026-01-24 19:02:37 -08:00
David Lord
5559ef42b5
pre-commit: Add codespell ( #5844 )
2026-01-24 19:00:23 -08:00
David Lord
3709c4a9a8
update ruff hook and noqa
...
co-authored-by: Christian Clauss <cclauss@me.com>
2026-01-24 18:58:45 -08:00
Christian Clauss
709f83f6a3
pre-commit: Add codespell
2026-01-24 18:53:30 -08:00
ADITYA SAH
30da640ffe
clarify 415 vs 400 errors for request.json ( #5827 )
2026-01-24 18:46:56 -08:00
David Lord
25642fd1fd
fix annotation for select_jinja_autoescape ( #5808 )
2026-01-24 18:25:31 -08:00
David Lord
809d5a8869
redirect defaults to 303 ( #5898 )
2026-01-24 17:18:35 -08:00
David Lord
eca5fd1dfd
redirect defaults to 303
2026-01-24 17:16:38 -08:00
David Lord
eb58d862cc
Merge branch 'stable'
2026-01-24 17:15:54 -08:00
David Lord
64dd0809c2
update dev dependencies
2026-01-24 17:14:20 -08:00
David Lord
97bddc1f61
update dev dependencies
2026-01-05 08:50:52 -08:00
David Lord
ad68a12645
drop experimental 3.13t test env
2025-11-28 11:05:52 -08:00
David Lord
2579ce9f18
Merge branch 'stable'
2025-11-17 10:05:51 -08:00
David Lord
607d1948b8
split free threading envs
2025-11-17 10:05:39 -08:00
David Lord
218880c7fd
Merge branch 'stable'
2025-11-17 10:03:42 -08:00
David Lord
917000097f
test py3.14
2025-11-17 10:02:53 -08:00
David Lord
96a01e420b
Merge branch 'stable'
2025-11-17 09:45:56 -08:00
David Lord
da6d075dfd
update dev dependencies
2025-11-17 09:43:40 -08:00
David Lord
70d04b5a26
pass context through dispatch methods ( #5818 )
2025-11-17 08:49:53 -08:00
Hynek Schlawack
88a65bb374
Docs typo/markup fixes ( #5829 )
2025-10-14 13:26:26 -07:00
David Lord
6a64969009
pass context through dispatch methods
2025-09-19 17:33:30 -07:00
David Lord
adf363679d
merge app and request context ( #5812 )
2025-09-19 16:45:27 -07:00
David Lord
c2705ffd9c
merge app and request context
2025-09-19 16:43:53 -07:00
subhajitsaha01
dbd4c28825
Changed the static annotated type of select_jinja_autoescape method in src/flask/sansio/app.py
2025-09-06 22:01:22 +05:30
David Lord
330123258e
Merge branch 'stable'
2025-08-19 14:09:56 -07:00
David Lord
85793d6c22
release version 3.1.2 ( #5800 )
2025-08-19 14:03:43 -07:00
David Lord
2c1b30d050
release version 3.1.2
2025-08-19 13:57:47 -07:00
David Lord
1292419ddf
Update GitHub Actions workflow for artifact handling ( #5795 )
2025-08-19 13:56:49 -07:00
Grant Birkinbine
4dd52ca9c7
Update GitHub Actions workflow for artifact handling
2025-08-19 13:50:03 -07:00
David Lord
55c6255657
update dev dependencies
2025-08-19 13:41:24 -07:00
David Lord
ed1c9e953e
support call template_filter without parens ( #5736 )
2025-08-19 12:36:00 -07:00
David Lord
edebd37044
rewrite docs, clean up typing for template decorators
2025-08-19 12:33:21 -07:00
kadai0308
daf1510a4b
use template_filter without parens
2025-08-19 12:33:21 -07:00
David Lord
d8259eb119
use Jinja name consistently
2025-08-19 10:43:16 -07:00