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
1 parent 74094d7 commit e1e7277Copy full SHA for e1e7277
pyproject.toml
@@ -66,8 +66,8 @@ keywords = [
66
67
[tool.poetry.dependencies]
68
python = "^3.8"
69
-packageurl-python = ">=0.11"
70
-py-serializable = ">=0.16,<0.18"
+packageurl-python = ">=0.11, <2"
+py-serializable = ">=0.16, <2"
71
sortedcontainers = "^2.4.0"
72
license-expression = "^30"
73
jsonschema = { version = "^4.18", extras=['format'], optional=true }
0 commit comments