Skip to content

Commit abe42d7

Browse files
Bumped SDK version in tools
1 parent 2b79adb commit abe42d7

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

tools/classifier/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Add your dependencies here
22

33
# Required for all unstract tools
4-
unstract-sdk~=0.52.0
4+
unstract-sdk~=0.53.1

tools/classifier/src/config/properties.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"schemaVersion": "0.0.1",
33
"displayName": "File Classifier",
44
"functionName": "classify",
5-
"toolVersion": "0.0.38",
5+
"toolVersion": "0.0.39",
66
"description": "Classifies a file into a bin based on its contents",
77
"input": {
88
"description": "File to be classified"

tools/structure/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Add your dependencies here
22

33
# Required for all unstract tools
4-
unstract-sdk~=0.52.0
4+
unstract-sdk~=0.53.1

tools/structure/src/config/properties.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"schemaVersion": "0.0.1",
33
"displayName": "Structure Tool",
44
"functionName": "structure_tool",
5-
"toolVersion": "0.0.46",
5+
"toolVersion": "0.0.48",
66
"description": "This is a template tool which can answer set of input prompts designed in the Prompt Studio",
77
"input": {
88
"description": "File that needs to be indexed and parsed for answers"

tools/text_extractor/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Add your dependencies here
22

33
# Required for all unstract tools
4-
unstract-sdk~=0.52.0
4+
unstract-sdk~=0.53.1

tools/text_extractor/src/config/properties.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"schemaVersion": "0.0.1",
33
"displayName": "Text Extractor",
44
"functionName": "text_extractor",
5-
"toolVersion": "0.0.36",
5+
"toolVersion": "0.0.37",
66
"description": "The Text Extractor is a powerful tool designed to convert documents to its text form or Extract texts from documents",
77
"input": {
88
"description": "Document"

0 commit comments

Comments
 (0)