From 8e5228c3d41bdc7e2a534ad057d70590eb0a2028 Mon Sep 17 00:00:00 2001 From: Aidaho Date: Thu, 14 Nov 2024 09:07:13 +0300 Subject: [PATCH] v8.1.1: Pin websockets version to 13.1 Updated the `websockets` library version to be pinned at 13.1 for better compatibility and to avoid potential issues with future releases. This change ensures a more stable and predictable environment. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9ced067..37b23f9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,5 +30,5 @@ netaddr>=0.10.1 retry>=0.9.2 aio-pika>=7.1.0 pika>=1.2.0 -websockets>=9.0 +websockets==13.1 python3-nmap<=1.5.1