From 5fb230d0bbc8171f2eaec2fac5032e0bb16ab8be Mon Sep 17 00:00:00 2001 From: rramosor <103049235+rramosor@users.noreply.github.com> Date: Mon, 18 Apr 2022 16:50:19 +0200 Subject: [PATCH] Update setup.py error install --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9cb6c6e..2b78865 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ classifiers=['Programming Language :: Python :: 3 :: Only'], install_requires=[ 'singer-python==5.3.1', - 'psycopg2==2.7.4', + 'psycopg2==2.9.3', 'strict-rfc3339==0.7', ], extras_require={