From 60eb3e81b6a4f3af0c899ed9fb70408ce15014da Mon Sep 17 00:00:00 2001 From: Gayathri <142381512+gaya3-zipstack@users.noreply.github.com> Date: Thu, 16 Jan 2025 16:00:53 +0530 Subject: [PATCH] [FIX] version upgrade for classifier (#1072) * Roll to latest SDK * Commit pdm.lock changes * Remove pandoc and tessaract * Revert change * Roll tool versions * Roll tool versions * Roll version * Commit pdm.lock changes * Remove reote storage tool registry * Use ENvHelper for env standardisation * Commit pdm.lock changes * Minor improvement * Indexing and env fixes * Indexing and env fixes * Correcting sample env * Roll SDK version * SDK version roll * Add sample env * Add sample env * Lock file check in * Init fs correctly when remote storage support not required * classifier tool roll * Fix error in classifier * Fix version * Correct text-extractor tool version * Revert * Roll classifier version --------- Co-authored-by: gaya3-zipstack --- tools/classifier/src/config/properties.json | 2 +- .../tool-registry/tool_registry_config/public_tools.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/classifier/src/config/properties.json b/tools/classifier/src/config/properties.json index 358cd044a..90a89371d 100644 --- a/tools/classifier/src/config/properties.json +++ b/tools/classifier/src/config/properties.json @@ -2,7 +2,7 @@ "schemaVersion": "0.0.1", "displayName": "File Classifier", "functionName": "classify", - "toolVersion": "0.0.44", + "toolVersion": "0.0.45", "description": "Classifies a file into a bin based on its contents", "input": { "description": "File to be classified" diff --git a/unstract/tool-registry/tool_registry_config/public_tools.json b/unstract/tool-registry/tool_registry_config/public_tools.json index a006e0f53..684e8268a 100644 --- a/unstract/tool-registry/tool_registry_config/public_tools.json +++ b/unstract/tool-registry/tool_registry_config/public_tools.json @@ -5,7 +5,7 @@ "schemaVersion": "0.0.1", "displayName": "File Classifier", "functionName": "classify", - "toolVersion": "0.0.44", + "toolVersion": "0.0.45", "description": "Classifies a file into a bin based on its contents", "input": { "description": "File to be classified" @@ -106,9 +106,9 @@ "properties": {} }, "icon": "\n\n \n \n \n \n \n \n \n \n \n \n \n\n", - "image_url": "docker:unstract/tool-classifier:0.0.43", + "image_url": "docker:unstract/tool-classifier:0.0.45", "image_name": "unstract/tool-classifier", - "image_tag": "0.0.43" + "image_tag": "0.0.45" }, "text_extractor": { "tool_uid": "text_extractor",