Skip to content

Commit 51195d9

Browse files
SDK roll out to RC5 for OSS (#875)
* SDK roll out to RC5 * Commit pdm.lock changes --------- Co-authored-by: harini-venkataraman <[email protected]> Co-authored-by: Gayathri <[email protected]>
1 parent 9f27bc5 commit 51195d9

File tree

8 files changed

+274
-262
lines changed

8 files changed

+274
-262
lines changed

backend/pdm.lock

Lines changed: 77 additions & 77 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/prompt_studio/prompt_studio_core_v2/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ class CustomTool(DefaultOrganizationMixin, BaseModel):
140140
def delete(self, organization_id=None, *args, **kwargs):
141141
# Delete the documents associated with the tool
142142
if not check_feature_flag_status(FeatureFlag.REMOTE_FILE_STORAGE):
143-
file_path = FileManagerHelper.handle_sub_directory_for_prompt_studio(
143+
file_path = FileManagerHelper.handle_sub_directory_for_tenants(
144144
organization_id,
145145
is_create=False,
146146
user_id=self.created_by.user_id,

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
"python-socketio==5.9.0", # For log_events
3333
"social-auth-app-django==5.3.0", # For OAuth
3434
"social-auth-core==4.4.2", # For OAuth
35-
"unstract-sdk~=0.54.0rc2",
35+
"unstract-sdk~=0.54.0rc5",
3636
# ! IMPORTANT!
3737
# Indirect local dependencies usually need to be added in their own projects
3838
# as: https://pdm-project.org/latest/usage/dependency/#local-dependencies.

pdm.lock

Lines changed: 100 additions & 89 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

prompt-service/pdm.lock

Lines changed: 91 additions & 91 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

prompt-service/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies = [
1515
"flask~=3.0",
1616
"llama-index==0.10.58",
1717
"python-dotenv==1.0.0",
18-
"unstract-sdk~=0.54.0rc2",
18+
"unstract-sdk~=0.54.0rc5",
1919
"redis>=5.0.3",
2020
"unstract-core @ file:///${PROJECT_ROOT}/../unstract/core",
2121
"unstract-flags @ file:///${PROJECT_ROOT}/../unstract/flags",

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,14 @@ hook-check-django-migrations = [
4141
"psycopg2-binary==2.9.9",
4242
"python-dotenv==1.0.0",
4343
"python-magic==0.4.27",
44-
"unstract-sdk~=0.54.0rc2",
44+
"unstract-sdk~=0.54.0rc5",
4545
"-e unstract-connectors @ file:///${PROJECT_ROOT}/unstract/connectors",
4646
"-e unstract-core @ file:///${PROJECT_ROOT}/unstract/core",
4747
"-e unstract-flags @ file:///${PROJECT_ROOT}/unstract/flags",
4848
"-e unstract-tool-registry @ file:///${PROJECT_ROOT}/unstract/tool-registry",
4949
"-e unstract-tool-sandbox @ file:///${PROJECT_ROOT}/unstract/tool-sandbox",
5050
"-e unstract-workflow-execution @ file:///${PROJECT_ROOT}/unstract/workflow-execution",
51+
"-e unstract-filesystem @ file:///${PROJECT_ROOT}/unstract/filesystem"
5152
]
5253

5354
[tool.black]

unstract/tool-registry/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies = [
1313
"docker~=6.1.3",
1414
"jsonschema~=4.18.2",
1515
"PyYAML~=6.0.1",
16-
"unstract-sdk~=0.54.0rc2",
16+
"unstract-sdk~=0.54.0rc5",
1717
# ! IMPORTANT!
1818
# Local dependencies usually need to be added as:
1919
# https://pdm-project.org/latest/usage/dependency/#local-dependencies

0 commit comments

Comments
 (0)