chore: bump cryptography minimum to 42.0.4 (#27281)

(cherry picked from commit 371f2ab851)
This commit is contained in:
Joe Li
2024-02-29 10:28:57 -08:00
committed by Michael S. Molina
parent e881675f58
commit c0fa4f43e1
2 changed files with 2 additions and 3 deletions

View File

@@ -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",