Skip to content

Commit b8a5eaf

Browse files
Allow for earlier versions of pyyaml (#82)
## 💌 Description Requiring pyyaml>=6 makes it impossible to install this tool if other dependencies in your project, such as awscli, require pyyaml<6. Giving this dependency more flexibility will allow me to use it in my project. I assume it will not break the behavior of the tool. Please let me know if I'm wrong or if this project is directly depending on features only available in Pyyaml 6. Thanks for making this! Co-authored-by: Dariusz Porowski <3431813+DariuszPorowski@users.noreply.github.com>
1 parent 6d24709 commit b8a5eaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ python = ">=3.8.1,<4.0"
5353
mkdocs = "^1.4.3"
5454
igittigitt = "^2.1.2"
5555
schema = "^0.7.5"
56-
pyyaml = "^6.0"
56+
pyyaml = ">=5,<7"
5757
pyyaml-env-tag = "^0.1"
5858

5959
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)