|  | 
| 5 | 5 | 
 | 
| 6 | 6 |     No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)  # noqa: E501 | 
| 7 | 7 | 
 | 
| 8 |  | -    The version of the OpenAPI document: release-1.34 | 
|  | 8 | +    The version of the OpenAPI document: release-1.33 | 
| 9 | 9 |     Generated by: https://openapi-generator.tech | 
| 10 | 10 | """ | 
| 11 | 11 | 
 | 
| @@ -159,17 +159,17 @@ def __init__(self, host="http://localhost", | 
| 159 | 159 |         """ | 
| 160 | 160 | 
 | 
| 161 | 161 |         self.proxy = None | 
|  | 162 | +        """Proxy URL | 
|  | 163 | +        """ | 
|  | 164 | +        self.no_proxy = None | 
| 162 | 165 | # Load proxy from environment variables (if set) | 
| 163 | 166 |         if os.getenv("HTTPS_PROXY"): self.proxy = os.getenv("HTTPS_PROXY") | 
| 164 | 167 |         if os.getenv("https_proxy"): self.proxy = os.getenv("https_proxy") | 
| 165 | 168 |         if os.getenv("HTTP_PROXY"): self.proxy = os.getenv("HTTP_PROXY") | 
| 166 | 169 |         if os.getenv("http_proxy"): self.proxy = os.getenv("http_proxy") | 
| 167 |  | -        self.no_proxy = None | 
| 168 | 170 |         # Load no_proxy from environment variables (if set) | 
| 169 | 171 |         if os.getenv("NO_PROXY"): self.no_proxy = os.getenv("NO_PROXY") | 
| 170 | 172 |         if os.getenv("no_proxy"): self.no_proxy = os.getenv("no_proxy") | 
| 171 |  | -        """Proxy URL | 
| 172 |  | -        """ | 
| 173 | 173 |         """bypass proxy for host in the no_proxy list. | 
| 174 | 174 |         """ | 
| 175 | 175 |         self.proxy_headers = None | 
| @@ -362,8 +362,8 @@ def to_debug_report(self): | 
| 362 | 362 |         return "Python SDK Debug Report:\n"\ | 
| 363 | 363 |                "OS: {env}\n"\ | 
| 364 | 364 |                "Python Version: {pyversion}\n"\ | 
| 365 |  | -               "Version of the API: release-1.34\n"\ | 
| 366 |  | -               "SDK Package Version: 34.0.0+snapshot".\ | 
|  | 365 | +               "Version of the API: release-1.33\n"\ | 
|  | 366 | +               "SDK Package Version: 33.1.0".\ | 
| 367 | 367 |                format(env=sys.platform, pyversion=sys.version) | 
| 368 | 368 | 
 | 
| 369 | 369 |     def get_host_settings(self): | 
|  | 
0 commit comments