MonkeyCanCode commented on code in PR #4645: URL: https://github.com/apache/polaris/pull/4645#discussion_r3376851642
########## client/python/uv.lock: ########## @@ -13,7 +13,7 @@ wheels = [ [[package]] name = "apache-polaris" -version = "1.4.0rc2" +version = "1.6.0" Review Comment: I am assuming this is intensional and due to PEP 440 compliance. Looking at pyiceberg, they are using the current released version (in this case, 0.11.0), should we stick with the same or use `1.6.0` as as upcoming version (or 1.6.0.dev etc. then update this during release)? This was last done by @adnanhemani via https://github.com/apache/polaris/pull/4220. @adnanhemani any preferred route? -- 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]
