From 243436918c8816f1a4e537f5a572f70494ecf39e Mon Sep 17 00:00:00 2001 From: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com> Date: Tue, 7 Oct 2025 17:14:34 +0200 Subject: [PATCH] revert otio to use older version --- client/pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/pyproject.toml b/client/pyproject.toml index 5acfdf439d..6416d9b8e1 100644 --- a/client/pyproject.toml +++ b/client/pyproject.toml @@ -15,8 +15,7 @@ qtawesome = "0.7.3" [ayon.runtimeDependencies] aiohttp-middlewares = "^2.0.0" Click = "^8" -OpenTimelineIO = "0.17.0" -otio-burnins-adapter = "1.0.0" +OpenTimelineIO = "0.16.0" opencolorio = "^2.3.2,<2.4.0" Pillow = "9.5.0" websocket-client = ">=0.40.0,<2"