From 93183526c3f4dd94200ccc23e1bce1b463db5cde Mon Sep 17 00:00:00 2001 From: Olivier Lando Date: Mon, 1 Jul 2024 15:31:09 +0200 Subject: [PATCH] fix(python) Fix context related error --- config/python.yaml | 2 ++ templates/python/configuration.mustache | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/config/python.yaml b/config/python.yaml index 547dd0e8..4c379998 100644 --- a/config/python.yaml +++ b/config/python.yaml @@ -1,4 +1,6 @@ changelog: + - 1.3.2 (2024-07-01): + - Fix python "context" error - 1.3.1 (2024-02-19): - Update VideoStatusIngest enum - 1.3.0 (2023-06-28): diff --git a/templates/python/configuration.mustache b/templates/python/configuration.mustache index 4dcd2c06..d2a4ffd1 100644 --- a/templates/python/configuration.mustache +++ b/templates/python/configuration.mustache @@ -147,7 +147,7 @@ conf = {{{packageName}}}.Configuration( api_key=None, api_key_prefix=None, access_token=None, username=None, password=None, - discard_unknown_keys=False, + discard_unknown_keys=True, disabled_client_side_validations="", {{#hasHttpSignatureMethods}} signing_info=None,