From e160ffc3cb9f36b07cac30257d0bec0db9a9da2d Mon Sep 17 00:00:00 2001 From: Ben Gyori Date: Wed, 4 Sep 2024 21:05:09 -0400 Subject: [PATCH] Test with Pydantic 2 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ef7f299a..f76a117a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -12,7 +12,7 @@ license_files = [options] install_requires = - pydantic>=1.10,<2.0.0 + pydantic>=2.0.0 sympy typing_extensions networkx