-
Notifications
You must be signed in to change notification settings - Fork 227
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat: Updated unstract-sdk to v0.55.0rc2 (#1068)
* Update unstract-sdk version to 0.55.0rc2 * updated llama-index version * Updated llama-index version in core toml * Created the lock files in local * Merge branch 'main' into feat/llama-index-version-update * Merge branch 'main' into feat/llama-index-version-update * Updated lock files manually * Generate new set of lock files for another version of pdm * Updated the versions for the tools in properties.json * Updated tool version for text extractor in public_tools.json --------- Signed-off-by: Praveen Kumar <[email protected]> Co-authored-by: Gayathri <[email protected]>
- Loading branch information
1 parent
0d7f930
commit 4254402
Showing
20 changed files
with
2,668 additions
and
2,578 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Add your dependencies here | ||
|
||
# Required for all unstract tools | ||
unstract-sdk~=0.54.0rc12 | ||
unstract-sdk~=0.55.0rc2 | ||
# Required for remote storage support | ||
s3fs[boto3]==2024.6.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Add your dependencies here | ||
|
||
# Required for all unstract tools | ||
unstract-sdk~=0.54.0rc12 | ||
unstract-sdk~=0.55.0rc2 | ||
# Required for remote storage support | ||
s3fs[boto3]==2024.6.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Add your dependencies here | ||
|
||
# Required for all unstract tools | ||
unstract-sdk~=0.54.0rc12 | ||
unstract-sdk~=0.55.0rc2 | ||
# Required for remote storage support | ||
s3fs[boto3]==2024.6.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ authors = [ | |
{name = "Zipstack Inc.", email = "[email protected]"}, | ||
] | ||
dependencies = [ | ||
"unstract-sdk~=0.54.0rc12", | ||
"unstract-sdk~=0.55.0rc2", | ||
] | ||
requires-python = ">=3.9,<3.11.1" | ||
readme = "README.md" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters