Skip to content

Commit

Permalink
Update awscrt version to 0.22.0 (boto#3274)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan343 authored and hswong3i committed Oct 4, 2024
1 parent add9f36 commit fb270a7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/enhancement-AWSCRT-3875.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "enhancement",
"category": "AWSCRT",
"description": "Update awscrt version to 0.22.0"
}
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ requires_dist =
urllib3>=1.25.4,!=2.2.0,<3; python_version>="3.10"

[options.extras_require]
crt = awscrt==0.21.5
crt = awscrt==0.22.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def find_version(*file_paths):
]

extras_require = {
'crt': ['awscrt==0.21.5'],
'crt': ['awscrt==0.22.0'],
}

setup(
Expand Down

0 comments on commit fb270a7

Please sign in to comment.