diff --git a/pyproject.toml b/pyproject.toml index 94c5339..5ad2627 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,8 +19,8 @@ eval-type-backport = "^0.2.0" # For 3.9 future annotat elasticsearch = "^8.13.2" xmltodict = "^0.13.0" colorama = "^0.4.6" -boto3 = "^1.35.62" -boto3-stubs = { extras = ["s3"], version = "^1.35.62" } +boto3 = "^1.35.67" +boto3-stubs = { extras = ["s3"], version = "^1.35.67" } vllm = { version = "^0.5.0", optional = true } transformers = { version = "^4.41.0", optional = true }