Skip to content

Commit

Permalink
Bump: Python library cvprac>=1.4.0 (#4369)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbuchmann authored Aug 19, 2024
1 parent b726063 commit 740a1ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ansible_collections/arista/avd/docs/release-notes/5.x.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ title: Release Notes for AVD 5.x.x

- 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`.

### Removal of Ansible plugins

Expand Down
2 changes: 1 addition & 1 deletion python-avd/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ansible = [
]
ansible-collection = [
"anta>=1.0.0",
"cvprac>=1.3.1",
"cvprac>=1.4.0",
"netaddr>=0.7.19",
"PyYAML>=6.0.0",
"treelib>=1.5.5",
Expand Down

0 comments on commit 740a1ae

Please sign in to comment.