MonkeyCanCode commented on code in PR #2800: URL: https://github.com/apache/polaris/pull/2800#discussion_r2427650201
########## client/python/pyproject.toml: ########## @@ -45,7 +45,7 @@ repository = "https://github.com/apache/polaris/" polaris = "cli.polaris_cli:main" [tool.poetry] -requires-poetry = "==2.1.4" +requires-poetry = ">=2.1.4" Review Comment: Good thinking. Let me do that. ########## client/python/pyproject.toml: ########## @@ -61,19 +61,15 @@ types-python-dateutil = ">= 2.8.19.14" mypy = ">=1.18, <=1.18.2" pyiceberg = "==0.10.0" pre-commit = "==4.3.0" -openapi-generator-cli = "==7.15.0" +openapi-generator-cli = "==7.12.0" Review Comment: Thanks for sharing the generator version in gradle (didn't saw that earlier), but yeah, it appear both are 7.12.0 (which the latest working version unless we will do 3.1.1) -- 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]
