From 52258df4834ccf9f54e44667c2b821bbf0410255 Mon Sep 17 00:00:00 2001 From: jrmccluskey Date: Tue, 28 Jul 2026 16:08:00 +0000 Subject: [PATCH 1/2] Update ruff and pyrefly dependencies --- sdks/python/pyproject.toml | 1 + sdks/python/setup.py | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/sdks/python/pyproject.toml b/sdks/python/pyproject.toml index c5e642a8b37c..bbd82304d788 100644 --- a/sdks/python/pyproject.toml +++ b/sdks/python/pyproject.toml @@ -213,3 +213,4 @@ invalid-argument = "ignore" invalid-inheritance = "ignore" not-iterable = "ignore" unexpected-keyword = "ignore" +bad-class-definition = "ignore" \ No newline at end of file diff --git a/sdks/python/setup.py b/sdks/python/setup.py index 65c247fa5057..5ffa191e9005 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -461,8 +461,8 @@ def get_portability_package_data(): # BEAM-8840: Do NOT use tests_require or setup_requires. extras_require={ 'dev': [ - 'pyrefly==0.54.0', - 'ruff==0.15.7', + 'pyrefly==1.1.1', + 'ruff==0.15.22', 'yapf==0.43.0', ], 'dill': [ From f3276cbf18e85d4a6d263323ece5c50e6d2c5160 Mon Sep 17 00:00:00 2001 From: jrmccluskey Date: Tue, 28 Jul 2026 18:17:30 +0000 Subject: [PATCH 2/2] add end-of-file whitespace --- sdks/python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/pyproject.toml b/sdks/python/pyproject.toml index bbd82304d788..d8f09d7474b4 100644 --- a/sdks/python/pyproject.toml +++ b/sdks/python/pyproject.toml @@ -213,4 +213,4 @@ invalid-argument = "ignore" invalid-inheritance = "ignore" not-iterable = "ignore" unexpected-keyword = "ignore" -bad-class-definition = "ignore" \ No newline at end of file +bad-class-definition = "ignore"