From 29fc61d55b1230b44500a0bd072133086456a812 Mon Sep 17 00:00:00 2001 From: eric-forte-elastic <119343520+eric-forte-elastic@users.noreply.github.com> Date: Wed, 2 Aug 2023 10:16:12 -0400 Subject: [PATCH] updated pyproject.toml (#2991) --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b267afb3c..e0a0a4da1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,8 @@ dependencies = [ "marshmallow~=3.13.0", "pywin32 ; platform_system=='Windows'", "pytoml", - "PyYAML~=5.3", + "PyYAML~=5.3 ; python_version<='3.9'", + "PyYAML~=6.0.1 ; python_version>='3.10'", "requests~=2.27", "toml==0.10.0", "typing-inspect==0.8.0",