Skip to content

Commit

Permalink
updated jsonschema
Browse files Browse the repository at this point in the history
  • Loading branch information
evalott100 committed Oct 1, 2024
1 parent 581c178 commit 0e3a785
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/install_requirements/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ inputs:
default: "3.x"
jsonschema_version:
description: version of the jsonschema pip package to install
default: 3
default: 4

runs:
using: composite
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- os: "ubuntu-latest"
python: "3.8"
install: ".[dev]"
jsonschema: 3
jsonschema: 4

runs-on: ${{ matrix.os }}
env:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ classifiers = [
description = "Data model used by the bluesky ecosystem"
dependencies = [
"importlib-resources",
"jsonschema>=3",
"jsonschema>=4",
"numpy",
"typing_extensions"
]
Expand Down

0 comments on commit 0e3a785

Please sign in to comment.