From a9d1c6404fd6e3bd19063f5436edbf2008aece11 Mon Sep 17 00:00:00 2001 From: Vernon Gutierrez Date: Thu, 17 Oct 2024 18:00:43 +0800 Subject: [PATCH] update psycopg2 requirement --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a8c3ef640..7133b70f1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # We are currently targeting the versions shipped in Ubuntu 20.04. tornado>=4.5,<4.6 # http://www.tornadoweb.org/en/stable/releases.html -psycopg2>=2.8,<2.9 # http://initd.org/psycopg/articles/tag/release/ +psycopg2==2.9.10 # http://initd.org/psycopg/articles/tag/release/ sqlalchemy>=1.3,<1.4 # http://docs.sqlalchemy.org/en/latest/changelog/index.html netifaces>=0.10,<0.11 # https://bitbucket.org/al45tair/netifaces/src/ pycryptodomex>=3.6,<3.7 # https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst