From a725476ffca81785caeb8f1ad34ec964c7865577 Mon Sep 17 00:00:00 2001 From: "Dr. Jens Harbott" Date: Tue, 23 Jan 2024 11:15:13 +0100 Subject: [PATCH] Revert "fix SQLAlchemy version" This reverts commit 7b7a94bcce542c43f6630632fb4601a85a2c7a1e. Reason for revert: This conflicts with upper-constraints.txt Change-Id: I27a4a0f8ac4f63952167a8ec869db219efe34ded --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 957d35c..2681bac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ PyYAML>=5.4.1 # MIT immutables>=0.16 # Apache-2.0 alembic>=1.7.5 # MIT httpx>=0.16.1 # BSD License (3 clause) -SQLAlchemy>=1.3.24, <=1.4.41 # MIT +SQLAlchemy>=1.3.24 # MIT PyMySQL>=0.9.3 # MIT dnspython>=2.1.0 # ISC click>=7.1.2 # BSD License (3 clause)