Skip to content

Commit f7f38e5

Browse files
authored
Upper limit flask-caching (equinor#596)
1 parent 30070b2 commit f7f38e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def get_long_description() -> str:
8484
"dash-pivottable>=0.0.2",
8585
"dataclasses>=0.8; python_version<'3.7'",
8686
"flask>=2.0",
87-
"flask-caching>=1.4",
87+
"flask-caching>=1.4,<1.11", # https://github.com/equinor/webviz-config/issues/595
8888
"flask-talisman>=0.6",
8989
"importlib-metadata>=1.7; python_version<'3.8'",
9090
"jinja2>=2.10",

0 commit comments

Comments
 (0)