rusackas commented on code in PR #42415:
URL: https://github.com/apache/superset/pull/42415#discussion_r3677642996


##########
pyproject.toml:
##########
@@ -96,7 +96,7 @@ dependencies = [
     "python-dateutil",
     "python-dotenv", # optional dependencies for Flask but required for 
Superset, see 
https://flask.palletsprojects.com/en/stable/installation/#optional-dependencies
     "pygeohash",
-    "pyarrow>=24.0.0, <25", # before upgrading pyarrow, check that all db 
dependencies support this, see e.g. 
https://github.com/apache/superset/pull/34693
+    "pyarrow>=25.0.0, <26", # before upgrading pyarrow, check that all db 
dependencies support this, see e.g. 
https://github.com/apache/superset/pull/34693

Review Comment:
   ```suggestion
       "pyarrow>=24.0.0, <26", # before upgrading pyarrow, check that all db 
dependencies support this, see e.g. 
https://github.com/apache/superset/pull/34693
   ```



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