From 34409d3644d1b41f07787115833089bd1c41f896 Mon Sep 17 00:00:00 2001 From: Jeanderson Barros Candido <2225536+jeandersonbc@users.noreply.github.com> Date: Fri, 29 May 2026 14:42:10 +0200 Subject: [PATCH] fix: remove unused dependency --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 87b0801a..f8d4f62f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,6 @@ maintainers = [ {name = "Adyen", email = "support@adyen.com"}, ] keywords = ["payments", "adyen", "fintech"] -dependencies = ["pydantic>=2.0"] classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers",