From a6aaf7eeeb59394d7b62f4f07bc82b41519b4fd5 Mon Sep 17 00:00:00 2001 From: pk-zipstack Date: Tue, 24 Mar 2026 10:38:42 +0530 Subject: [PATCH] [MISC] Bump tool versions for litellm 1.82.3 upgrade Co-Authored-By: Claude Opus 4.6 (1M context) --- backend/sample.env | 4 ++-- tools/classifier/src/config/properties.json | 2 +- tools/structure/src/config/properties.json | 2 +- tools/text_extractor/src/config/properties.json | 2 +- .../tool_registry_config/public_tools.json | 12 ++++++------ 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/backend/sample.env b/backend/sample.env index 79ca75886..908151dac 100644 --- a/backend/sample.env +++ b/backend/sample.env @@ -100,9 +100,9 @@ PROMPT_STUDIO_FILE_PATH=/app/prompt-studio-data # Structure Tool Image (Runs prompt studio exported tools) # https://hub.docker.com/r/unstract/tool-structure -STRUCTURE_TOOL_IMAGE_URL="docker:unstract/tool-structure:0.0.98" +STRUCTURE_TOOL_IMAGE_URL="docker:unstract/tool-structure:0.0.99" STRUCTURE_TOOL_IMAGE_NAME="unstract/tool-structure" -STRUCTURE_TOOL_IMAGE_TAG="0.0.98" +STRUCTURE_TOOL_IMAGE_TAG="0.0.99" # Feature Flags EVALUATION_SERVER_IP=unstract-flipt diff --git a/tools/classifier/src/config/properties.json b/tools/classifier/src/config/properties.json index 48cb20eda..7e36827e7 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.77", + "toolVersion": "0.0.78", "description": "Classifies a file into a bin based on its contents", "input": { "description": "File to be classified" diff --git a/tools/structure/src/config/properties.json b/tools/structure/src/config/properties.json index c0fcc5782..a1d880003 100644 --- a/tools/structure/src/config/properties.json +++ b/tools/structure/src/config/properties.json @@ -2,7 +2,7 @@ "schemaVersion": "0.0.1", "displayName": "Structure Tool", "functionName": "structure_tool", - "toolVersion": "0.0.98", + "toolVersion": "0.0.99", "description": "This is a template tool which can answer set of input prompts designed in the Prompt Studio", "input": { "description": "File that needs to be indexed and parsed for answers" diff --git a/tools/text_extractor/src/config/properties.json b/tools/text_extractor/src/config/properties.json index 8cbdbb911..648754bce 100644 --- a/tools/text_extractor/src/config/properties.json +++ b/tools/text_extractor/src/config/properties.json @@ -2,7 +2,7 @@ "schemaVersion": "0.0.1", "displayName": "Text Extractor", "functionName": "text_extractor", - "toolVersion": "0.0.73", + "toolVersion": "0.0.74", "description": "The Text Extractor is a powerful tool designed to convert documents to its text form or Extract texts from documents", "input": { "description": "Document" diff --git a/unstract/tool-registry/tool_registry_config/public_tools.json b/unstract/tool-registry/tool_registry_config/public_tools.json index 0174d17f0..c812e8279 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.77", + "toolVersion": "0.0.78", "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.77", + "image_url": "docker:unstract/tool-classifier:0.0.78", "image_name": "unstract/tool-classifier", - "image_tag": "0.0.77" + "image_tag": "0.0.78" }, "text_extractor": { "tool_uid": "text_extractor", @@ -116,7 +116,7 @@ "schemaVersion": "0.0.1", "displayName": "Text Extractor", "functionName": "text_extractor", - "toolVersion": "0.0.73", + "toolVersion": "0.0.74", "description": "The Text Extractor is a powerful tool designed to convert documents to its text form or Extract texts from documents", "input": { "description": "Document" @@ -191,8 +191,8 @@ } }, "icon": "\n\n \n \n \n \n \n \n \n \n \n \n \n\n", - "image_url": "docker:unstract/tool-text-extractor:0.0.73", + "image_url": "docker:unstract/tool-text-extractor:0.0.74", "image_name": "unstract/tool-text-extractor", - "image_tag": "0.0.73" + "image_tag": "0.0.74" } }