Skip to content

Commit

Permalink
Merge pull request #1178 from samson0v/master
Browse files Browse the repository at this point in the history
Fixed cryptography version
  • Loading branch information
imbeacon authored Sep 18, 2023
2 parents f5cc0d2 + bd9a1e4 commit 6a903bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 6a903bd

Please sign in to comment.