Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
8 changes: 4 additions & 4 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ dependencies = [
"boto3~=1.34.0", # For Unstract-cloud-storage
"celery[amqp]>=5.3.4", # For Celery
"cron-descriptor==1.4.0", # For cron string description
"cryptography>=48.0.0",
"cryptography>=48.0.1",
"django==4.2.30",
"djangorestframework==3.14.0",
"djangorestframework==3.15.2",
"django-cors-headers==4.3.1",
# Pinning django-celery-beat to avoid build issues
"django-celery-beat==2.5.0",
Expand All @@ -31,10 +31,10 @@ dependencies = [
"psycopg2-binary==2.9.9",
"python-dotenv==1.2.2",
"python-magic==0.4.27", # For file upload/download
"python-socketio==5.9.0", # For log_events
"python-socketio==5.14.0", # For log_events
"social-auth-app-django==5.3.0", # For OAuth
"social-auth-core==4.4.2", # For OAuth
"azure-identity==1.16.0",
"azure-identity==1.16.1",
"azure-mgmt-apimanagement==3.0.0",
"croniter>=3.0.3",
"django-filter>=24.3",
Expand Down
131 changes: 65 additions & 66 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 @@ -13,7 +13,7 @@ dependencies = [
"psycopg2-binary~=2.9",
"python-dotenv~=1.2.2",
"redis~=5.2.1",
"cryptography>=48.0.0",
"cryptography>=48.0.1",
"requests>=2.33.0",
"unstract-flags",
"unstract-core[flask]",
Expand Down
118 changes: 59 additions & 59 deletions platform-service/uv.lock

Large diffs are not rendered by default.

116 changes: 58 additions & 58 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 @@ -45,7 +45,7 @@ hook-check-django-migrations = [
"celery>=5.3.4",
"cron-descriptor==1.4.0",
"django==4.2.30",
"djangorestframework==3.14.0",
"djangorestframework==3.15.2",
# Pinning django-celery-beat to avoid build issues
"django-celery-beat==2.5.0",
"django-cors-headers>=4.3.1",
Expand Down
6 changes: 3 additions & 3 deletions unstract/connectors/uv.lock

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

18 changes: 9 additions & 9 deletions unstract/filesystem/uv.lock

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

18 changes: 9 additions & 9 deletions unstract/sdk1/uv.lock

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

18 changes: 9 additions & 9 deletions unstract/tool-registry/uv.lock

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

18 changes: 9 additions & 9 deletions unstract/workflow-execution/uv.lock

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

Loading
Loading