From 3b2dbdb2c16a1922768071c5c6689a4fe84e18dd Mon Sep 17 00:00:00 2001 From: David Oguns Date: Thu, 25 Feb 2021 17:26:34 -0800 Subject: [PATCH] Updating dependency to pick up event stream RPC client fix. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0b544d06..9d6b5ea5 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ "Operating System :: OS Independent", ], install_requires=[ - 'awscrt==0.10.7', + 'awscrt==0.10.8', ], python_requires='>=3.5', )