jorisvandenbossche commented on code in PR #1346: URL: https://github.com/apache/arrow-adbc/pull/1346#discussion_r1425349131
########## python/adbc_driver_manager/pyproject.toml: ########## @@ -25,8 +25,8 @@ requires-python = ">=3.9" dynamic = ["version"] [project.optional-dependencies] -dbapi = ["pandas", "pyarrow>=8.0.0"] -test = ["duckdb", "pandas", "pyarrow>=8.0.0", "pytest"] +dbapi = ["pandas", "pyarrow>=14.0.1"] Review Comment: I reverted this change to update the minimum requirement. This PR doesn't strictly speaking need it, so let's keep the discussion to bump the minimum requirement separate. -- 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]
