danielgtaylor / danielgtaylor/python-betterproto
Use of deprecated `typing` aliases
Open
enhancement
good first issue
- Dominant language
- Python
- Stars
- 1.8k
- Forks
- 234
- PR merge metrics
- No merged PRs in 30d
Description
Betterproto currently is using some `typing` imports that are now deprecated, though they are noted in the Python docs to be guaranteed to remain until at least 3.14.
For more details, see [this Python docs section](https://docs.python.org/3.11/library/typing.html#deprecated-aliases). Betterproto uses some of these such as `typing.Generator` within `src/betterproto/__init__.py`.
Contributor guide
Assessment
This issue has not been assessed yet.