Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): update jsonschema requirement from <4.18,>=4.0.1 to >=4.0.1,<4.19 #1193

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ test = [
"doc8~=1.1",
"html5lib~=1.1",
"jinja2<4.0",
"jsonschema>=4.0.1,<4.18",
"jsonschema>=4.0.1,<4.19",
"mypy~=1.2",
"orjson~=3.8",
"pre-commit~=3.2",
Expand All @@ -75,7 +75,7 @@ test = [
]
urllib3 = ["urllib3>=1.26"]
# 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"]
validation = ["jsonschema>=4.0.1,<4.19"]

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