villebro commented on code in PR #34561: URL: https://github.com/apache/superset/pull/34561#discussion_r2257956826
########## pyproject.toml: ########## @@ -79,6 +79,7 @@ dependencies = [ "parsedatetime", "paramiko>=3.4.0", "pgsanity", + "Pillow==11.3.0", Review Comment: I think `>=11, <12` sounds good. I think there was some discussion a while back to try to avoid having upper bounds, as it restricts dependabot. So maybe just `>=11.3.0` is ok (people should be using lock files in prod anyway..) -- 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org