diff --git a/ingestion/setup.py b/ingestion/setup.py index cdeae388506..c3bd2947e71 100644 --- a/ingestion/setup.py +++ b/ingestion/setup.py @@ -213,7 +213,7 @@ plugins: Dict[str, Set[str]] = { VERSIONS["packaging"], }, "powerbi": {VERSIONS["msal"]}, - "qliksense": {"websockets~=11.0.3"}, + "qliksense": {"websocket-client~=1.6.1"}, "presto": {*COMMONS["hive"]}, "pymssql": {"pymssql==2.2.5"}, "quicksight": {VERSIONS["boto3"]},