From 671e5b78d1a5cca3d5d49f04cddc3bdd2708f3ac Mon Sep 17 00:00:00 2001 From: thomasc Date: Thu, 26 Mar 2026 17:11:29 +0100 Subject: [PATCH] IEX-2493 add pydantic v2 as core dependency --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index bdd60865..bfd89c52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,6 +15,7 @@ maintainers = [ {name = "Adyen", email = "support@adyen.com"}, ] keywords = ["payments", "adyen", "fintech"] +dependencies = ["pydantic>=2.0"] classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers",