### Bug Description a `py.typed` file is required otherwise type checkers will treat the package as untyped. see https://typing.python.org/en/latest/spec/distributing.html#packaging-type-information pyright for example complains on every import: ### Steps to Reproduce ```py from microsoft_teams.cards import AdaptiveCard ``` ### Expected Behavior no type error ### Actual Behavior pyright error: ``` Stub file not found for "microsoft_teams.cards" (reportMissingTypeStubs) ``` ### SDK Version 2.0.15 ### Python Version 3.14.6 ### Additional Context _No response_
Bug Description
a
py.typedfile is required otherwise type checkers will treat the package as untyped. see https://typing.python.org/en/latest/spec/distributing.html#packaging-type-informationpyright for example complains on every import:
Steps to Reproduce
Expected Behavior
no type error
Actual Behavior
pyright error:
SDK Version
2.0.15
Python Version
3.14.6
Additional Context
No response