Skip to content

Commit

Permalink
Bump: re-add jsonschema dependency for ansible-collection target in P…
Browse files Browse the repository at this point in the history
…yAVD (#4572)
  • Loading branch information
carlbuchmann authored Oct 9, 2024
1 parent 4f49d9d commit b302cfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion ansible_collections/arista/avd/docs/release-notes/5.x.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ title: Release Notes for AVD 5.x.x
### Changes to requirements

- AVD v.5.0.0 requires Python version 3.10 or newer.
- AVD no longer depends on the `jsonschema` Python library.
- AVD now requires the `cvprac` Python library to be version 1.4.0 or higher.<br>
The latest version can be installed with `pip install "cvprac>=1.4.0" --upgrade`.

Expand Down
2 changes: 2 additions & 0 deletions python-avd/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ ansible-collection = [
"netaddr>=0.7.19",
"PyYAML>=6.0.0",
"treelib>=1.5.5",
# jsonschema is required for the arista.cvp Ansible collection
"jsonschema>=3.2.0",
]

[build-system]
Expand Down

0 comments on commit b302cfa

Please sign in to comment.