Merge pull request #1020 from ynput/bugfix/1019-opencolorio-240-breaks-ayon-launcher

Core: Use older OpenColorIO
This commit is contained in:
Jakub Trllo 2024-11-21 18:46:19 +01:00 committed by GitHub
commit 8b625cdbf1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,6 +15,6 @@ qtawesome = "0.7.3"
aiohttp-middlewares = "^2.0.0"
Click = "^8"
OpenTimelineIO = "0.16.0"
opencolorio = "^2.3.2"
opencolorio = "^2.3.2,<2.4.0"
Pillow = "9.5.0"
websocket-client = ">=0.40.0,<2"