Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion amplify_aws_utils/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Place of record for the package version"""

__version__ = "0.5.3"
__version__ = "0.6.0"
__git_hash__ = "GIT_HASH"
12 changes: 4 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# Place dependencies in this file, following the distutils format:
# http://docs.python.org/2/distutils/setupscript.html#relationships-between-distributions-and-packages
aws-lambda-powertools>=2.30.2,<3
boto3>=1.34.4,<2
boto3-stubs[s3]>=1.34.4,<2
boto3-stubs[sts]>=1.34.4,<2
boto3-stubs[ec2]>=1.34.4,<2
boto3-stubs[config]>=1.34.4,<2
boto3-stubs[ssm]>=1.34.4,<2
requests>=2.31.0,<3
aws-lambda-powertools~=3.0
boto3~=1.34
boto3-stubs[s3,sts,ec2,config,ssm]~=1.34
requests~=2.31