From 7ee551d44607f49f4eda671bed7ba72cf0eb41b5 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Fri, 6 Dec 2024 08:11:15 -0600 Subject: [PATCH] fix: require latest wuttjamaican need the cli discovery entry point to work --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e531391..ac28730 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ requires-python = ">= 3.8" dependencies = [ "makefun", "SQLAlchemy-Utils", - "WuttJamaican[db]", + "WuttJamaican[db]>=0.16.2", ]