David Lord
28d5a4d718
add encoding parameter to open_resource
...
co-authored-by: mark <lopkophacked@protonmail.com>
2024-07-10 19:14:06 -07:00
pgjones
d718ecf6d3
Provide a configuration option to control automatic option responses
...
By default Flask will provide responses to OPTIONS requests that are
automatically generated. These responses list the valid methods in the
response headers. Whilst this is useful, it can be frowned on by
auditors hence an ability to disable it wholesale is useful.
2024-06-07 19:04:18 +00:00
David Lord
19610a9e46
start version 3.1.0
2024-04-07 12:29:49 -07:00
David Lord
c12a5d874c
release version 3.0.3
2024-04-07 12:17:41 -07:00
pgjones
5fdce4c331
Don't set the cli attribute in the sansio scaffold
...
It is (currently) Flask specific and hence cannot be shared in the
sansio shared code.
2024-04-07 12:13:02 -07:00
David Lord
db461112c7
access sha1 lazily
2024-04-07 11:41:13 -07:00
David Lord
7320e311a0
start version 3.0.3
2024-04-07 11:22:02 -07:00
David Lord
d2030595dc
release version 3.0.2
2024-02-03 12:54:41 -08:00
Tony Huang
1af8f95785
fix super call in list comprehension
2024-02-03 12:36:06 -08:00
Cody Scott
ecc057dd48
fix jinja_loader annotation
2024-02-03 12:14:38 -08:00
David Lord
3207af8827
start version 3.0.2
2024-02-03 09:41:38 -08:00
David Lord
f622b1cade
release version 3.0.1
2024-01-18 11:57:33 -08:00
David Lord
6000e80acf
address mypy strict findings
2024-01-16 10:11:13 -08:00
David Lord
700fc7d928
untag without object_hook
2024-01-15 07:49:02 -08:00
lizard
1d5abfadd7
Fixing issue 5342: 'The double quote is missing in the string'
2023-12-13 15:05:03 -08:00
Daniel Isaac
4104f29956
type hint fix for flask.send_file
2023-11-15 12:53:22 -08:00
David Lord
66743d4f9d
start version 3.0.1
2023-11-15 12:50:46 -08:00
pgjones
14232513fd
Release version 3.0.0
2023-09-30 15:37:24 +01:00
pgjones
3252f2bc54
Bump Werkzeug 3.0.0
2023-09-30 15:37:24 +01:00
pgjones
438edcdf01
Allow self as an argument to url_for
...
This makes the Flask.url_for self argument positional only (Flask
supports Python 3.8+) thereby restoring the ability to pass self as a
value argument to url_for.
2023-09-30 15:25:31 +01:00
David Lord
293041a290
deprecate __version__ attribute
2023-08-29 06:03:11 -07:00
David Lord
153433f612
Merge remote-tracking branch 'origin/2.3.x'
2023-08-27 09:21:54 -07:00
David Lord
3205b53c7c
release version 2.3.3
2023-08-21 10:25:35 -07:00
David Lord
9f9550247a
bump werkzeug 2.3.7
...
use importlib.metadata.version
2023-08-21 10:12:54 -07:00
David Lord
90967ccb9a
bump werkzeug 2.3.7 ( #5231 )
2023-08-21 09:42:21 -07:00
David Lord
5bb30270d2
bump werkzeug 2.3.7
...
use importlib.metadata.version
2023-08-21 09:39:10 -07:00
pgjones
bc5dd3894b
Add a changelog for the sans-io changes
2023-08-19 19:25:36 +01:00
David Lord
04994df59f
remove deprecated code
2023-08-16 15:00:49 -07:00
David Lord
6a12b191f7
start version 3.0.0
2023-08-16 14:41:57 -07:00
David Lord
6b9acd565c
switch docs to flit
2023-06-27 14:13:56 -07:00
David Lord
f38f3a745a
switch to flit build backend
2023-06-27 14:13:56 -07:00
David Lord
8e33b7b3e2
update werkzeug requirement
2023-06-09 09:41:17 -07:00
David Lord
bda295d37f
fix use of importlib.util.find_spec
2023-06-09 09:34:42 -07:00
David Lord
ed8ddb6a3a
update werkzeug to 2.3.5
2023-06-07 13:18:49 -07:00
David Lord
84e11a1e82
use importlib instead of pkgutil
2023-06-07 13:13:41 -07:00
David Lord
367e1df785
start version 2.3.3
2023-06-07 13:10:39 -07:00
David Lord
97c830190f
Merge branch '2.2.x' into 2.3.x
2023-05-02 07:50:30 -07:00
David Lord
47af817c8f
release version 2.2.5
2023-05-02 07:35:27 -07:00
David Lord
8646edca6f
set Vary: Cookie header consistently for session
2023-05-02 07:14:15 -07:00
David Lord
3fbfbad79f
werkzeug 2.3.3 compatibility
2023-05-02 07:09:36 -07:00
David Lord
726d3f4fa9
start version 2.2.5
2023-05-02 06:56:08 -07:00
David Lord
0afeb1d11c
fix release date
2023-05-01 09:01:40 -07:00
David Lord
f3b8f57054
release version 2.3.2
2023-05-01 08:35:10 -07:00
David Lord
e1aedecdc6
update werkzeug
2023-05-01 08:18:03 -07:00
David Lord
37badc3ce8
update changelog
2023-05-01 08:13:12 -07:00
David Lord
0bc7356ce1
start version 2.3.2
2023-05-01 08:02:46 -07:00
David Lord
721abdc381
release version 2.3.1
2023-04-25 14:08:38 -06:00
Lucas Werkmeister
0ec9192cf2
fix importing Markup from flask
2023-04-25 13:50:43 -06:00
David Lord
345f18442c
start version 2.3.1
2023-04-25 13:48:16 -06:00
David Lord
8728c3e4cd
release version 2.3.0
2023-04-25 12:35:06 -06:00