From d7e07f5fd0dd398dc024d5beeaf4750bb6a57351 Mon Sep 17 00:00:00 2001 From: Benji <46675043+BenjiU@users.noreply.github.com> Date: Sat, 22 Jul 2023 21:36:48 +0200 Subject: [PATCH] pin pyyaml to v6.0.1 (#326) * fixes #324 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }