From 4e2090b7637b20e9bb75ca4a281116265ee2a155 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Mon, 30 Sep 2024 14:24:28 +0200 Subject: [PATCH] Update pyproject.toml Co-authored-by: Glandos --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 24cbf6b3..f32ae1de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,8 +48,8 @@ dependencies = [ "qrcode>=7.1,<8", "requests>=2.25,<3", "SQLAlchemy-Continuum>=1.3.12,<2", - "SQLAlchemy>=1.3.0,<1.5", # New 1.4 changes API, see #728 + "SQLAlchemy>=1.3.0,<1.5", "python-dateutil", "pytest-libfaketime[dev]>=0.1.3", ]