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 25095d129 chore(deps): update dependency openapi-generator-cli to
v7.17.0 (#3298)
25095d129 is described below
commit 25095d12914e5e1ba65aa70fa83578e16daa2add
Author: Mend Renovate <[email protected]>
AuthorDate: Fri Dec 19 09:51:22 2025 +0000
chore(deps): update dependency openapi-generator-cli to v7.17.0 (#3298)
---
client/python/pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/client/python/pyproject.toml b/client/python/pyproject.toml
index ac71640e9..bce7514cb 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.12.0"
+openapi-generator-cli = "==7.17.0"
pip-licenses-cli = "==3.0.1"
[tool.pip-licenses]