Hi Matej! On 4/1/22 15:19, Matěj Cepl wrote:
Dne 01. 04. 22 v 13:39 John Paul Adrian Glaubitz napsal(a):
The latest version of the azure-core package has typing_extensions in its requires field. If I understand correctly, the typing_extenions package is required for older Python versions only.
Does anyone know which? The description isn't very clear.
Is that a problem? The module was introduced to backport changes which became available in 3.5, but since then it still continues as a testing ground for new extensions, so if you can you should still keep it around.
https://github.com/python/typing/blob/master/typing_extensions/README.rst
I still don't quite understand which versions of Python need the package and which don't. I assume it's required for Python versions below 3.7, correct? Adrian