Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies = [
"social-auth-core==4.4.2", # For OAuth
# TODO: Temporarily removing the extra dependencies of aws and gcs from unstract-sdk
# to resolve lock file. Will have to be re-looked into
"unstract-sdk[azure]~=0.76.0",
"unstract-sdk[azure]~=0.76.1",
"gcsfs==2024.10.0",
"s3fs==2024.10.0",
"azure-identity==1.16.0",
Expand Down
1,962 changes: 981 additions & 981 deletions backend/uv.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion platform-service/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies = [
"redis~=5.2.1",
"cryptography>=41.0.7",
"requests>=2.31.0",
"unstract-sdk[gcs, azure, aws]~=0.76.0", # Add version
"unstract-sdk[gcs, azure, aws]~=0.76.1", # Add version
"unstract-flags",
"unstract-core[flask]",
]
Expand Down
1,634 changes: 817 additions & 817 deletions platform-service/uv.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion prompt-service/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies = [
"json-repair~=0.42.0",
# TODO: Temporarily removing the extra dependencies of aws and gcs from unstract-sdk
# to resolve lock file. Will have to be re-looked into
"unstract-sdk[azure]~=0.76.0",
"unstract-sdk[azure]~=0.76.1",
"gcsfs==2024.10.0",
"s3fs==2024.10.0",
"redis>=5.0.3,<5.3",
Expand Down
1,618 changes: 809 additions & 809 deletions prompt-service/uv.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ hook-check-django-migrations = [
"psycopg2-binary==2.9.9",
"python-dotenv==1.0.0",
"python-magic==0.4.27",
"unstract-sdk~=0.76.0",
"unstract-sdk~=0.76.1",
"unstract-connectors",
"unstract-core",
"unstract-flags",
Expand Down
2 changes: 1 addition & 1 deletion tools/classifier/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# aws alone is needed here
# because tools use transient temporary storage.

unstract-sdk[aws]~=0.76.0
unstract-sdk[aws]~=0.76.1
2 changes: 1 addition & 1 deletion tools/text_extractor/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# aws alone is needed here
# because tools use transient temporary storage.

unstract-sdk[aws]~=0.76.0
unstract-sdk[aws]~=0.76.1
2 changes: 1 addition & 1 deletion unstract/filesystem/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = [{ name = "Zipstack Inc.", email = "[email protected]" }]
requires-python = ">=3.12,<3.13"
readme = "README.md"

dependencies = ["unstract-sdk~=0.76.0"]
dependencies = ["unstract-sdk~=0.76.1"]

# [tool.uv.sources]
# unstract-sdk = { git = "https://github.com/Zipstack/unstract-sdk", branch = "python-upgrade" }
Expand Down
1,448 changes: 724 additions & 724 deletions unstract/filesystem/uv.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion unstract/tool-registry/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies = [
"docker~=6.1.3",
"jsonschema>=4.18.6,<5.0",
"PyYAML~=6.0.1",
"unstract-sdk~=0.76.0",
"unstract-sdk~=0.76.1",
"unstract-tool-sandbox",
"unstract-flags",
]
Expand Down
1,968 changes: 984 additions & 984 deletions uv.lock

Large diffs are not rendered by default.