From ec21b35f923cd1688f97a6fa939f9f11af692816 Mon Sep 17 00:00:00 2001 From: Ahmed Abualsaud Date: Thu, 10 Oct 2024 21:59:13 +0300 Subject: [PATCH] dependency fix --- sdks/python/setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sdks/python/setup.py b/sdks/python/setup.py index 6eb74e9099c18..04da79c552943 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -391,6 +391,7 @@ def get_portability_package_data(): 'sortedcontainers>=2.4.0', 'typing-extensions>=3.7.0', 'zstandard>=0.18.0,<1', + 'pyyaml>=3.12,<7.0.0', # Dynamic dependencies must be specified in a separate list, otherwise # Dependabot won't be able to parse the main list. Any dynamic # dependencies will not receive updates from Dependabot. @@ -417,7 +418,6 @@ def get_portability_package_data(): 'pandas<2.2.0', 'parameterized>=0.7.1,<0.10.0', 'pyhamcrest>=1.9,!=1.10.0,<3.0.0', - 'pyyaml>=3.12,<7.0.0', 'requests_mock>=1.7,<2.0', 'tenacity>=8.0.0,<9', 'pytest>=7.1.2,<8.0', @@ -525,7 +525,6 @@ def get_portability_package_data(): 'yaml': [ 'docstring-parser>=0.15,<1.0', 'jinja2>=3.0,<3.2', - 'pyyaml>=3.12,<7.0.0', 'virtualenv-clone>=0.5,<1.0', # https://github.com/PiotrDabkowski/Js2Py/issues/317 'js2py>=0.74,<1; python_version<"3.12"',