File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -64,14 +64,16 @@ types-python-dateutil = ">= 2.8.19.14"
6464mypy = " >=1.19, <=1.19.1"
6565pyiceberg = " ==0.10.0"
6666pre-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"
6869pip-licenses-cli = " ==3.0.1"
6970
7071[tool .pip-licenses ]
7172partial-match = true
7273allow-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
7577requires = [" poetry-core==2.2.1" , " openapi-generator-cli==7.12.0" ]
7678build-backend = " poetry.core.masonry.api"
7779
You can’t perform that action at this time.
0 commit comments