Skip to content

Commit 259413c

Browse files
[chore]: Match openapi-generator-cli version in build system to dependency (#3266)
* Fix openapi-generator-cli version in build system * Fix openapi-generator-cli version in build system
1 parent a72213a commit 259413c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

client/python/pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,16 @@ types-python-dateutil = ">= 2.8.19.14"
6464
mypy = ">=1.19, <=1.19.1"
6565
pyiceberg = "==0.10.0"
6666
pre-commit = "==4.5.1"
67-
openapi-generator-cli = "==7.17.0"
67+
# 7.12.0 is the latest version to use due to OpenAPI spec version we are using
68+
openapi-generator-cli = "==7.12.0"
6869
pip-licenses-cli = "==3.0.1"
6970

7071
[tool.pip-licenses]
7172
partial-match = true
7273
allow-only = "Apache;BSD License;BSD-3-Clause;ISC;MIT;Mozilla Public License;PSF-2.0;Python Software Foundation License;The Unlicense"
7374

7475
[build-system]
76+
# 7.12.0 is the latest version to use due to OpenAPI spec version we are using
7577
requires = ["poetry-core==2.2.1", "openapi-generator-cli==7.12.0"]
7678
build-backend = "poetry.core.masonry.api"
7779

0 commit comments

Comments
 (0)