Skip to content

Commit def67f7

Browse files
feat: broaden jsonschema constraint to >=4.17.3,<5.0 based on referencing compatibility test
Co-Authored-By: AJ Steers <[email protected]>
1 parent 5e485bd commit def67f7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ google-cloud-secret-manager = "^2.17.0"
4343
isodate = "~0.6.1"
4444
Jinja2 = "~3.1.2"
4545
jsonref = "~0.2"
46-
jsonschema = ">=4.18.0,<5.0"
46+
jsonschema = ">=4.17.3,<5.0"
4747
packaging = "*" # Transitive dependency used directly in code
48-
referencing = ">=0.30.0" # Required for jsonschema 4.18+ RefResolver migration
48+
referencing = ">=0.30.0" # Required for RefResolver migration, compatible with jsonschema 4.17.3+
4949
pandas = "2.2.3"
5050
psutil = "6.1.0" # TODO: Remove if unused
5151
pydantic = "^2.7"

0 commit comments

Comments
 (0)