betodealmeida commented on code in PR #24657:
URL: https://github.com/apache/superset/pull/24657#discussion_r1261600552
##########
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:
Can you put up a warning in the `UPDATING.md` file about this, since there
are some backwards [incompatible
changes](https://cryptography.io/en/latest/changelog/) from `39.x` to `41.x`?
--
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]