- Notifications
You must be signed in to change notification settings - Fork 31
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomerspr-size: smallMinimal code updateMinimal code updatetriage doneIssues that are triaged by dev team and are in investigation.Issues that are triaged by dev team and are in investigation.under development
Description
Discussed in #100
Originally posted by vinodkwb June 24, 2025
Thanks for building the Microsoft MSSQL-PYTHON package!
Noticed that the package currently lacks the py.typed marker file, which causes linters to generate warnings after installation via pip. This file is necessary for type checkers to recognize the package as typed.
To resolve the issue, I followed these steps:
- Added a plain py.typed file to the root directory of the package (no code, just an indicator).
- Reloaded VSCode, and the warnings were gone.

Hope this helps improve the package experience for others too!
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomerspr-size: smallMinimal code updateMinimal code updatetriage doneIssues that are triaged by dev team and are in investigation.Issues that are triaged by dev team and are in investigation.under development