Fix Docker build: bump psycopg for Python 3.14 wheels.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
orohi
2026-07-26 00:06:21 +03:00
co-authored by Cursor
parent 8b70d51c87
commit 865260cc9d
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -1,5 +1,3 @@
version: '3.8'
services: services:
db: db:
image: postgres:17 image: postgres:17
+1 -1
View File
@@ -24,7 +24,7 @@ pycparser==3.0
pydantic==2.12.5 pydantic==2.12.5
pydantic_core==2.41.5 pydantic_core==2.41.5
PyNaCl==1.6.2 PyNaCl==1.6.2
psycopg[binary]==3.2.9 psycopg[binary]==3.2.13
psycopg_pool==3.2.6 psycopg_pool==3.2.6
python-dotenv==1.2.2 python-dotenv==1.2.2
python-multipart==0.0.20 python-multipart==0.0.20