Просмотр исходного кода

Bump minimum tuya-sharing-sdk to 0.2.4

Since the minimum HA version is now 2025.11, the effective minimum
is 0.2.4.
Jason Rumney 1 день назад
Родитель
Сommit
31b5dfcf37
3 измененных файлов с 3 добавлено и 3 удалено
  1. 1 1
      custom_components/tuya_local/manifest.json
  2. 1 1
      requirements-dev.txt
  3. 1 1
      requirements.txt

+ 1 - 1
custom_components/tuya_local/manifest.json

@@ -16,7 +16,7 @@
     ],
     "requirements": [
         "tinytuya==1.17.6",
-        "tuya-device-sharing-sdk~=0.2.1"
+        "tuya-device-sharing-sdk~=0.2.4"
     ],
     "version": "2026.3.0"
 }

+ 1 - 1
requirements-dev.txt

@@ -7,5 +7,5 @@ pytest-cov
 pytest-mock
 ruff
 tinytuya~=1.17.6
-tuya-device-sharing-sdk~=0.2.1
+tuya-device-sharing-sdk~=0.2.4
 yamllint

+ 1 - 1
requirements.txt

@@ -1,2 +1,2 @@
 tinytuya~=1.17.6
-tuya-device-sharing-sdk~=0.2.1
+tuya-device-sharing-sdk~=0.2.4