Skip to content

Commit af6e7c8

Browse files
fix: narrow jsonschema constraint to >=4.20,<4.21
- Update constraint from >=4.20,<5.0 to >=4.20,<4.21 for testing - Regenerate poetry.lock with narrower constraint - Testing if specific jsonschema 4.20.x version resolves CI failures Co-Authored-By: AJ Steers <[email protected]>
1 parent 8bdc7da commit af6e7c8

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

poetry.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ google-cloud-secret-manager = "^2.17.0"
4343
isodate = "~0.6.1"
4444
Jinja2 = "~3.1.2"
4545
jsonref = "~0.2"
46-
jsonschema = ">=4.20,<5.0"
46+
jsonschema = ">=4.20,<4.21"
4747
packaging = "*" # Transitive dependency used directly in code
4848
pandas = "2.2.3"
4949
psutil = "6.1.0" # TODO: Remove if unused

0 commit comments

Comments
 (0)