From 6961246095c1a27ece6b178144cad1c7f43cc0f0 Mon Sep 17 00:00:00 2001 From: Bruno Rocha Date: Wed, 20 Sep 2023 18:31:50 +0100 Subject: [PATCH] hotfix: jsonschema import error (#1894) Cannot import _legacy_validators from JSONSchema due to: https://github.com/python-openapi/openapi-schema-validator/issues/131 No-Issue --- integration_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_requirements.txt b/integration_requirements.txt index 5b3223faf2..15e71d24d6 100644 --- a/integration_requirements.txt +++ b/integration_requirements.txt @@ -5,7 +5,7 @@ ansible-core<2.13.0 pytest orionutils openapi-spec-validator -jsonschema +jsonschema<=4.19.0 hvac importlib_resources galaxykit @ git+https://github.com/ansible/galaxykit