Skip to content

Commit

Permalink
Generate SDK with OpenAPI Generator Version 7.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DX-Bandwidth committed Apr 30, 2024
1 parent 06e1b26 commit 3c0ef9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,5 @@ docs/VoiceApiError.md
docs/VoiceCodeResponse.md
git_push.sh
pyproject.toml
requirements.txt
setup.py
test-requirements.txt
tox.ini
2 changes: 1 addition & 1 deletion bandwidth/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def __init__(
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = 'OpenAPI-Generator/16.0.0/python'
self.user_agent = 'OpenAPI-Generator/15.0.0/python'
self.client_side_validation = configuration.client_side_validation

def __enter__(self):
Expand Down

0 comments on commit 3c0ef9b

Please sign in to comment.