Skip to content

Commit

Permalink
Backport PR #1487: add upper pin to jsonschema
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamJamieson committed Mar 20, 2023
1 parent 867c563 commit efafac8
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,12 @@ jobs:
include:
- package_name: asdf-standard
repository: asdf-format/asdf-standard
ref: master
ref: main
install_command: pip install -e .[test]
test_command: pytest
- package_name: asdf-transform-schemas
repository: asdf-format/asdf-transform-schemas
ref: master
ref: main
install_command: pip install -e .[test]
test_command: pytest
- package_name: asdf-unit-schemas
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ jobs:
test_command: pytest
- package_name: asdf-standard
repository: asdf-format/asdf-standard
ref: master
ref: main
install_command: pip install -e .[test]
test_command: pytest
- package_name: asdf-transform-schemas
repository: asdf-format/asdf-transform-schemas
ref: master
ref: main
install_command: pip install -e .[test]
test_command: pytest
- package_name: asdf-wcs-schemas
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ repos:
exclude: "asdf/extern/.*"

- repo: https://github.com/pycqa/isort
rev: 5.11.1
rev: 5.12.0
hooks:
- id: isort

Expand Down
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2.14.4 (2022-03-17)
-------------------

The ASDF Standard is at v1.6.0

- require jsonschema<4.18 [#1487]

2.14.3 (2022-12-15)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies = [
'importlib_resources >=3; python_version <"3.9"',
'importlib-metadata >=4.11.4',
'jmespath >=0.6.2',
'jsonschema >=4.0.1',
'jsonschema<4.18,>=4.0.1',
'numpy >=1.18',
'packaging >=16.0',
'pyyaml >=3.10',
Expand Down

0 comments on commit efafac8

Please sign in to comment.