From c8f6d66a893258b04d5e8dfd5623c37f333cf6c1 Mon Sep 17 00:00:00 2001 From: James Estevez Date: Fri, 3 May 2024 15:08:42 -0700 Subject: [PATCH] Temporarily pin SQLAlchemy (#3776) Postpone SQLAlchemy 2.0 migration until we get the WI included in a future sprint. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1d94df527f..b04f0b66c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ dependencies = [ "selenium<4", "simple-salesforce==1.11.4", "snowfakery", - "SQLAlchemy", + "SQLAlchemy<2", "xmltodict", ]