From 747a6c3099defc9f6b0c6e58e7aea8c7af9f55df Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 3 Jul 2023 13:12:33 -0700 Subject: [PATCH] main branch doesn't work with pydantic 2.0 yet --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 309b5b17..e27f35ce 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ def get_long_description(): "openai", "click-default-group-wheel", "sqlite-utils", - "pydantic", + "pydantic<2.0", "PyYAML", "pluggy", ],