Skip to content

Commit

Permalink
fix: update flask-caching to avoid breaking redis cache, solves #25339 (
Browse files Browse the repository at this point in the history
#25947)

Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>
  • Loading branch information
ggbaro and villebro authored Nov 11, 2023
1 parent 478ca90 commit d95c200
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ bottleneck==1.3.7
# via pandas
brotli==1.0.9
# via flask-compress
cachelib==0.6.0
cachelib==0.9.0
# via
# flask-caching
# flask-session
Expand Down Expand Up @@ -103,7 +103,7 @@ flask-appbuilder==4.3.9
# via apache-superset
flask-babel==1.0.0
# via flask-appbuilder
flask-caching==1.11.1
flask-caching==2.1.0
# via apache-superset
flask-compress==1.13
# via apache-superset
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def get_git_sha() -> str:
"deprecation>=2.1.0, <2.2.0",
"flask>=2.2.5, <3.0.0",
"flask-appbuilder>=4.3.9, <5.0.0",
"flask-caching>=1.11.1, <2.0",
"flask-caching>=2.1.0, <3",
"flask-compress>=1.13, <2.0",
"flask-talisman>=1.0.0, <2.0",
"flask-login>=0.6.0, < 1.0",
Expand Down

0 comments on commit d95c200

Please sign in to comment.