villebro commented on code in PR #34561:
URL: https://github.com/apache/superset/pull/34561#discussion_r2257884370


##########
pyproject.toml:
##########
@@ -181,7 +182,7 @@ tdengine = [
     "taos-ws-py>=0.3.8"
 ]
 teradata = ["teradatasql>=16.20.0.23"]
-thumbnails = ["Pillow>=10.0.1, <11"]
+thumbnails = ["Pillow>=10.0.1, <12"]

Review Comment:
   If `Pillow` is already a hard dependency as defined above, do we really need 
this option any more?



##########
pyproject.toml:
##########
@@ -79,6 +79,7 @@ dependencies = [
     "parsedatetime",
     "paramiko>=3.4.0",
     "pgsanity",
+    "Pillow==11.3.0",

Review Comment:
   Is there some reason we're pinning to 11.3.0, and not a range/lower bound?



##########
pyproject.toml:
##########
@@ -399,6 +400,7 @@ authorized_licenses = [
     "isc license (iscl)",
     "isc license",
     "mit",
+    "mit-cmu",

Review Comment:
   Did we check that this license is ok by ASF?



-- 
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