Skip to content

Commit 00543a6

Browse files
committed
🔒 adjusting werkzeug version strictness
1 parent a05ca0e commit 00543a6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ trace-updater = ">=0.0.8"
2828
numpy = ">=1.14"
2929
Flask-Cors = "^3.0.10"
3030
orjson = "^3.8.0" # Faster json serialization
31-
Werkzeug = "2.1.2" # Fixating werkzeug version because of:
31+
# TODO -> check other werkzeug versions: 2.1.2 and 2.1.1 seem to work.
3232
# https://github.com/predict-idlab/plotly-resampler/issues/123
33+
Werkzeug = "<=2.1.2"
3334

3435
[tool.poetry.dev-dependencies]
3536
pytest = "^6.2.5"

0 commit comments

Comments
 (0)