Skip to content

Commit

Permalink
adding comment on why we have to lower the dependency min
Browse files Browse the repository at this point in the history
  • Loading branch information
sadpandajoe committed Feb 15, 2024
1 parent 09d13db commit 36c1453
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def get_git_sha() -> str:
"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",
"deprecation>=2.1.0, <2.2.0",
"flask>=2.2.5, <3.0.0",
Expand Down

0 comments on commit 36c1453

Please sign in to comment.