From f46da84dbe2727d2c8ba9089b121659b45ee7332 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 15 Dec 2025 08:33:55 +0000 Subject: [PATCH] chore(deps): update dependency mypy to >=1.19, <=1.19.1 --- 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 fe2f9adbc1..279c950cd8 100644 --- a/client/python/pyproject.toml +++ b/client/python/pyproject.toml @@ -61,7 +61,7 @@ pytest = ">= 7.2.1" pytest-cov = ">= 2.8.1" flake8 = ">= 4.0.0" types-python-dateutil = ">= 2.8.19.14" -mypy = ">=1.19, <=1.19.0" +mypy = ">=1.19, <=1.19.1" pyiceberg = "==0.10.0" pre-commit = "==4.5.0" openapi-generator-cli = "==7.17.0"