-
Notifications
You must be signed in to change notification settings - Fork 46
Library Missing Stub File Typed #359
Copy link
Copy link
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
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
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:
Hope this helps improve the package experience for others too!