Skip to content

Commit

Permalink
Merge branch 'main' into manifest-fields
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski authored Jul 12, 2023
2 parents c60d651 + bac884e commit 5f410d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ test = [
"vcrpy<5",
]
urllib3 = ["urllib3>=1.26"]
validation = ["jsonschema>=4.0.1"]
# jsonschema v4.18.2 breaks validation, and it feels safer to set a ceiling rather than just skip this version. The ceiling should be removed when the v4.18 lineage has settled down and feels safer.
validation = ["jsonschema>=4.0.1,<4.18"]

[project.urls]
homepage = "https://github.com/stac-utils/pystac"
Expand Down

0 comments on commit 5f410d6

Please sign in to comment.