Skip to content

Commit

Permalink
Set an upper bound limit on Maison
Browse files Browse the repository at this point in the history
Limits Maison version to 2.0.0 to avoid import issues
  • Loading branch information
viniciuserrero authored Aug 21, 2024
1 parent 47039c9 commit c043a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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!"
Expand Down

0 comments on commit c043a8c

Please sign in to comment.