Skip to content

Commit

Permalink
SDK version 0.56.0rc3 roll (#1090)
Browse files Browse the repository at this point in the history
* SDK version 0.56.0rc3 roll

* Update platform-service/pyproject.toml

Co-authored-by: Praveen Kumar <[email protected]>
Signed-off-by: Gayathri <[email protected]>

* Commit pdm.lock changes

---------

Signed-off-by: Gayathri <[email protected]>
Co-authored-by: Praveen Kumar <[email protected]>
  • Loading branch information
gaya3-zipstack and pk-zipstack authored Jan 24, 2025
1 parent dd6bbe9 commit 28e2163
Show file tree
Hide file tree
Showing 19 changed files with 347 additions and 344 deletions.
12 changes: 6 additions & 6 deletions backend/pdm.lock

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

2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +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.55.0rc2",
"unstract-sdk~=0.56.0rc3",
# ! 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.56"
STRUCTURE_TOOL_IMAGE_URL="docker:unstract/tool-structure:0.0.59"
STRUCTURE_TOOL_IMAGE_NAME="unstract/tool-structure"
STRUCTURE_TOOL_IMAGE_TAG="0.0.56"
STRUCTURE_TOOL_IMAGE_TAG="0.0.59"

# Feature Flags
EVALUATION_SERVER_IP=unstract-flipt
Expand Down
Loading

0 comments on commit 28e2163

Please sign in to comment.