diff --git a/pyproject.toml b/pyproject.toml index a559c483..db158977 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ documentation = "https://flyte.github.io/mqtt-io/" [tool.poetry.dependencies] python = "^3.6" -PyYAML = "^6.0" +PyYAML = "^6.0.1" Cerberus = "^1.3.2" typing-extensions = "^3.7.4" dataclasses = { version = "^0.8", python = ">=3.6,<3.7" }