Skip to content

Commit

Permalink
chore(deps): downgrade jsonschema dependency to 4.17 (#10)
Browse files Browse the repository at this point in the history
This maintains compatibility with python 3.7

Signed-off-by: Alex Gerveshi <[email protected]>
  • Loading branch information
agerveshi authored Sep 29, 2023
1 parent 671f7aa commit 39d557c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion THIRD-PARTY-LICENSES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
** Python-jsonschema; version 4.19 -- https://github.com/python-jsonschema/jsonschema
** Python-jsonschema; version 4.17 -- https://github.com/python-jsonschema/jsonschema
Copyright (c) 2013 Julian Berman

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ requires-python = ">=3.9"

dependencies = [
"pyyaml ~= 6.0",
"jsonschema >= 4.19.0, == 4.*",
"jsonschema >= 4.17.0, == 4.*",
]

[tool.hatch.build]
Expand Down

0 comments on commit 39d557c

Please sign in to comment.