mypy-boto3-connectcases 1.28.81__py3-none-any.whl → 1.29.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10,8 +10,8 @@ def print_info() -> None:
10
10
  Print package info to stdout.
11
11
  """
12
12
  print(
13
- "Type annotations for boto3.ConnectCases 1.28.81\nVersion: 1.28.81\nBuilder"
14
- " version: 7.19.1\nDocs: "
13
+ "Type annotations for boto3.ConnectCases 1.29.0\nVersion: 1.29.0\nBuilder version:"
14
+ " 7.20.3\nDocs: "
15
15
  " https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases//\nBoto3 docs: "
16
16
  " https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases.html#ConnectCases\nOther"
17
17
  " services: https://pypi.org/project/boto3-stubs/\nChangelog: "
@@ -23,7 +23,7 @@ def print_version() -> None:
23
23
  """
24
24
  Print package version to stdout.
25
25
  """
26
- print("1.28.81")
26
+ print("1.29.0")
27
27
 
28
28
 
29
29
  def main() -> None:
@@ -68,7 +68,7 @@ else:
68
68
  __all__ = ("ConnectCasesClient",)
69
69
 
70
70
 
71
- class BotocoreClientError(BaseException):
71
+ class BotocoreClientError(Exception):
72
72
  MSG_TEMPLATE: str
73
73
 
74
74
  def __init__(self, error_response: Mapping[str, Any], operation_name: str) -> None:
@@ -66,7 +66,7 @@ else:
66
66
 
67
67
  __all__ = ("ConnectCasesClient",)
68
68
 
69
- class BotocoreClientError(BaseException):
69
+ class BotocoreClientError(Exception):
70
70
  MSG_TEMPLATE: str
71
71
 
72
72
  def __init__(self, error_response: Mapping[str, Any], operation_name: str) -> None: