8000 fixed the version of typeguard as 3.0.0 introduces breaking changes · HarshvMahawar/tools-python@91b05dc · GitHub
[go: up one dir, main page]

Skip to content

Commit 91b05dc

Browse files
fixed the version of typeguard as 3.0.0 introduces breaking changes
Signed-off-by: Armin Tänzer <armin.taenzer@tngtech.com>
1 parent 8d2f497 commit 91b05dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
]
2525
urls = { Homepage = "https://github.com/spdx/tools-python" }
2626
requires-python = ">=3.7"
27-
dependencies = ["click", "pyyaml", "xmltodict", "rdflib", "typeguard", "uritools", "license_expression", "ply"]
27+
dependencies = ["click", "pyyaml", "xmltodict", "rdflib", "typeguard==2.13.3", "uritools", "license_expression", "ply"]
2828
dynamic = ["version"]
2929

3030
[project.optional-dependencies]

0 commit comments

Comments
 (0)
0