From bd9a1e42d6690403e8f65c134c72992484cab4a9 Mon Sep 17 00:00:00 2001 From: samson0v Date: Mon, 18 Sep 2023 11:02:57 +0300 Subject: [PATCH] Fixed cryptography version --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4271d84a4..09b83c8b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,5 +11,5 @@ termcolor grpcio==1.40.0 protobuf<=3.20.0 cachetools -cryptography==3.4.8 +cryptography==3.4.* tb-mqtt-client>=1.5 diff --git a/setup.py b/setup.py index e40f1b1b6..6571c380f 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ 'thingsboard_gateway.extensions.socket', 'thingsboard_gateway.extensions.xmpp', ], install_requires=[ - 'cryptography==3.4.8', + 'cryptography==3.4.*', 'jsonpath-rw', 'regex', 'pip',