Skip to content

Commit c0176d2

Browse files
authored
Address high cpu usage with AWSCRTHTTPClient (#573)
1 parent ee04163 commit c0176d2

File tree

5 files changed

+442
-431
lines changed

5 files changed

+442
-431
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "breaking",
3+
"description": "Update `AWSCRTHTTPClient` to integrate with the new AWS CRT async interfaces. ([#573](https://github.com/smithy-lang/smithy-python/pull/573))"
4+
}

packages/smithy-http/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies = [
3636

3737
[project.optional-dependencies]
3838
awscrt = [
39-
"awscrt>=0.23.10",
39+
"awscrt~=0.28.2",
4040
]
4141
aiohttp = [
4242
"aiohttp>=3.11.12, <4.0",

0 commit comments

Comments
 (0)