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.
py-serializable 0.17
1 parent 1080b73 commit 9f24220Copy full SHA for 9f24220
pyproject.toml
@@ -65,10 +65,9 @@ keywords = [
65
"Funding" = "https://owasp.org/donate/?reponame=www-project-cyclonedx&title=OWASP+CycloneDX"
66
67
[tool.poetry.dependencies]
68
-# ATTENTION: keep `deps.lowest.r` file in sync
69
python = "^3.8"
70
-packageurl-python = ">= 0.11"
71
-py-serializable = "^0.16"
+packageurl-python = ">=0.11"
+py-serializable = ">=0.16,<0.18"
72
sortedcontainers = "^2.4.0"
73
license-expression = "^30"
74
jsonschema = { version = "^4.18", extras=['format'], optional=true }
0 commit comments