From ad5ab0d85cc7d4c24ba376906c26977aa15e7334 Mon Sep 17 00:00:00 2001 From: Michael Graeb Date: Tue, 2 Jan 2024 11:47:09 -0800 Subject: [PATCH] update awscrt, which now supports 32bit VSOCK ports --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4f9226fe..d507db04 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ def _load_version(): "Operating System :: OS Independent", ], install_requires=[ - 'awscrt==0.20.0', + 'awscrt==0.20.2', ], python_requires='>=3.7', )