From b2a2d72179493b81444ce3f1243365b9f99586ec Mon Sep 17 00:00:00 2001 From: Sebastian Romero Date: Fri, 15 Nov 2024 14:11:58 +0100 Subject: [PATCH] Add runtime requirement for IoT Cloud library --- package-list.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/package-list.yaml b/package-list.yaml index b279d7c..f3e7a28 100644 --- a/package-list.yaml +++ b/package-list.yaml @@ -10,6 +10,7 @@ packages: author: Arduino description: A Python client for the Arduino IoT cloud, which runs on both CPython and MicroPython. tags: ["cloud", "iot"] + required_runtime: ">=1.22.0" verification: - fqbn: "arduino:mbed_portenta:envie_m7" library_version: "0.0.7"