mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Bump opencolorio version from 2.2.1 to ^2.3.2 in the pyproject.toml file for compatibility and potential enhancements with other dependencies.
20 lines
394 B
TOML
20 lines
394 B
TOML
[project]
|
|
name="core"
|
|
description="AYON core addon."
|
|
|
|
[tool.poetry.dependencies]
|
|
python = ">=3.9.1,<3.10"
|
|
clique = "1.6.*"
|
|
jsonschema = "^2.6.0"
|
|
pyblish-base = "^1.8.11"
|
|
speedcopy = "^2.1"
|
|
six = "^1.15"
|
|
qtawesome = "0.7.3"
|
|
|
|
[ayon.runtimeDependencies]
|
|
aiohttp-middlewares = "^2.0.0"
|
|
Click = "^8"
|
|
OpenTimelineIO = "0.16.0"
|
|
opencolorio = "^2.3.2"
|
|
Pillow = "9.5.0"
|
|
websocket-client = ">=0.40.0,<2"
|