From 7e94d34feed460fe10c18626b83ea0bddd73d4d9 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 19 Dec 2025 01:55:55 +0000 Subject: [PATCH] chore(deps): update dependency openapi-generator-cli to v7.17.0 --- 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 ac71640e92f..bce7514cb69 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]