Skip to content

Commit 7a945ea

Browse files
committed
CHORE: Couple mssql-python to mssql-python-odbc==18.6.2
Add exact-pinned mssql-python-odbc==18.6.2 to install_requires so mssql-python pulls the standalone ODBC Driver 18 package. Loader remains fallback-safe (uses bundled libs when the external package is absent/incomplete). AB#46586
1 parent f18b164 commit 7a945ea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ def run(self):
191191
# Add dependencies
192192
install_requires=[
193193
"azure-identity>=1.12.0", # Azure authentication library
194+
"mssql-python-odbc==18.6.2", # ODBC Driver 18 binaries (standalone package)
194195
],
195196
extras_require={
196197
"pyarrow": ["pyarrow>=14.0.0"],

0 commit comments

Comments
 (0)