From e07600bf1f12e6499ae1eaf7ed56bdece99b9ab9 Mon Sep 17 00:00:00 2001 From: V24 <55334829+umarfarouk98@users.noreply.github.com> Date: Wed, 10 Aug 2022 15:53:22 +0100 Subject: [PATCH] modified urllib3[secure] modified to urllib3 --- .../googlesamples/assistant/grpc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google-assistant-sdk/googlesamples/assistant/grpc/requirements.txt b/google-assistant-sdk/googlesamples/assistant/grpc/requirements.txt index 7b526e2..2b490e2 100644 --- a/google-assistant-sdk/googlesamples/assistant/grpc/requirements.txt +++ b/google-assistant-sdk/googlesamples/assistant/grpc/requirements.txt @@ -1,6 +1,6 @@ google-assistant-grpc==0.2.1 google-auth-oauthlib>=0.1.0,<0.3 -urllib3[secure]>=1.21,<2 +urllib3>=1.21,<2 sounddevice>=0.3.7,<0.4 click>=6.7,<7 tenacity>=4.1.0,<5