From b4490f498b568b2cd0c4766d26dae0af46bf6773 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle?= Date: Thu, 26 Feb 2026 16:17:38 +0100 Subject: [PATCH] Update sqlparse --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index bd2f9fa7511..5c9bce3e106 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,7 +36,7 @@ install_requires = pydantic[dotenv]>=1.8.2,<3.0.0 python-dateutil>=2.8.2 readerwriterlock>=1.0.9 - sqlparse>=0.4.2 + sqlparse @ git+https://github.com/lorenzhs/sqlparse.git@8d379386c1c3e103ee67ef6582ea1b7c2296aa5b trio>=0.22.0 truststore>=0.10;python_version>="3.10" python_requires = >=3.9