Skip to content

Commit 27a499d

Browse files
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
1 parent f358fff commit 27a499d

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

client/python/pyproject.toml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ repository = "https://github.com/apache/polaris/"
4545
polaris = "cli.polaris_cli:main"
4646

4747
[tool.poetry]
48-
requires-poetry = "==2.1.4"
48+
requires-poetry = "==2.2.1"
4949
include = [
5050
{ path = "polaris/**", format = ["sdist", "wheel"] },
5151
{ path = "cli/**", format = ["sdist", "wheel"] },
@@ -61,19 +61,15 @@ types-python-dateutil = ">= 2.8.19.14"
6161
mypy = ">=1.18, <=1.18.2"
6262
pyiceberg = "==0.10.0"
6363
pre-commit = "==4.3.0"
64-
openapi-generator-cli = "==7.15.0"
64+
openapi-generator-cli = "==7.12.0"
6565
pip-licenses-cli = "==v2.0.0"
66-
# pin virtualenv version to prevent poetry from upgrading to an incompatible version
67-
# see https://github.com/python-poetry/poetry/issues/10504#issuecomment-3176923981
68-
# 20.33.0 is the oldest version supported by poetry 2.2.0
69-
virtualenv = ">=20.33.0,<20.35.0"
7066

7167
[tool.pip-licenses]
7268
partial-match = true
7369
allow-only = "Apache;BSD License;BSD-3-Clause;ISC;MIT;Mozilla Public License;PSF-2.0;Python Software Foundation License;The Unlicense"
7470

7571
[build-system]
76-
requires = ["poetry-core>=2.0.0,<3.0.0", "openapi-generator-cli==7.11.0.post0"]
72+
requires = ["poetry-core==2.2.1", "openapi-generator-cli==7.12.0"]
7773
build-backend = "poetry.core.masonry.api"
7874

7975
[tool.poetry.build]

regtests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
# under the License.
1818
#
1919

20-
poetry==2.1.4
20+
poetry==2.2.1

0 commit comments

Comments
 (0)