dannycjones commented on code in PR #2958: URL: https://github.com/apache/iceberg-rust/pull/2958#discussion_r4045983163
########## bindings/python/pyproject.toml: ########## @@ -75,7 +75,7 @@ filterwarnings = [ dev = [ "maturin>=1.9.4,<2.0", "pytest>=8.3.2", - "datafusion>=52,<55", + "datafusion==54.*", Review Comment: @mbutrovich why do we target 54 here? I'm not super familiar with the Python bindings and I see these are test dependencies. -- 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]
