[Python APIView] Typing information lost in APIView
Open
APIView
Python
- Dominant language
- C#
- Stars
- 135
- Forks
- 260
- Avg merge
- 3d 1h
- Merged PRs (30d)
- 143
Description
APIVIew: https://apiview.dev/Assemblies/Review/998d0146014f4305bd4e6054b2eb56aa/b17be845ee244b8482a2891b86a3b838?diffRevisionId=616cc02cbd304a699634cbc709013c9f&doc=False&diffOnly=True

This was caused by a change in Azure-Core described here:
https://github.com/Azure/azure-sdk-for-python/commit/8685103afb5d1dab81614a9c6c840179cafe554c
The only changing some return types from `"CloudEvent"` to `CloudEvent[DataType]`. Not sure why this would affect the typing annotations in APIView.
cc/ @johanste
Contributor guide
Assessment
This issue has not been assessed yet.