Skip to content

Commit 9eec769

Browse files
fix: Upgrade aws-encryption-sdk dependency (#186)
* fix: Upgrade aws-encryption-sdk dependency
1 parent 6a14a7d commit 9eec769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
python_requires=">=3.6",
1616
install_requires=[
1717
"boto3>=1.10.20",
18-
"aws-encryption-sdk==2.2.0",
18+
"aws-encryption-sdk==3.1.0",
1919
'dataclasses;python_version<"3.7"',
2020
],
2121
license="Apache License 2.0",

0 commit comments

Comments
 (0)