Explorar el Código

Bump psycopg to 3.2

To allow the use of Python 3.13
Sage Abdullah hace 1 mes
padre
commit
fade9b15f0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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