From 25179b6862eaa5a84e7cdd2b50e62e1f92703116 Mon Sep 17 00:00:00 2001 From: Honah J Date: Mon, 16 Jun 2025 09:46:44 -0700 Subject: [PATCH 1/2] restrict mypy version --- 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 d33f6c10ee..89bb7e290c 100644 --- a/client/python/pyproject.toml +++ b/client/python/pyproject.toml @@ -51,7 +51,7 @@ pytest-cov = ">= 2.8.1" tox = ">= 3.9.0" flake8 = ">= 4.0.0" types-python-dateutil = ">= 2.8.19.14" -mypy = ">= 1.5" +mypy = ">= 1.5, <=1.16.0" pyiceberg = "==0.9.1" pre-commit = "==4.2.0" From 765c95e1a9eeb6dcd08c002aa3a2e75fdb5fadf0 Mon Sep 17 00:00:00 2001 From: Honah J Date: Mon, 16 Jun 2025 10:12:42 -0700 Subject: [PATCH 2/2] update mypy version --- 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 89bb7e290c..e577ec451b 100644 --- a/client/python/pyproject.toml +++ b/client/python/pyproject.toml @@ -51,7 +51,7 @@ pytest-cov = ">= 2.8.1" tox = ">= 3.9.0" flake8 = ">= 4.0.0" types-python-dateutil = ">= 2.8.19.14" -mypy = ">= 1.5, <=1.16.0" +mypy = ">= 1.5, <=1.16.1" pyiceberg = "==0.9.1" pre-commit = "==4.2.0"