From 5b9d175416425dfb70272890923b6b1313d8ed69 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 29 Oct 2025 13:17:47 -0400 Subject: [PATCH] use binary for psycopg2 and psycopg Change-Id: Ieea8a90ca2dabd7675d9ce09e93c0399dd409f54 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 173e0b05a6..b5a378974a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -121,8 +121,8 @@ tests-sqlite-file = [{include-group = "tests-sqlite"}] tests-sqlite-file-asyncio = [{include-group = "tests-sqlite-asyncio"}] tests-postgresql = [ - "sqlalchemy[postgresql]", - "sqlalchemy[postgresql-psycopg]", + "sqlalchemy[postgresql-psycopg2binary]", + "sqlalchemy[postgresql-psycopgbinary]", "sqlalchemy[postgresql-pg8000]", ] -- 2.47.3