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,