john-bodley commented on code in PR #24657:
URL: https://github.com/apache/superset/pull/24657#discussion_r1261616542


##########
setup.py:
##########
@@ -78,7 +78,7 @@ def get_git_sha() -> str:
         "colorama",
         "croniter>=0.3.28",
         "cron-descriptor",
-        "cryptography>=39.0.1, <40",
+        "cryptography>=41.0.0",

Review Comment:
   @suryadev99 can we reintroduce the lower bound (which could be increased) 
otherwise one could install a version older than `39.0.1` and thus (in theory) 
could be exposed to the issue @betodealmeida mentioned in 
https://github.com/apache/superset/pull/24657#issuecomment-1633054418.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to