Fixed - `[builder]` PyPI check for published versions failed if the package has not been published yet
7.7.0
Changed - `[docker]` Rebase image to `Python 3.10.5` on `Alpine 3.16`
Fixed - `[dynamodb]` `ServiceResourse` `AttributeValue` now uses high-level `dynamodb` types (reported by sirrus233 in 148) - `[botocore-stubs]` Updated stubs for `BaseClient`, `Endpoint` and `HttpSession`
7.6.1
Fixed - `[services]` `Client` methods with an empty `botocore` shape now return `ResponseMetadata` instead of `None` (reported by adamnovak in 147 )
7.6.0
Notes
`boto3` drops Python 3.6 support in two weeks, so does `boto3-stubs`.
Changed - `[builder]` Added `TopologicalSorter` to sort TypedDicts based on their dependencies based on graphs.
Fixed - `[dynamodb]` `TypeDeserializer.deserialize` accepts `TypedDict` to be compatible with `client` method responses (reported by milanboers in 146) - `[dynamodb]` `TypeSerializer.serialize` returns `TypedDict` to be compatible with `client` method inputs (reported by milanboers in 146)
7.5.13
Fixed - `[dynamodb]` `Table` resource `ArgumentValue` annotations were incorrect because this resource converts types internally