ImportError: cannot import name 'ParamSpec' from 'typing_extensions'
Open
- Dominant language
- Scala
- Stars
- 1.9k
- Forks
- 247
- PR merge metrics
- No merged PRs in 30d
Description
seems caused by a recently added param spec reference:
related issue: https://github.com/Azure/azure-sdk-for-python/issues/23697
ParamSpec is added in 3.10:
https://docs.python.org/3/library/typing.html#typing.ParamSpec
and seems caused by this PR in azure-core:
https://github.com/Azure/azure-sdk-for-python/pull/22891
Contributor guide
Assessment
This issue has not been assessed yet.