downgrade boto3 to use s3 compatible storage. Fixes #15225 (#15261)

Co-authored-by: engchina <atjapan2015@gmail.com>
This commit is contained in:
engchina
2025-03-10 09:56:38 +08:00
committed by GitHub
parent f8ac382072
commit 2968482199
2 changed files with 17 additions and 16 deletions

View File

@@ -18,7 +18,7 @@ package-mode = false
authlib = "1.3.1"
azure-identity = "1.16.1"
beautifulsoup4 = "4.12.2"
boto3 = "1.37.1"
boto3 = "1.35.99"
bs4 = "~0.0.1"
cachetools = "~5.3.0"
celery = "~5.4.0"