We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c49f3cd commit 6ff0625Copy full SHA for 6ff0625
CHANGELOG-python.md
@@ -5,6 +5,8 @@ This changelog tracks the Python `svdtools` project. See
5
6
## [Unreleased]
7
8
+* Add support for PyYAML v6
9
+
10
## [v0.1.21] 2022-01-15
11
12
* Provide option to opt out of regex replace of 0's in description when
pyproject.toml
@@ -14,7 +14,7 @@ requires-python = ">=3.6"
14
description-file = "README.md"
15
requires = [
16
"click ~= 8.0",
17
- "PyYAML ~= 5.3",
+ "PyYAML >= 5.3, < 7",
18
"lxml ~= 4.6",
19
"braceexpand ~= 0.1.7",
20
]
0 commit comments