mistercrunch commented on code in PR #33501: URL: https://github.com/apache/superset/pull/33501#discussion_r2096149647
########## pyproject.toml: ########## @@ -240,6 +240,12 @@ disallow_untyped_calls = false disallow_untyped_defs = false disable_error_code = "annotation-unchecked" +# TODO: remove this once cryptography is fixed, introduced in cryptography 44.0.3 +[[tool.mypy.overrides]] Review Comment: This is unrelated to the PR but fixes the issues in CI in `master` -- 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]
