Downgrades xbmc.python dependency version

Changes version of xbmc.python from 3.0.1 to 3.0.0 to ensure compatibility with existing library constraints or dependent features.
This commit is contained in:
Jeroen De Meerleer 2025-09-10 16:27:32 +02:00
commit 170d5b2b9d

View file

@ -23,7 +23,7 @@ changelog: |-
dependencies:
py3:
- addon: 'xbmc.python'
version: '3.0.1'
version: '3.0.0'
- addon: 'script.module.requests'
version: '2.22.0+matrix.1'
- addon: 'script.module.dateutil'