feat: add support for plugin astrbot-version and platform requirement checks (#5235)

* feat: add support for plugin astrbot-version and platform requirement checks

* fix: remove unsupported platform and version constraints from metadata.yaml

* fix: remove restriction on 'v' in astrbot_version specification format

* ruff format
This commit is contained in:
Soulter
2026-02-20 13:35:45 +08:00
committed by GitHub
parent e469178a6b
commit 9a7a594cb5
13 changed files with 585 additions and 28 deletions
+1
View File
@@ -62,6 +62,7 @@ dependencies = [
"tenacity>=9.1.2",
"shipyard-python-sdk>=0.2.4",
"python-socks>=2.8.0",
"packaging>=24.2",
]
[dependency-groups]