From a29b3bb907dc8303575387db022e061a681f6bc5 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 17 Sep 2025 01:44:44 +0000 Subject: [PATCH] Update dependency openapi-generator-cli to v7.15.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 6d3f83389..6078413d0 100644 --- a/client/python/pyproject.toml +++ b/client/python/pyproject.toml @@ -61,7 +61,7 @@ types-python-dateutil = ">= 2.8.19.14" mypy = ">=1.18, <=1.18.1" pyiceberg = "==0.10.0" pre-commit = "==4.3.0" -openapi-generator-cli = "==7.11.0.post0" +openapi-generator-cli = "==7.15.0" pip-licenses = "==5.0.0" # pin virtualenv version to prevent poetry from upgrading to an incompatible version # see https://github.com/python-poetry/poetry/issues/10504#issuecomment-3176923981