python-labthings
python-labthings copied to clipboard
Bump flask from 1.1.4 to 2.0.3
Bumps flask from 1.1.4 to 2.0.3.
Release notes
Sourced from flask's releases.
2.0.3
- Changes: https://flask.palletsprojects.com/en/2.0.x/changes/#version-2-0-3
- Milestone: https://github.com/pallets/flask/milestone/17?closed=1
2.0.2
2.0.1
2.0.0
New major versions of all the core Pallets libraries, including Flask 2.0, have been released! :tada:
- Read the announcement on our blog: https://palletsprojects.com/blog/flask-2-0-released/
- Read the full list of changes: https://flask.palletsprojects.com/changes/#version-2-0-0
- Retweet the announcement on Twitter: https://twitter.com/PalletsTeam/status/1392266507296514048
- Follow our blog, Twitter, or GitHub to see future announcements.
This represents a significant amount of work, and there are quite a few changes. Be sure to carefully read the changelog, and use tools such as pip-compile and Dependabot to pin your dependencies and control your updates.
2.0.0rc2
2.0.0rc1
Changelog
Sourced from flask's changelog.
Version 2.0.3
Released 2022-02-14
- The test client's
as_tupleparameter is deprecated and will be removed in Werkzeug 2.1. It is now also deprecated in Flask, to be removed in Flask 2.1, while remaining compatible with both in 2.0.x. Useresponse.request.environinstead. :pr:4341- Fix type annotation for
errorhandlerdecorator. :issue:4295- Revert a change to the CLI that caused it to hide
ImportErrortracebacks when importing the application. :issue:4307app.json_encoderandjson_decoderare only passed todumpsandloadsif they have custom behavior. This improves performance, mainly on PyPy. :issue:4349- Clearer error message when
after_this_requestis used outside a request context. :issue:4333Version 2.0.2
Released 2021-10-04
- Fix type annotation for
teardown_*methods. :issue:4093- Fix type annotation for
before_requestandbefore_app_requestdecorators. :issue:4104- Fixed the issue where typing requires template global decorators to accept functions with no arguments. :issue:
4098- Support View and MethodView instances with async handlers. :issue:
4112- Enhance typing of
app.errorhandlerdecorator. :issue:4095- Fix registering a blueprint twice with differing names. :issue:
4124- Fix the type of
static_folderto acceptpathlib.Path. :issue:4150jsonifyhandlesdecimal.Decimalby encoding tostr. :issue:4157- Correctly handle raising deferred errors in CLI lazy loading. :issue:
4096- The CLI loader handles
**kwargsin acreate_appfunction. :issue:4170- Fix the order of
before_requestand other callbacks that trigger before the view returns. They are called from the app down to the closest nested blueprint. :issue:4229Version 2.0.1
Released 2021-05-21
... (truncated)
Commits
ef557b3Merge pull request #4449 from pallets/release-2.0.3702d973release version 2.0.3c15f74cMerge pull request #4448 from pallets/testing-docs761d7e1rewrite testing docsd6496c8Merge pull request #4443 from pallets/update-requirements1fd8654stop using dependabot for python, too noisy9256747cache pip with setup-python action426a1e2fix pytest 7 warnings6f7d99cuse pip-compile-multi for requirements528db86Merge pull request #4442 from pallets/pre-commit-ci-update-config- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)