From ace1f1dc7b571b24550182b57c14387de989a532 Mon Sep 17 00:00:00 2001 From: gmuloc Date: Thu, 21 Sep 2023 16:15:32 +0200 Subject: [PATCH 1/2] Doc: Add updated requirements for jsonschema in 4.2.0 --- ansible_collections/arista/avd/docs/release-notes/4.x.x.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ansible_collections/arista/avd/docs/release-notes/4.x.x.md b/ansible_collections/arista/avd/docs/release-notes/4.x.x.md index 2bf4dc08aed..0b4ef13d4a9 100644 --- a/ansible_collections/arista/avd/docs/release-notes/4.x.x.md +++ b/ansible_collections/arista/avd/docs/release-notes/4.x.x.md @@ -123,6 +123,11 @@ - Refactor(eos_designs) - Using common method for raising duplicate detection error in python_modules by @Shivani-chourasiya in https://github.com/aristanetworks/ansible-avd/pull/3033 - Refactor(eos_designs) - Deprecating port_channel.short_esi under connected_endpoints by @Shivani-chourasiya in https://github.com/aristanetworks/ansible-avd/pull/3027 +### Changes to requirements + +- AVD now requires an upper bound on the version of the Python package `jsonschema>=4.5.1,<4.18`.
+ A supported version can be installed with `pip install "jsonschema>=4.5.1,<4.18"`. + ## Release 4.1.0 ### Fixed issues in eos_designs From c4d1240541784f33779f3bfe7f340c855cebdb05 Mon Sep 17 00:00:00 2001 From: gmuloc Date: Thu, 21 Sep 2023 20:26:01 +0200 Subject: [PATCH 2/2] Doc: Order --- .../arista/avd/docs/release-notes/4.x.x.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ansible_collections/arista/avd/docs/release-notes/4.x.x.md b/ansible_collections/arista/avd/docs/release-notes/4.x.x.md index 0b4ef13d4a9..f21136f1a20 100644 --- a/ansible_collections/arista/avd/docs/release-notes/4.x.x.md +++ b/ansible_collections/arista/avd/docs/release-notes/4.x.x.md @@ -71,6 +71,11 @@ ## Release 4.2.0 +### Changes to requirements + +- AVD now requires an upper bound on the version of the Python package `jsonschema>=4.5.1,<4.18`.
+ A supported version can be installed with `pip install "jsonschema>=4.5.1,<4.18"`. + ### Fixed issues in eos_cli_config_gen - Fix(eos_cli_config_gen) - Force domain_identifier to be a string by @hamptonmoore in https://github.com/aristanetworks/ansible-avd/pull/2997 @@ -123,11 +128,6 @@ - Refactor(eos_designs) - Using common method for raising duplicate detection error in python_modules by @Shivani-chourasiya in https://github.com/aristanetworks/ansible-avd/pull/3033 - Refactor(eos_designs) - Deprecating port_channel.short_esi under connected_endpoints by @Shivani-chourasiya in https://github.com/aristanetworks/ansible-avd/pull/3027 -### Changes to requirements - -- AVD now requires an upper bound on the version of the Python package `jsonschema>=4.5.1,<4.18`.
- A supported version can be installed with `pip install "jsonschema>=4.5.1,<4.18"`. - ## Release 4.1.0 ### Fixed issues in eos_designs