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
2 people authored and michael-s-molina committed Nov 16, 2023
1 parent 6da18f8 commit a7fbdd6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ billiard==3.6.4.0
# via celery
brotli==1.0.9
# via flask-compress
cachelib==0.6.0
# via flask-caching
cachelib==0.9.0
# via
# flask-caching
celery==5.2.2
# via apache-superset
cffi==1.15.1
Expand Down Expand Up @@ -92,7 +93,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 @@ -81,7 +81,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 a7fbdd6

Please sign in to comment.