From 703cdeb74164ae1c99cfdccd164c7c8b7ee0f650 Mon Sep 17 00:00:00 2001 From: Markus Johansson Date: Thu, 30 Jan 2025 14:23:27 +0100 Subject: [PATCH] Updated gens python deps --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 0b6594ac..ac7c9f87 100644 --- a/setup.py +++ b/setup.py @@ -39,6 +39,8 @@ "connexion==2.14.2", "flask-compress", "tabulate", + "pydantic", + "pydantic-settings", ], setup_requires=["pytest-runner"], tests_require=["pytest", "mongomock"],