Quellcode durchsuchen

Bump psycopg to 3.2

To allow the use of Python 3.13
Sage Abdullah vor 1 Monat
Ursprung
Commit
fade9b15f0
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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