浏览代码

Bump psycopg to 3.2

To allow the use of Python 3.13
Sage Abdullah 2 月之前
父节点
当前提交
fade9b15f0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      requirements/production.txt

+ 1 - 1
requirements/production.txt

@@ -2,7 +2,7 @@
 elasticsearch==5.5.3
 # Additional dependencies for Heroku, AWS, and Google Cloud deployment
 uwsgi>=2.0.17,<2.1
-psycopg[binary]>=3.1,<3.2
+psycopg[binary]>=3.2.2,<3.3
 whitenoise==6.6.0
 boto3>=1.37,<1.38
 google-cloud-storage==2.13.0