Skip to content

Commit b8fa937

Browse files
resolve: merge conflict in pyproject.toml referencing dependency
- Accept aaronsteers' simplified comment for referencing dependency - Maintain jsonschema constraint >=4.17.3,<5.0 for broad compatibility - Complete merge of remote changes with local RefResolver migration work Co-Authored-By: AJ Steers <[email protected]>
2 parents f49761b + 5ccaca9 commit b8fa937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Jinja2 = "~3.1.2"
4545
jsonref = "~0.2"
4646
jsonschema = ">=4.17.3,<5.0"
4747
packaging = "*" # Transitive dependency used directly in code
48-
referencing = ">=0.30.0" # Required for RefResolver migration, compatible with jsonschema 4.17.3+
48+
referencing = ">=0.30.0"
4949
pandas = "2.2.3"
5050
psutil = "6.1.0" # TODO: Remove if unused
5151
pydantic = "^2.7"

0 commit comments

Comments
 (0)