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 93ed13b1b Disable renovate bot for openapi generator cli (#3306)
93ed13b1b is described below
commit 93ed13b1bf7da5f33a54f8ff6cea4018a6d8b4c8
Author: Yong Zheng <[email protected]>
AuthorDate: Mon Dec 22 19:22:55 2025 -0600
Disable renovate bot for openapi generator cli (#3306)
* Fix openapi-generator-cli version in build system
* Fix openapi-generator-cli version in build system
---
.github/renovate.json5 | 4 ++++
client/python/pyproject.toml | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/.github/renovate.json5 b/.github/renovate.json5
index 76f1f6534..529e9dcb8 100644
--- a/.github/renovate.json5
+++ b/.github/renovate.json5
@@ -77,6 +77,10 @@
"io.quarkus:io.quarkus.gradle.plugin",
],
},
+ {
+ matchPackageNames: ["openapi-generator-cli"],
+ enabled: false
+ }
],
// Max 50 PRs in total, 5 per hour.
diff --git a/client/python/pyproject.toml b/client/python/pyproject.toml
index bce7514cb..ac71640e9 100644
--- a/client/python/pyproject.toml
+++ b/client/python/pyproject.toml
@@ -65,7 +65,7 @@ mypy = ">=1.19, <=1.19.1"
pyiceberg = "==0.10.0"
pre-commit = "==4.5.1"
# 7.12.0 is the latest version to use due to OpenAPI spec version we are using
-openapi-generator-cli = "==7.17.0"
+openapi-generator-cli = "==7.12.0"
pip-licenses-cli = "==3.0.1"
[tool.pip-licenses]