mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
chore: bump cryptography minimum to 42.0.4 (#27281)
(cherry picked from commit 371f2ab851)
This commit is contained in:
committed by
Michael S. Molina
parent
e881675f58
commit
c0fa4f43e1
3
setup.py
3
setup.py
@@ -80,8 +80,7 @@ setup(
|
||||
"colorama",
|
||||
"croniter>=0.3.28",
|
||||
"cron-descriptor",
|
||||
# snowflake-connector-python as of 3.7.0 doesn't support >=42.* therefore lowering the min to 41.0.2
|
||||
"cryptography>=41.0.2, <43.0.0",
|
||||
"cryptography>=42.0.4, <43.0.0",
|
||||
"deprecation>=2.1.0, <2.2.0",
|
||||
"flask>=2.2.5, <3.0.0",
|
||||
"flask-appbuilder>=4.4.1, <5.0.0",
|
||||
|
||||
Reference in New Issue
Block a user