chore: lower cryptography min version to 41.0.2 (#27129)

This commit is contained in:
Joe Li
2024-02-15 10:27:30 -08:00
committed by GitHub
parent 04be96b0dc
commit d2910b0b87

View File

@@ -80,7 +80,8 @@ setup(
"colorama",
"croniter>=0.3.28",
"cron-descriptor",
"cryptography>=42.0.0, <43.0.0",
# 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",
"deprecation>=2.1.0, <2.2.0",
"flask>=2.2.5, <3.0.0",
"flask-appbuilder>=4.3.11, <5.0.0",