Skip to content

Commit 845aea7

Browse files
committed
Update with latest OpenAPI changes
1 parent 3740ace commit 845aea7

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

moneykit/api_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def __init__(
8181
self.default_headers[header_name] = header_value
8282
self.cookie = cookie
8383
# Set default User-Agent.
84-
self.user_agent = "OpenAPI-Generator/0.1.8/python"
84+
self.user_agent = "OpenAPI-Generator/0.1.10/python"
8585
self.client_side_validation = configuration.client_side_validation
8686

8787
def __enter__(self):

moneykit/configuration.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,9 @@ def to_debug_report(self):
406406
"OS: {env}\n"
407407
"Python Version: {pyversion}\n"
408408
"Version of the API: 2023-02-18\n"
409-
"SDK Package Version: 0.1.8".format(env=sys.platform, pyversion=sys.version)
409+
"SDK Package Version: 0.1.10".format(
410+
env=sys.platform, pyversion=sys.version
411+
)
410412
)
411413

412414
def get_host_settings(self):

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "moneykit"
3-
version = "0.1.8"
3+
version = "0.1.10"
44
description = "MoneyKit API"
55
authors = ["OpenAPI Generator Community <[email protected]>"]
66
license = "NoLicense"

0 commit comments

Comments
 (0)