From c043a8c089ffce54a708f513ed6241d7a856db9b Mon Sep 17 00:00:00 2001 From: Vinicius Errero Date: Wed, 21 Aug 2024 10:13:46 -0300 Subject: [PATCH] Set an upper bound limit on Maison Limits Maison version to 2.0.0 to avoid import issues --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 94b5dda..4161ba7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ requires-python = ">=3.8" dependencies = [ "click>=8.1.3", "ruyaml>=0.91.0", - "maison>=1.4.0", + "maison>=1.4.0,<2.0.0", ] name = "yamlfix" description = "A simple opionated yaml formatter that keeps your comments!"