Skip to content

Commit

Permalink
Merge pull request #66 from andrey-panoply/hardcode_crypthography
Browse files Browse the repository at this point in the history
Hardcode crypthography to 42.0.8
  • Loading branch information
andrey-panoply authored Jul 22, 2024
2 parents ebbf2f3 + 804e074 commit bd63ee7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion panoply/constants.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "3.1.3"
__version__ = "3.1.4"
__package_name__ = "panoply-python-sdk"
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"backoff==1.10.0",
"sshtunnel==0.1.5",
"paramiko==2.11.0",
"cryptography == 42.0.8",
],
extras_require={
"test": [
Expand Down

0 comments on commit bd63ee7

Please sign in to comment.