From cf3c696f7e79804b58dcd0819932e427610e8322 Mon Sep 17 00:00:00 2001 From: Akshay Joshi Date: Tue, 5 Sep 2023 11:54:43 +0530 Subject: [PATCH] Pin python-socketio to 5.8.0 as the latest version throwing error for the test client. --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index faf7fb74a35..14546dd9831 100644 --- a/requirements.txt +++ b/requirements.txt @@ -53,4 +53,5 @@ azure-identity==1.13.0 google-api-python-client==2.* google-auth-oauthlib==1.0.0 Werkzeug==2.2.3 -keyring==23.* \ No newline at end of file +keyring==23.* +python-socketio==5.8.0