Skip to content

Commit

Permalink
add pyyaml dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedabu98 committed Jun 18, 2024
1 parent 9aaa02d commit 0296f60
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sdks/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ def get_portability_package_data():
'requests>=2.24.0,<3.0.0,!=2.32.*',
'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.
Expand All @@ -414,7 +415,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',
Expand Down Expand Up @@ -513,7 +513,6 @@ def get_portability_package_data():
'yaml': [
'docstring-parser>=0.15,<1.0',
'jinja2>=3.0,<3.1',
'pyyaml>=3.12,<7.0.0',
'virtualenv-clone>=0.5,<1.0',
] + dataframe_dependency
},
Expand Down

0 comments on commit 0296f60

Please sign in to comment.