From 855d85ab86b779f6e2b6b9c29916ef44bba37108 Mon Sep 17 00:00:00 2001 From: Simon Lamon <32477463+silamon@users.noreply.github.com> Date: Thu, 24 Oct 2024 13:47:24 +0200 Subject: [PATCH] Loosen package range for aiofiles --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 0fc887a..25aaecd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,7 @@ install_requires = appdirs>=1.4.4 async_upnp_client>=0.36.2 deprecated>=1.2.14 - aiofiles>=24.1.0 + aiofiles>=23.1.0 python_requires = >=3.11 package_dir = =src