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

snazy 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 984cb0f26 virtualenv: wider version range (#2623)
984cb0f26 is described below

commit 984cb0f26e956d6753f7f3bc465c556dd78afe54
Author: Robert Stupp <sn...@snazy.de>
AuthorDate: Fri Sep 19 18:35:11 2025 +0200

    virtualenv: wider version range (#2623)
    
    see https://github.com/apache/polaris/pull/2614#issuecomment-3311484328
---
 client/python/pyproject.toml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/client/python/pyproject.toml b/client/python/pyproject.toml
index ab2c1eef9..7a52373e6 100644
--- a/client/python/pyproject.toml
+++ b/client/python/pyproject.toml
@@ -65,7 +65,8 @@ openapi-generator-cli = "==7.11.0.post0"
 pip-licenses = "==5.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
-virtualenv = ">=20.34.0,<20.35.0"
+# 20.33.0 is the oldest version supported by poetry 2.2.0
+virtualenv = ">=20.33.0,<20.35.0"
 
 [tool.pip-licenses]
 from-classifier = true

Reply via email to