From 26ce114bc7d973b740332da81d9fda4f4061ab43 Mon Sep 17 00:00:00 2001 From: Sergey Vanyushkin Date: Sun, 10 May 2026 08:52:57 +0300 Subject: [PATCH] fix: add psycopg2-binary dev dep for sync Postgres in CI tests --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 05e0599..af82863 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,6 +43,7 @@ dev = [ tests = [ "httpx>=0.28.1", "mimesis>=19.1.0", + "psycopg2-binary>=2.9.0", "pytest>=9.0.3", "pytest-asyncio>=1.3.0", "pytest-cov>=7.1.0",