From fc2ed08da475fb6a7b00df862abd19b087ef89d3 Mon Sep 17 00:00:00 2001 From: Emmanuel Levijarvi Date: Fri, 17 Oct 2025 09:42:56 -0700 Subject: [PATCH] update required awsiotsdk version --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 5a0722a..d2547cf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -56,7 +56,7 @@ python_requires = >=3.9 # For more information, check out https://semver.org/. install_requires = aiohttp>=3.8.0 - awsiotsdk>=1.20.0 + awsiotsdk>=1.25.0 [options.packages.find]