Skip to content

Commit

Permalink
[Requirements] Remove boto3 upper limit (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerShor committed Jul 15, 2024
1 parent f0c9d3d commit c8e9f06
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.28.0, <1.29.0"
boto3 = ">=1.28.0"
importlib-metadata = "<8.0.0"
ipython = ">=7.27.0"

Expand Down

0 comments on commit c8e9f06

Please sign in to comment.