Skip to content

Python "typing" module deprecation. #744

@iliarusskikh

Description

@iliarusskikh

Prerequisites

  • I checked the documentation and found no answer to my problem
  • I checked the existing issues and made sure there are no similar bug reports

Category

Other

Expected Behavior

Hello,

As "typing" module is considered as deprecated, many components will not be available with new python releases. I believe entire stack would have to be reviewed to replace that module with a matching alternative. It's rarely shows a warning about deprecation since python 3.9 so it's not intuitive avoiding it.

"import typing as t" -> "import collections.abc as c".

Thanks

Observed Behavior

-

To Reproduce

No response

Version

latest

Environment Details (Optional)

Failure Logs (Optional)

Additional Information (Optional)

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions