Skip to content

Commit d34883f

Browse files
author
BitsAdmin
committed
Merge branch 'mock_provider-Python-2030-11-13-online-1545-2025_09_09_15_55_57' into 'integration_2025-09-09_1049040793602'
feat: [development task] mock_provider-1545-Python (1637526) See merge request iaasng/volcengine-python-sdk!793
2 parents 23743ba + 0fffbee commit d34883f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"lasted": "4.0.16",
2+
"lasted": "4.0.17",
33
"meta_commit": "bec165b45c4db58c29f48d17810f5886d528cc90"
44
}

setup.py

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

55
NAME = "volcengine-python-sdk"
6-
VERSION = "4.0.16"
6+
VERSION = "4.0.17"
77
# To install the library, run the following
88
#
99
# python setup.py install

volcenginesdkcore/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
6767
self.default_headers[header_name] = header_value
6868
self.cookie = cookie
6969
# Set default User-Agent.
70-
self.user_agent = 'volcstack-python-sdk/4.0.16'
70+
self.user_agent = 'volcstack-python-sdk/4.0.17'
7171
self.client_side_validation = configuration.client_side_validation
7272

7373
self.interceptor_chain = InterceptorChain()

volcenginesdkcore/auth/providers/sts_provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import uuid
44
from datetime import datetime
55

6-
import dateutil.parser
6+
import dateutil.parser, dateutil.tz
77

88
from volcenginesdkcore import UniversalApi, UniversalInfo, ApiClient, Configuration
99
from .provider import Provider, CredentialValue

volcenginesdkcore/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ def to_debug_report(self):
267267
"OS: {env}\n" \
268268
"Python Version: {pyversion}\n" \
269269
"Version of the API: 0.1.0\n" \
270-
"SDK Package Version: 4.0.16".\
270+
"SDK Package Version: 4.0.17".\
271271
format(env=sys.platform, pyversion=sys.version)
272272

273273
@property

0 commit comments

Comments
 (0)