Skip to content

Commit

Permalink
feat: support py-serializable v1.0 (#531)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck authored Jan 22, 2024
1 parent 74094d7 commit e1e7277
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ keywords = [

[tool.poetry.dependencies]
python = "^3.8"
packageurl-python = ">=0.11"
py-serializable = ">=0.16,<0.18"
packageurl-python = ">=0.11, <2"
py-serializable = ">=0.16, <2"
sortedcontainers = "^2.4.0"
license-expression = "^30"
jsonschema = { version = "^4.18", extras=['format'], optional=true }
Expand Down

0 comments on commit e1e7277

Please sign in to comment.