diff --git a/client/python/pyproject.toml b/client/python/pyproject.toml index c7433a7c5c..3cf4c223d0 100644 --- a/client/python/pyproject.toml +++ b/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.2.1" include = [ { path = "polaris/**", format = ["sdist", "wheel"] }, { path = "cli/**", format = ["sdist", "wheel"] }, @@ -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" pip-licenses-cli = "==v2.0.0" -# pin virtualenv version to prevent poetry from upgrading to an incompatible version -# see https://github.com/python-poetry/poetry/issues/10504#issuecomment-3176923981 -# 20.33.0 is the oldest version supported by poetry 2.2.0 -virtualenv = ">=20.33.0,<20.35.0" [tool.pip-licenses] partial-match = true allow-only = "Apache;BSD License;BSD-3-Clause;ISC;MIT;Mozilla Public License;PSF-2.0;Python Software Foundation License;The Unlicense" [build-system] -requires = ["poetry-core>=2.0.0,<3.0.0", "openapi-generator-cli==7.11.0.post0"] +requires = ["poetry-core==2.2.1", "openapi-generator-cli==7.12.0"] build-backend = "poetry.core.masonry.api" [tool.poetry.build] diff --git a/regtests/requirements.txt b/regtests/requirements.txt index 5f1163b24f..a4665a8fdf 100644 --- a/regtests/requirements.txt +++ b/regtests/requirements.txt @@ -17,4 +17,4 @@ # under the License. # -poetry==2.1.4 +poetry==2.2.1