Skip to content

Commit d464f2f

Browse files
committed
TRIVIAL: relax version of PyYAML library
combining SDK with other libs is not possible due to this strict version lock
1 parent ce7d05c commit d464f2f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gooddata-sdk/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
python-dateutil >= 2.5.3
22
importlib-metadata >= 1.0 ; python_version >= "3.7"
3-
pyyaml==6.0
3+
pyyaml>=5.1
44
attrs==21.4.0
55
cattrs==22.1.0

gooddata-sdk/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"gooddata-scan-client~=0.8.0",
1313
'importlib-metadata >= 1.0 ; python_version >= "3.7"',
1414
"python-dateutil>=2.5.3",
15-
"pyyaml==6.0",
15+
"pyyaml>=5.1",
1616
"attrs==21.4.0",
1717
"cattrs==22.1.0",
1818
]

0 commit comments

Comments
 (0)