chore: Update S3StorageConfig to match boto3 type hints (#20072)

This commit is contained in:
Boris Feld
2025-05-22 08:10:14 +02:00
committed by GitHub
parent 648393cc7b
commit 9afd7f6c87
3 changed files with 49 additions and 2 deletions

View File

@@ -148,6 +148,7 @@ dev = [
"types-tensorflow~=2.18.0",
"types-tqdm~=4.67.0",
"types-ujson~=5.10.0",
"boto3-stubs>=1.38.20",
]
############################################################