From 0cd422da1dd25217916b54ba0e4019268b6a416f Mon Sep 17 00:00:00 2001 From: Joe Cheng Date: Wed, 21 Aug 2024 17:54:33 -0700 Subject: [PATCH] Work around griffe 1.0 breaking changes --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e06db054a..3d8cb8eb0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -135,7 +135,7 @@ doc = shinylive pydantic>=2.7.4 quartodoc==0.7.5 - griffe + griffe<1.0.0 [options.packages.find] include = shiny, shiny.*