Skip to content

Commit 56a0552

Browse files
committed
chore: Apply security updates
1 parent 88d964b commit 56a0552

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ REST API to manage your virtual devices.
44
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
55

66
- API version: 7.3.0
7-
- Package version: 0.4.0
7+
- Package version: 0.4.1
88
- Build package: org.openapitools.codegen.languages.PythonLegacyClientCodegen
99

1010
## Requirements.

corellium_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from __future__ import absolute_import
1616

17-
__version__ = "0.4.0"
17+
__version__ = "0.4.1"
1818

1919
# import apis into sdk package
2020
from corellium_api.api.corellium_api import CorelliumApi

corellium_api/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7878
self.default_headers[header_name] = header_value
7979
self.cookie = cookie
8080
# Set default User-Agent.
81-
self.user_agent = 'OpenAPI-Generator/0.4.0/python'
81+
self.user_agent = 'OpenAPI-Generator/0.4.1/python'
8282
self.client_side_validation = configuration.client_side_validation
8383

8484
async def __aenter__(self):

corellium_api/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ def to_debug_report(self):
386386
"OS: {env}\n"\
387387
"Python Version: {pyversion}\n"\
388388
"Version of the API: 7.3.0\n"\
389-
"SDK Package Version: 0.4.0".\
389+
"SDK Package Version: 0.4.1".\
390390
format(env=sys.platform, pyversion=sys.version)
391391

392392
def get_host_settings(self):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from setuptools import setup, find_packages # noqa: H301
1414

1515
NAME = "corellium-api"
16-
VERSION = "0.4.0"
16+
VERSION = "0.4.1"
1717
# To install the library, run the following
1818
#
1919
# python setup.py install

0 commit comments

Comments
 (0)