refactor: Dropped support for Python 3.8 #390
Annotations
1 error and 3 warnings
Run Nox
Process completed with exit code 1.
|
Run Nox:
singer_sdk/mapper.py#L66
Attribute value was changed: `t.Dict[str, t.Union[str, dict, None]]` -> `dict[str, t.Union[str, dict, None]]`
|
Run Nox:
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]]`
|
Run Nox:
singer_sdk/helpers/types.py#L23
Attribute value was changed: `t.Dict[str, t.Any]` -> `dict[str, t.Any]`
|
Loading