Skip to content

Commit

Permalink
fix: Pin click to be < 8.1.4 temporarily (aws#5511)
Browse files Browse the repository at this point in the history
  • Loading branch information
mildaniel authored Jul 13, 2023
1 parent c59e3d5 commit eedd1ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
chevron~=0.12
# 8.1.4 of Click has an issue with the typing breaking the linter - https://github.com/pallets/click/issues/2558
click~=8.0,!=8.1.4
# Allow click to be greater than 8.1.4 when https://github.com/pallets/click/pull/2565 is released.
click~=8.0,<8.1.4
Flask<2.3
#Need to add latest lambda changes which will return invoke mode details
boto3>=1.26.109,==1.*
Expand Down

0 comments on commit eedd1ee

Please sign in to comment.