Merge pull request #503 from ynput/enhancement/added-version-dependency

Chore: Add version dependency
This commit is contained in:
Jakub Trllo 2024-05-10 14:39:35 +02:00 committed by GitHub
commit 5e2d70885b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,8 @@ version = "0.3.1-dev.1"
client_dir = "ayon_core"
plugin_for = ["ayon_server"]
requires = [
"~ayon_server-1.0.3+<2.0.0",
]
ayon_server_version = ">=1.0.3,<2.0.0"
ayon_launcher_version = ">=1.0.2"
ayon_required_addons = {}
ayon_compatible_addons = {}