Browse Source

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.
master v8.1.1
Aidaho 1 week ago
parent
commit
8e5228c3d4
  1. 2
      requirements.txt

2
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

Loading…
Cancel
Save