From d0b361a4a74e0c6bbef9694df2bd64a6ec740104 Mon Sep 17 00:00:00 2001 From: Kevin Tian Date: Wed, 19 Jun 2024 11:37:37 -0400 Subject: [PATCH] Add required pydantic version in setup (#1759) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f68ea9fec..0ae19f06e 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ "python-dateutil>=2.8.0", "websocket-client>=1.5.1", "ibm-platform-services>=0.22.6", - "pydantic", + "pydantic>=2.5.0", "qiskit>=1.1.0", ]