Skip to content

Commit

Permalink
Version bump for unstract-sdk 0.57.0rc4 (#1128)
Browse files Browse the repository at this point in the history
* Updated unstract-sdk's version and tools version

* Commit pdm.lock changes

* Update backend/pyproject.toml

Co-authored-by: Chandrasekharan M <117059509+chandrasekharan-zipstack@users.noreply.github.com>
Signed-off-by: Praveen Kumar <praveen@zipstack.com>

* Update sample.env

Signed-off-by: Praveen Kumar <praveen@zipstack.com>

* Update pyproject.toml

Signed-off-by: Praveen Kumar <praveen@zipstack.com>

* Updated properties.json and pyproject.toml for prompt-service

* Updated pdm.lock files

* Update unstract-sdk's versiont o 0.58.0rc1

* Updated unstract-sdk's version to 0.57.0rc4

* Updated pdm.lock to latest unstract-sdk version

---------

Signed-off-by: Praveen Kumar <praveen@zipstack.com>
Co-authored-by: pk-zipstack <187789273+pk-zipstack@users.noreply.github.com>
Co-authored-by: Chandrasekharan M <117059509+chandrasekharan-zipstack@users.noreply.github.com>
Co-authored-by: Gayathri <142381512+gaya3-zipstack@users.noreply.github.com>
  • Loading branch information
4 people authored Feb 13, 2025
1 parent 37a1f81 commit 597ec1e
Show file tree
Hide file tree
Showing 19 changed files with 268 additions and 228 deletions.
102 changes: 51 additions & 51 deletions backend/pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ dependencies = [
"python-socketio==5.9.0", # For log_events
"social-auth-app-django==5.3.0", # For OAuth
"social-auth-core==4.4.2", # For OAuth
"unstract-sdk~=0.57.0rc2",
"unstract-sdk[aws]~=0.57.0rc2",
"unstract-sdk[gcs]~=0.57.0rc2",
"unstract-sdk[gcs,aws]~=0.57.0rc4",
# ! IMPORTANT!
# Indirect local dependencies usually need to be added in their own projects
# as: https://pdm-project.org/latest/usage/dependency/#local-dependencies.
Expand Down
4 changes: 2 additions & 2 deletions backend/sample.env
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ REMOTE_PROMPT_STUDIO_FILE_PATH=

# 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.62"
STRUCTURE_TOOL_IMAGE_URL="docker:unstract/tool-structure:0.0.63"
STRUCTURE_TOOL_IMAGE_NAME="unstract/tool-structure"
STRUCTURE_TOOL_IMAGE_TAG="0.0.62"
STRUCTURE_TOOL_IMAGE_TAG="0.0.63"

# Feature Flags
EVALUATION_SERVER_IP=unstract-flipt
Expand Down
Loading

0 comments on commit 597ec1e

Please sign in to comment.