This is an automated email from the ASF dual-hosted git repository.

yzheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new 27a499d6f Bump version for python deps (#2800)
27a499d6f is described below

commit 27a499d6fafd7679207af535d8e0617389ce67a2
Author: Yong Zheng <[email protected]>
AuthorDate: Mon Oct 13 20:36:20 2025 -0500

    Bump version for python deps (#2800)
    
    * bump version for python deps
    
    * bump version for python deps
    
    * bump version for python deps
    
    * Update openapi-generatr-cli from 7.11.0.post0 to 7.12.0
    
    * Pin poetry version
    
    * Pin poetry version
---
 client/python/pyproject.toml | 10 +++-------
 regtests/requirements.txt    |  2 +-
 2 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/client/python/pyproject.toml b/client/python/pyproject.toml
index c7433a7c5..3cf4c223d 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 5f1163b24..a4665a8fd 100644
--- a/regtests/requirements.txt
+++ b/regtests/requirements.txt
@@ -17,4 +17,4 @@
 # under the License.
 #
 
-poetry==2.1.4
+poetry==2.2.1

Reply via email to