This is an automated email from the ASF dual-hosted git repository.
villebro pushed a commit to branch 1.0
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/1.0 by this push:
new fd84a6f fix(release): add typing-extensions as dependency (#12648)
fd84a6f is described below
commit fd84a6fed975af3dd280c1e64e1b7795001dfe13
Author: Ville Brofeldt <[email protected]>
AuthorDate: Sat Jan 23 01:13:44 2021 +0200
fix(release): add typing-extensions as dependency (#12648)
---
setup.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/setup.py b/setup.py
index c3b0076..a191753 100644
--- a/setup.py
+++ b/setup.py
@@ -106,6 +106,7 @@ setup(
"sqlalchemy>=1.3.16, <2.0, !=1.3.21",
"sqlalchemy-utils>=0.36.6,<0.37",
"sqlparse==0.3.0", # PINNED! see
https://github.com/andialbrecht/sqlparse/issues/562
+ "typing-extensions>=3.7.4.3,<4", # needed to support typing.Literal
on py37
"wtforms-json",
"pyparsing>=2.4.7, <3.0.0",
"holidays==0.10.3", # PINNED!
https://github.com/dr-prodigy/python-holidays/issues/406