forked from test2/Amnezia-Web-Panel-main
Fix Docker build: bump psycopg for Python 3.14 wheels.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
image: postgres:17
|
image: postgres:17
|
||||||
|
|||||||
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user