From 055ea88de0a54a59982dc7b15743ca66ad82fd96 Mon Sep 17 00:00:00 2001 From: Kevin Stillhammer Date: Thu, 29 May 2025 18:18:31 +0200 Subject: [PATCH] fix: revert async-timeout to 4.0.3 To align with Home Assistant requirements --- .git-blame-ignore-revs | 0 pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 .git-blame-ignore-revs diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs new file mode 100644 index 0000000..e69de29 diff --git a/pyproject.toml b/pyproject.toml index 11846cd..03c68b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ ] dependencies = [ "aiohttp>=3.12.4", - "async-timeout>=5.0.1", + "async-timeout>=4.0.3", "yarl>=1.20.0", ] requires-python = ">= 3.10"