Skip to content

Commit

Permalink
Merge pull request plotly#2674 from plotly/unlock-flask
Browse files Browse the repository at this point in the history
Raise flask & werkzeug limits to <3.1.
  • Loading branch information
T4rk1n committed Oct 26, 2023
2 parents 2608674 + b5dae7b commit c61398e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ This project adheres to [Semantic Versioning](https://semver.org/).

- [#2672](https://github.com/plotly/dash/pull/2672) Fix `get_caller_name` in case the source is not available.

## Changed

- [#2674](https://github.com/plotly/dash/pull/2674) Raise flask & werkzeug limits to <3.1

## [2.14.0] - 2023-10-11

## Fixed
Expand Down
6 changes: 3 additions & 3 deletions requires-install.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Flask>=1.0.4,<2.3.0
Werkzeug<2.3.0
Flask>=1.0.4,<3.1
Werkzeug<3.1
plotly>=5.0.0
dash_html_components==2.0.0
dash_core_components==2.0.0
Expand All @@ -12,4 +12,4 @@ requests
retrying
ansi2html
nest-asyncio
setuptools
setuptools

0 comments on commit c61398e

Please sign in to comment.