From 56f34bd1ec00053a0536adb0d29e860361cc7108 Mon Sep 17 00:00:00 2001 From: Tiago Nobrega Date: Thu, 15 Aug 2024 16:04:05 -0300 Subject: [PATCH] build(deps): drop unnecessary pydantic-yaml Not needed anymore since Pydantic 2, where we model_dump() the model and then use PyYAML directly. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index a2f2dfae..344c704c 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,6 @@ def is_rtd() -> bool: "overrides!=7.6.0", "PyYAML", "pydantic>=2.0.0", - "pydantic-yaml[pyyaml]>=1.0.0", "pyxdg", "requests<2.32.0", "requests-unixsocket",