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
16 changes: 8 additions & 8 deletions api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires-python = "~=3.12.0"
dependencies = [
# Legacy: mature and widely deployed
"bleach>=6.3.0",
"boto3>=1.43.6",
"boto3>=1.43.36",
"celery>=5.6.3",
"croniter>=6.2.2",
"flask>=3.1.3,<4.0.0",
Expand Down Expand Up @@ -183,15 +183,15 @@ dev = [
# Required for storage clients
############################################################
storage = [
"azure-storage-blob>=12.28.0",
"bce-python-sdk>=0.9.71",
"cos-python-sdk-v5>=1.9.42",
"azure-storage-blob>=12.30.0",
"bce-python-sdk>=0.9.72",
"cos-python-sdk-v5>=1.9.44",
"esdk-obs-python>=3.22.2",
"google-cloud-storage>=3.10.1",
"opendal>=0.46.0",
"google-cloud-storage>=3.12.0",
"opendal>=0.47.2",
"oss2>=2.19.1",
"supabase>=2.30.0",
"tos>=2.9.0",
"supabase>=2.31.0",
"tos>=2.9.2",
]

############################################################
Expand Down
Loading