From 88a91cfeba50e1a7a288ed8b616f0ca5d7da3f95 Mon Sep 17 00:00:00 2001 From: Elijah DeLee Date: Thu, 4 Mar 2021 11:09:32 -0500 Subject: [PATCH] pin websocket-client lib They've made breaking changes that is going to take some deeper investigation to update awxkit to use This is only used for development purposes, and should have not impact on the "awx" cli entry point --- awxkit/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awxkit/setup.py b/awxkit/setup.py index 6e357a800f..b446ba0a90 100644 --- a/awxkit/setup.py +++ b/awxkit/setup.py @@ -70,7 +70,7 @@ setup( python_requires=">=3.6", extras_require={ 'formatting': ['jq'], - 'websockets': ['websocket-client>0.54.0'], + 'websockets': ['websocket-client==0.57.0'], 'crypto': ['cryptography'] }, license='Apache 2.0',