diff --git a/panoply/constants.py b/panoply/constants.py index 59c2732..a4b0527 100644 --- a/panoply/constants.py +++ b/panoply/constants.py @@ -1,2 +1,2 @@ -__version__ = "3.1.3" +__version__ = "3.1.4" __package_name__ = "panoply-python-sdk" diff --git a/setup.py b/setup.py index 3807ac8..194d62c 100644 --- a/setup.py +++ b/setup.py @@ -22,6 +22,7 @@ "backoff==1.10.0", "sshtunnel==0.1.5", "paramiko==2.11.0", + "cryptography == 42.0.8", ], extras_require={ "test": [