Skip to content

Commit

Permalink
[Requirements] Limit boto3 version (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerShor committed Jul 14, 2024
1 parent 42815d0 commit e64e978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ nbconvert = ">=6.4.5"
notebook = ">=6.4, <7.0.0"
pyyaml = ">=3.13, <7"
requests = ">=2.31.0"
boto3 = "==1.33.13"
boto3 = ">=1.28.0, <1.29.0"
importlib-metadata = "<8.0.0"
ipython = ">=7.27.0"

Expand Down

0 comments on commit e64e978

Please sign in to comment.