David Lord
8f2bc008ad
update dev dependencies
2024-10-24 13:27:52 -07:00
David Lord
68150d4caf
Fix the issue link in the Flask 3.0.1 Changelog in the send_file argu… ( #5618 )
2024-10-22 14:16:56 -07:00
Catarina Bressan
74721b48f0
Fix the issue link in the Flask 3.0.1 Changelog in the send_file argument type entry
2024-10-22 17:32:02 -03:00
David Lord
d273f87a41
use python 3.9 to test dev versions ( #5615 )
2024-10-18 13:22:45 -07:00
David Lord
52ccd66735
use python 3.9 to test dev versions
2024-10-18 13:19:51 -07:00
David Lord
52c060f718
Fix typo in the changelog ( #5609 )
2024-10-18 12:59:21 -07:00
David Lord
b337d21058
update dev dependencies
2024-10-18 10:02:35 -07:00
Grey Li
e63ead4208
Fix typo in the changelog
2024-09-24 08:54:01 +08:00
David Lord
c77b099cbb
remove min python for pip-compile
2024-08-23 17:18:38 -07:00
David Lord
40b78fa2ea
fix min python for pip-compile
2024-08-23 16:41:39 -07:00
David Lord
2c5d652493
remove unused config
2024-08-23 16:33:59 -07:00
David Lord
176fdfa000
fix mypy findings
2024-08-23 16:33:52 -07:00
David Lord
2d31dce826
remove dependabot
2024-08-23 16:33:40 -07:00
David Lord
29a94bd102
update dev dependencies
2024-08-23 16:33:27 -07:00
David Lord
0f2ae2b933
add gha-update
2024-08-23 16:33:00 -07:00
David Lord
5353f306fe
Update waitress.rst ( #5522 )
2024-07-10 18:08:49 -07:00
Amirreza A
321bd74b95
Update waitress.rst
...
fixed a small typo
2024-07-10 18:06:15 -07:00
David Lord
6d126e1013
Added python type annotation and return type. ( #5485 )
2024-05-25 11:32:15 -07:00
Heisenberg
c7da8c2aa3
Added python type annotation and return type.
2024-05-25 11:28:19 -07:00
David Lord
bb16048ad7
Edited variable names in quickstart guide ( #5487 )
2024-05-25 11:27:37 -07:00
Jake Tanis
767ad19b10
Edited variable names in the rendering templates section of the quickstart guide.
2024-05-25 11:25:24 -07:00
David Lord
a2f495b9ff
`SESSION_COOKIE_DOMAIN` caveat documentation ( #5464 )
2024-05-25 10:27:04 -07:00
Éloi Rivard
4a1766c252
document caveats on SESSION_COOKIE_DOMAIN
...
Changing this value might result in browsers with several competing session cookies. In
that situation there is no guarantee of which one will be sent first, and be used as the
session cookie.
2024-05-25 10:23:44 -07:00
David Lord
bea5876e46
test with python 3.13 ( #5481 )
2024-05-11 08:39:30 -07:00
David Lord
9101439d7b
test with python 3.13
2024-05-11 08:37:47 -07:00
David Lord
eb1182a10e
fix mypy finding
2024-05-06 10:12:32 -07:00
David Lord
a363642a32
fix mypy finding with new werkzeug endpoint type
2024-05-06 10:09:58 -07:00
David Lord
f958b6500b
build docs from scratch each test
2024-04-08 15:28:57 -07:00
David Lord
346d1abaff
remove install and contribute sections
...
install leads people to install into the system instead of a virtualenv,
and readme isn't the place to teach that
contribute is now linked in the github interface above the readme
2024-04-08 15:28:28 -07:00
David Lord
61182249cb
release version 3.0.3 ( #5461 )
2024-04-07 12:27:04 -07:00
David Lord
c12a5d874c
release version 3.0.3
2024-04-07 12:17:41 -07:00
David Lord
5e22cc9eec
Don't set the cli attribute in the sansio scaffold ( #5270 )
2024-04-07 12:16:22 -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
adb7dd99c2
don't access app.logger when configuring app.logger
2024-04-07 12:03:19 -07:00
David Lord
b739390955
support FIPS builds without SHA-1 ( #5460 )
2024-04-07 11:42:24 -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
87d5f5b9a9
update project files ( #5457 )
...
* update pre-commit hook
* upgrade pip with venv
* update description and version
* show url in publish environment
* update versions
* update versions, separate typing job
* use dependabot grouped updates
ignore upload/download-artifact until slsa updates
* use sphinx.ext.extlinks instead of sphinx-issues
* update dev dependencies
* update editorconfig
* update gitignore
* update .readthedocs.yaml
* license is txt, readme is md
* update pyproject.toml
add typed classifier
add pyright config
simplify urls
* tox builds docs in place
* update min test py version
* add tox env to update all dev dependencies
* update issue and pr templates
* rename security docs page to not conflict with org policy file
* simplify matrix
2024-04-07 10:24:40 -07:00
David Lord
d5e321b792
release version 3.0.2 ( #5403 )
2024-02-03 13:12:15 -08:00
David Lord
d2030595dc
release version 3.0.2
2024-02-03 12:54:41 -08:00
David Lord
d7209a9570
fix super call in list comprehension ( #5393 )
2024-02-03 12:39:33 -08:00
Tony Huang
1af8f95785
fix super call in list comprehension
2024-02-03 12:36:06 -08:00
David Lord
3435d2ff15
Fix jinja_loader typehint ( #5389 )
2024-02-03 12:18:40 -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
233be7a0fa
release version 3.0.1 ( #5386 )
2024-01-18 12:03:25 -08:00
David Lord
f622b1cade
release version 3.0.1
2024-01-18 11:57:33 -08:00
David Lord
5fcc999b7d
fix create release action
2024-01-18 11:57:22 -08:00
David Lord
da3a0ddfe2
fix slsa generator version
2024-01-18 11:53:19 -08:00
David Lord
5e059be1b3
update actions versions
2024-01-18 11:41:38 -08:00