refactor: Dropped support for Python 3.8 #391
api-changes.yml
on: pull_request
Check API Changes
11s
Annotations
1 error and 3 warnings
Check API Changes
Process completed with exit code 1.
|
StreamMapsDict:
singer_sdk/mapper.py#L66
Attribute value was changed: `t.Dict[str, t.Union[str, dict, None]]` -> `dict[str, t.Union[str, dict, None]]`
|
JSONtoSQLHandler:
singer_sdk/connectors/sql.py#L200
Attribute value was changed: `t.Union[t.Type[sa.types.TypeEngine], t.Callable[[dict], sa.types.TypeEngine]]` -> `t.Union[type[sa.types.TypeEngine], t.Callable[[dict], sa.types.TypeEngine]]`
|
Record:
singer_sdk/helpers/types.py#L23
Attribute value was changed: `t.Dict[str, t.Any]` -> `dict[str, t.Any]`
|