Skip to content

Commit 4de0888

Browse files
authored
Merge pull request #3 from corellium/CORE-15726
chore(): CORE-15726 - Update setuptools
2 parents 56a0552 + 81c2b6d commit 4de0888

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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.1
7+
- Package version: 0.4.2
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.1"
17+
__version__ = "0.4.2"
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.1/python'
81+
self.user_agent = 'OpenAPI-Generator/0.4.2/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.1".\
389+
"SDK Package Version: 0.4.2".\
390390
format(env=sys.platform, pyversion=sys.version)
391391

392392
def get_host_settings(self):

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
future; python_version<="2.7"
22
six >= 1.10
33
python_dateutil >= 2.9
4-
setuptools >= 70.0
4+
setuptools >= 80.0
55
urllib3 >= 1.26.20

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.1"
16+
VERSION = "0.4.2"
1717
# To install the library, run the following
1818
#
1919
# python setup.py install

0 commit comments

Comments
 (0)