From bf46a1a79c308076a52e1d072fcf9898b4ca7998 Mon Sep 17 00:00:00 2001 From: Alex Lowe Date: Tue, 18 Jul 2023 19:04:25 -0500 Subject: [PATCH] deps: freeze pydantic-yaml <1.0.0 (#498) pydantic-yaml 1.0.0 changes the API a bit and will need some small refactoring. (cherry picked from commit 5b463227712ac3077a4b78e4e69ca1c93b091832) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 77b451c1e..912338c5a 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ def is_rtd() -> bool: "overrides", "PyYAML", "pydantic>=1.9.0,<2.0.0", - "pydantic-yaml[pyyaml]", + "pydantic-yaml[pyyaml]>=0.11.0,<1.0.0", "pyxdg", "requests", "requests-unixsocket",