Skip to content

Commit

Permalink
Update awscrt version to 0.23.8 (#3358)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan343 authored Jan 30, 2025
1 parent b0afa34 commit 45da16d
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-25567.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.23.8"
}
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.23.4
crt = awscrt==0.23.8
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.23.4'],
'crt': ['awscrt==0.23.8'],
}

setup(
Expand Down

0 comments on commit 45da16d

Please sign in to comment.