From a1e260c51f5d2034f2d480115f1181202710910f Mon Sep 17 00:00:00 2001 From: Vishyyy Date: Sat, 13 Jun 2026 05:09:36 +0530 Subject: [PATCH] resolving --- plugin_manager.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/plugin_manager.py b/plugin_manager.py index b34b195..1623395 100644 --- a/plugin_manager.py +++ b/plugin_manager.py @@ -26,12 +26,7 @@ from typing import override, Callable, Any # Modules used for overriding AllSettingsWindow import logging -# Workspace related Modules -from bacommon.restapi.v1 import Endpoint -from efro.dataclassio import dataclass_from_json -from bacommon.restapi.v1.workspaces import WorkspaceResponse, WorkspaceFilesResponse - -PLUGIN_MANAGER_VERSION = "1.2.0" +PLUGIN_MANAGER_VERSION = "1.1.10" REPOSITORY_URL = "https://github.com/bombsquad-community/plugin-manager" # Current tag can be changed to "staging" or any other branch in # plugin manager repo for testing purpose.