Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Upgrade boto3 to 1.35.67
  • Loading branch information
moohax authored Nov 21, 2024
1 parent a26656f commit 34d8550
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 34d8550

Please sign in to comment.