Skip to content

Commit

Permalink
use final FAB release
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed Nov 10, 2022
1 parent af7e7c8 commit bf00314
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ flask==2.0.3
# flask-migrate
# flask-sqlalchemy
# flask-wtf
flask-appbuilder==4.1.6rc1
flask-appbuilder==4.1.6
# via apache-superset
flask-babel==1.0.0
# via flask-appbuilder
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def get_git_sha() -> str:
"cryptography>=3.3.2",
"deprecation>=2.1.0, <2.2.0",
"flask>=2.0.0, <3.0.0",
"flask-appbuilder==4.1.6rc1, <5.0.0",
"flask-appbuilder>=4.1.6, <5.0.0",
"flask-caching>=1.10.0",
"flask-compress",
"flask-talisman",
Expand Down
4 changes: 0 additions & 4 deletions superset/views/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,6 @@ def bootstrap_user_data(user: User, include_perms: bool = False) -> Dict[str, An
return payload


# 019353721141815185
# 00747002124786377


def get_permissions(
user: User,
) -> Tuple[Dict[str, List[Tuple[str]]], DefaultDict[str, List[str]]]:
Expand Down

0 comments on commit bf00314

Please sign in to comment.