ayon-core/package.py
Jakub Jezek 92aa7e1ccb
Updates ayon_ocio addon version
Updates the minimum compatible version of the 'ayon_ocio' addon.

This ensures compatibility with the latest features and fixes in the addon.
2025-05-09 11:53:15 +02:00

17 lines
339 B
Python

name = "core"
title = "Core"
version = "1.2.0+dev"
client_dir = "ayon_core"
plugin_for = ["ayon_server"]
ayon_server_version = ">=1.7.6,<2.0.0"
ayon_launcher_version = ">=1.0.2"
ayon_required_addons = {}
ayon_compatible_addons = {
"ayon_ocio": ">=1.2.1",
"harmony": ">0.4.0",
"fusion": ">=0.3.3",
"openrv": ">=1.0.2",
}