From 9fd23a6d30b4d40e052a6e605d037fbca59dd467 Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Thu, 5 Dec 2024 08:41:53 +0100 Subject: [PATCH] Revert "Pin rpds-py to 0.21.0 to fix CI" (#132331) Revert "Pin rpds-py to 0.21.0 to fix CI (#132170)" This reverts commit 7e079303429335200da325c7830cc8a2232d323e. --- homeassistant/package_constraints.txt | 5 ----- script/gen_requirements_all.py | 5 ----- 2 files changed, 10 deletions(-) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 138b8bedcce..8617ed58ed5 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -205,8 +205,3 @@ async-timeout==4.0.3 # https://github.com/home-assistant/core/issues/122508 # https://github.com/home-assistant/core/issues/118004 aiofiles>=24.1.0 - -# 0.22.0 causes CI failures on Python 3.13 -# python3 -X dev -m pytest tests/components/matrix -# python3 -X dev -m pytest tests/components/zha -rpds-py==0.21.0 diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py index 450469096ea..97ffcac79a4 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -238,11 +238,6 @@ async-timeout==4.0.3 # https://github.com/home-assistant/core/issues/122508 # https://github.com/home-assistant/core/issues/118004 aiofiles>=24.1.0 - -# 0.22.0 causes CI failures on Python 3.13 -# python3 -X dev -m pytest tests/components/matrix -# python3 -X dev -m pytest tests/components/zha -rpds-py==0.21.0 """ GENERATED_MESSAGE = (