From 5ae236f2288e8a9a6d101a535af2e4506184e675 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sat, 4 Oct 2025 10:08:26 -0500 Subject: [PATCH] fix: depend on latest rattail to bring in sqlalchemy-utils --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1f0996a0..df4af257 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ dependencies = [ "pyramid_mako", "pyramid_retry", "pyramid_tm", - "rattail[db,bouncer]>=0.20.1", + "rattail[db,bouncer]>=0.20.6", "sa-filters", "simplejson", "transaction",