update deprecated type hints
Open
Backend
good first issue
technical debt
- Dominant language
- Python
- Stars
- 9
- Forks
- 31
- Avg merge
- 3d 19h
- Merged PRs (30d)
- 16
Description
We've been using `typing.Dict`, `typing.List`, `typing.Set`, etc. but they are deprecated since python 3.9 according to the documentation
https://docs.python.org/3/library/typing.html#aliases-to-built-in-types
Contributor guide
Research direction
No files or tests are named. Search the repository for typing.Dict, typing.List, typing.Set, and related aliases, then identify the affected Python files and existing test commands. Done means the deprecated aliases are updated consistently and the test suite still passes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- developer-experience
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100