ajantha-bhat commented on code in PR #6147: URL: https://github.com/apache/iceberg/pull/6147#discussion_r1016727344
########## python_legacy/tox.ini: ########## @@ -59,7 +59,7 @@ commands = basepython = python3 skip_install = true deps = - mypy + mypy==0.982 Review Comment: nit: may be good to enforce the versions to other dependencies too to avoid this kind of issue. -- 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]
