Skip to content

Commit

Permalink
chore: lower cryptography min version to 41.0.2 (apache#27129)
Browse files Browse the repository at this point in the history
  • Loading branch information
sadpandajoe authored Feb 15, 2024
1 parent 04be96b commit d2910b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ def get_git_sha() -> str:
"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",
Expand Down

0 comments on commit d2910b0

Please sign in to comment.