Skip to content

Releases: pallets/werkzeug

3.0.3

05 May 23:11
3.0.3
f9995e9
Compare
Choose a tag to compare

This is the Werkzeug 3.0.3 security release, which fixes security issues and bugs but does not otherwise change behavior and should not result in breaking changes.

PyPI: https://pypi.org/project/Werkzeug/3.0.3/
Changes: https://werkzeug.palletsprojects.com/en/3.0.x/changes/#version-3-0-3
Milestone: https://github.com/pallets/werkzeug/milestone/35?closed=1

  • Only allow localhost, .localhost, 127.0.0.1, or the specified hostname when running the dev server, to make debugger requests. Additional hosts can be added by using the debugger middleware directly. The debugger UI makes requests using the full URL rather than only the path. GHSA-2g68-c3qc-8985
  • Make reloader more robust when "" is in sys.path. #2823
  • Better TLS cert format with adhoc dev certs. #2891
  • Inform Python < 3.12 how to handle itms-services URIs correctly, rather than using an overly-broad workaround in Werkzeug that caused some redirect URIs to be passed on without encoding. #2828
  • Type annotation for Rule.endpoint and other uses of endpoint is Any. #2836

3.0.2

06 Apr 16:32
Compare
Choose a tag to compare

This is a fix release for the 3.0.x feature branch.

2.3.8

08 Nov 18:35
2.3.8
dc90943
Compare
Choose a tag to compare

This is a security release for the 2.3.x feature branch.

3.0.1

24 Oct 21:25
Compare
Choose a tag to compare

This is a security release for the 3.0.x feature branch.

3.0.0

30 Sep 14:01
Compare
Choose a tag to compare

This is a feature release, which includes new features, removes previously deprecated code, and adds new deprecations. The 3.0.x branch is now the supported fix branch, the 2.3.x branch will become a tag marking the end of support for that branch. We encourage everyone to upgrade, and to use a tool such as pip-tools to pin all dependencies and control upgrades. Test with warnings treated as errors to be able to adapt to deprecation warnings early.

2.3.7

14 Aug 14:11
Compare
Choose a tag to compare

2.3.6

08 Jun 21:29
2.3.6
c6f3c2a
Compare
Choose a tag to compare

2.3.5

07 Jun 19:47
2.3.5
2c9b513
Compare
Choose a tag to compare

2.3.4

08 May 20:12
2.3.4
9959cff
Compare
Choose a tag to compare

2.3.3

01 May 15:33
2.3.3
7a33be5
Compare
Choose a tag to compare