Skip to content

Commit e1e7277

Browse files
authored
feat: support py-serializable v1.0 (#531)
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 74094d7 commit e1e7277

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ keywords = [
6666

6767
[tool.poetry.dependencies]
6868
python = "^3.8"
69-
packageurl-python = ">=0.11"
70-
py-serializable = ">=0.16,<0.18"
69+
packageurl-python = ">=0.11, <2"
70+
py-serializable = ">=0.16, <2"
7171
sortedcontainers = "^2.4.0"
7272
license-expression = "^30"
7373
jsonschema = { version = "^4.18", extras=['format'], optional=true }

0 commit comments

Comments
 (0)