Skip to content

Commit

Permalink
Version roll for sdk 0.56.0rc4 (#1097)
Browse files Browse the repository at this point in the history
* SDK version 0.56.0rc4 roll

* Commit pdm.lock changes
  • Loading branch information
gaya3-zipstack authored Jan 28, 2025
1 parent cbc8f64 commit 77c8472
Show file tree
Hide file tree
Showing 19 changed files with 198 additions and 198 deletions.
68 changes: 34 additions & 34 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.56.0rc3",
"unstract-sdk~=0.56.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.59"
STRUCTURE_TOOL_IMAGE_URL="docker:unstract/tool-structure:0.0.60"
STRUCTURE_TOOL_IMAGE_NAME="unstract/tool-structure"
STRUCTURE_TOOL_IMAGE_TAG="0.0.59"
STRUCTURE_TOOL_IMAGE_TAG="0.0.60"

# Feature Flags
EVALUATION_SERVER_IP=unstract-flipt
Expand Down
Loading

0 comments on commit 77c8472

Please sign in to comment.