mypy-boto3-dynamodb 1.35.0__py3-none-any.whl → 1.35.24__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.
@@ -48,8 +48,10 @@ from .waiter import TableExistsWaiter, TableNotExistsWaiter
48
48
 
49
49
  Client = DynamoDBClient
50
50
 
51
+
51
52
  ServiceResource = DynamoDBServiceResource
52
53
 
54
+
53
55
  __all__ = (
54
56
  "Client",
55
57
  "DynamoDBClient",
@@ -10,9 +10,9 @@ def print_info() -> None:
10
10
  Print package info to stdout.
11
11
  """
12
12
  print(
13
- "Type annotations for boto3.DynamoDB 1.35.0\n"
14
- "Version: 1.35.0\n"
15
- "Builder version: 7.26.0\n"
13
+ "Type annotations for boto3.DynamoDB 1.35.24\n"
14
+ "Version: 1.35.24\n"
15
+ "Builder version: 8.1.1\n"
16
16
  "Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb//\n"
17
17
  "Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB\n"
18
18
  "Other services: https://pypi.org/project/boto3-stubs/\n"
@@ -24,7 +24,7 @@ def print_version() -> None:
24
24
  """
25
25
  Print package version to stdout.
26
26
  """
27
- print("1.35.0")
27
+ print("1.35.24")
28
28
 
29
29
 
30
30
  def main() -> None: