From 056ff5108e14353b110290c32a697fdee4ea7b3e Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Thu, 30 Mar 2023 21:37:23 +0200 Subject: Migrate to psycopg3 SQLAlchemy 2.0 brings support for the latest version of the psycopg PostgreSQL database driver. With the migration to 2.0 done, we can switch to this now. --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index e2a8c0d..6cfc36c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,8 +20,9 @@ python-dateutil = "^2.8.2" quarg = 'quarg.main:main' [tool.poetry.group.dev.dependencies] -psycopg2-binary = "^2.9.5" ruff = "^0.0.260" +psycopg-binary = "^3.1.8" +psycopg = "^3.1.8" [build-system] requires = ["poetry-core"] -- cgit v1.2.3-2-gb3c3