From 7f29577006b858204058dc7c8af40e580c3be02b Mon Sep 17 00:00:00 2001 From: Kori Kuzma Date: Wed, 25 Oct 2023 08:20:56 -0400 Subject: [PATCH] build: properly pin pydantic v2 major version (#273) --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index c384e296..42c5d34f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -54,7 +54,7 @@ install_requires = jsonschema>=4.17.3 numpy pyyaml - pydantic ~= 2.3.0 + pydantic == 2.* setup_requires = cython pytest-runner