From bd3e80b8639854f24f2985ad84e93273c157d4a5 Mon Sep 17 00:00:00 2001 From: Vera Xia Date: Mon, 9 Mar 2026 09:39:20 -0700 Subject: [PATCH] update awscrt to pick up the change for fix eventstream decode leading to buffer overflow --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ae25ff4b..62dc080d 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ def _load_version(): "Operating System :: OS Independent", ], install_requires=[ - 'awscrt==0.31.2', + 'awscrt==0.31.3', ], python_requires='>=3.8', )