Skip to content

Commit 5c74c46

Browse files
authored
Merge pull request smithy-lang#672 from SamRemis/crt-dependency-bump-0.32
2 parents 7878b12 + c35cbed commit 5c74c46

File tree

3 files changed

+34
-18
lines changed

3 files changed

+34
-18
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "dependency",
3+
"description": "Upgrade CRT to 0.32.0 to fix bug where HTTP2 exceptions could hang indefinitely"
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.28.2",
39+
"awscrt~=0.32.0",
4040
]
4141
aiohttp = [
4242
"aiohttp>=3.11.12, <4.0",

uv.lock

Lines changed: 29 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)