python-betterproto icon indicating copy to clipboard operation
python-betterproto copied to clipboard

Use of deprecated `typing` aliases

Open JoshuaLeivers opened this issue 2 years ago • 0 comments

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. Betterproto uses some of these such as typing.Generator within src/betterproto/__init__.py.

JoshuaLeivers avatar Aug 21 '23 12:08 JoshuaLeivers