Skip to content

Commit

Permalink
Updates for v2.0.1-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Concourse committed Nov 29, 2023
1 parent 3c519da commit dedc0e3
Show file tree
Hide file tree
Showing 11 changed files with 384 additions and 275 deletions.
2 changes: 1 addition & 1 deletion sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FINBOURNE Technology

This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 0.1.198
- API version: 0.1.199
- Package version: 2.0.1-beta
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
For more information, please visit [https://www.finbourne.com](https://www.finbourne.com)
Expand Down
Binary file modified sdk/dist/finbourne_horizon_sdk-2.0.1b0-py3-none-any.whl
Binary file not shown.
Binary file modified sdk/dist/finbourne_horizon_sdk-2.0.1b0.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion sdk/finbourne_horizon/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ def to_debug_report(self):
return "Python SDK Debug Report:\n"\
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: 0.1.198\n"\
"Version of the API: 0.1.199\n"\
"SDK Package Version: {package_version}".\
format(env=sys.platform, pyversion=sys.version, package_version=package_version)

Expand Down
10 changes: 1 addition & 9 deletions sdk/finbourne_horizon/extensions/__init__.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
from finbourne_horizon.extensions.api_client_builder import build_client
from finbourne_horizon.extensions.api_client_factory import SyncApiClientFactory, ApiClientFactory
from finbourne_horizon.extensions.configuration_loaders import (
ConfigurationLoader,
SecretsFileConfigurationLoader,
EnvironmentVariablesConfigurationLoader,
ArgsConfigurationLoader,
get_api_configuration,
)
from finbourne_horizon.extensions.api_configuration import ApiConfiguration
from finbourne_horizon.extensions.retry import RetryingRestWrapper, RetryingRestWrapperAsync
from finbourne_horizon.extensions.proxy_config import ProxyConfig
from finbourne_horizon.extensions.refreshing_token import RefreshingToken
from finbourne_horizon.extensions.api_client import SyncApiClient
from finbourne_horizon.extensions.rest import RESTClientObject
)
138 changes: 0 additions & 138 deletions sdk/finbourne_horizon/extensions/api_client_builder.py

This file was deleted.

Loading

0 comments on commit dedc0e3

Please sign in to comment.