diff --git a/src/serviceconnector-passwordless/HISTORY.rst b/src/serviceconnector-passwordless/HISTORY.rst index 769e3f27a8b..6f03800588b 100644 --- a/src/serviceconnector-passwordless/HISTORY.rst +++ b/src/serviceconnector-passwordless/HISTORY.rst @@ -2,6 +2,10 @@ Release History =============== +0.2.2 +++++++ +* Update dependency psycopg2 to psycopg2-binary. + 0.2.1 ++++++ * Use the client ip in SQL connection output to update firewall rule. diff --git a/src/serviceconnector-passwordless/setup.py b/src/serviceconnector-passwordless/setup.py index a0932f13b2f..24a0de3c833 100644 --- a/src/serviceconnector-passwordless/setup.py +++ b/src/serviceconnector-passwordless/setup.py @@ -16,7 +16,7 @@ # TODO: Confirm this is the right version number you want and it matches your # HISTORY.rst entry. -VERSION = '0.2.1' +VERSION = '0.2.2' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers @@ -37,7 +37,7 @@ 'azure-core', 'PyMySQL==1.0.2', 'pyodbc==4.0.35', - 'psycopg2==2.9.5', + 'psycopg2-binary==2.9.5', 'azure-mgmt-servicelinker==1.2.0b1' ]