Skip to content

Commit

Permalink
Update with latest OpenAPI changes
Browse files Browse the repository at this point in the history
  • Loading branch information
moneykitt committed Oct 16, 2024
1 parent 77fe579 commit 6d42082
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 42 deletions.
2 changes: 1 addition & 1 deletion moneykit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Do not edit the class manually.
""" # noqa: E501

__version__ = "0.1.15"
__version__ = "0.2.0"

# import apis into sdk package
from moneykit.api.access_token_api import AccessTokenApi
Expand Down
2 changes: 1 addition & 1 deletion moneykit/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def __init__(
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = "OpenAPI-Generator/0.1.15/python"
self.user_agent = "OpenAPI-Generator/0.2.0/python"
self.client_side_validation = configuration.client_side_validation

def __enter__(self):
Expand Down
4 changes: 1 addition & 3 deletions moneykit/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,9 +405,7 @@ def to_debug_report(self):
"OS: {env}\n"
"Python Version: {pyversion}\n"
"Version of the API: 2023-02-18\n"
"SDK Package Version: 0.1.15".format(
env=sys.platform, pyversion=sys.version
)
"SDK Package Version: 0.2.0".format(env=sys.platform, pyversion=sys.version)
)

def get_host_settings(self):
Expand Down
73 changes: 37 additions & 36 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "moneykit"
version = "0.1.15"
version = "0.2.0"
description = "MoneyKit API"
authors = ["OpenAPI Generator Community <[email protected]>"]
license = "NoLicense"
Expand Down

0 comments on commit 6d42082

Please sign in to comment.