Skip to content

Commit

Permalink
fix(python) Fix context related error
Browse files Browse the repository at this point in the history
  • Loading branch information
olivier-lando committed Jul 1, 2024
1 parent cedb915 commit 9318352
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions config/python.yaml
Original file line number Diff line number Diff line change
@@ -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):
Expand Down
2 changes: 1 addition & 1 deletion templates/python/configuration.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9318352

Please sign in to comment.