Skip to main content

General Availability Release

mssql‑python is now Generally Available (GA) as Microsoft’s official Python driver for SQL Server, Azure SQL, and SQL databases in Fabric. This release delivers a production‑ready, high‑performance, and developer‑friendly experience.

What makes mssql-python different?

Powered by DDBC – Direct Database Connectivity

Most Python SQL Server drivers, including pyodbc, route calls through the Driver Manager, which has slightly different implementations across Windows, macOS, and Linux. This results in inconsistent behavior and capabilities across platforms. Additionally, the Driver Manager must be installed separately, creating friction for both new developers and when deploying applications to servers.

At the heart of the mssql-python driver is DDBC (Direct Database Connectivity) — a lightweight, high-performance C++ layer that replaces the platform’s Driver Manager.

Key Advantages:

  • Provides a consistent, cross-platform backend that handles connections, statements, and memory directly.
  • Interfaces directly with the native SQL Server drivers.
  • Integrates with the same TDS core library that powers the ODBC driver.

Why is this architecture important?

By simplifying the architecture, DDBC delivers:

  • Consistency across platforms
  • Lower function call overhead
  • Zero external dependencies on Windows (pip install mssql-python is all you need)
  • Full control over connections, memory, and statement handling

Built with PyBind11 + Modern C++ for Performance and Safety

To expose the DDBC engine to Python, mssql-python uses PyBind11 – a modern C++ binding library.

PyBind11 provides:

  • Native-speed execution with automatic type conversions
  • Memory-safe bindings
  • Clean and Pythonic API, while performance-critical logic remains in robust, maintainable C++.

What's new in v1.15.0

Enhancements

  • Faster parameterized queries with setinputsizes() - Queries that declare parameter types up front now execute measurably faster (up to ~50%), especially repeated execute() workloads. No code changes needed (#736).
  • memoryview Support in Binary() - Binary() now accepts memoryview objects in addition to existing bytes-like inputs (#741).
  • Module-Level SQL Server Type Constants - SQL Server-specific type constants are now available directly from the mssql_python module for simpler API access (#764).

Bug Fixes

  • Concurrent Logging No Longer Deadlocks - Logging now avoids GIL and mutex lock-order inversions during concurrent multithreaded use (#678).
  • Correct Rust Core in Windows ARM64 Wheels - Windows ARM64 wheels now vendor the matching mssql_py_core binary, restoring installation and bulk-copy compatibility (#737).
  • Reliable Package-Local DLL Loading on Windows - Bundled driver and authentication DLLs are resolved from package-local directories for more reliable deployment (#735).
  • Consistent Decimal Parameter Binding - Decimal values are now bound as SQL_NUMERIC regardless of their value, preventing inconsistent parameter typing (#742).
  • ODBC 3.x Parameter Types - Parameter binding now uses ODBC 3.x types instead of obsolete ODBC 2.x types for improved standards compatibility (#758).
  • Database Name Metadata Is Decoded - Connection.getinfo(SQL_DATABASE_NAME) now returns correctly decoded text (#771).
  • Mixed Cursor Cleanup No Longer Crashes at Shutdown - Cleanup for connections with mixed cursor states no longer causes a process-shutdown crash (#772).

For more information, please visit the project link on Github: https://github.com/microsoft/mssql-python

If you have any feedback, questions or need support please mail us at mssql-python@microsoft.com.

What's Next

As we continue to refine the driver and add new features, you can expect regular updates, optimizations, and bug fixes. We encourage you to contribute, provide feedback and report any issues you encounter, as this will help us improve the driver.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

mssql_python-1.15.0-cp314-cp314-win_arm64.whl (5.2 MB view details)

Uploaded CPython 3.14Windows ARM64

mssql_python-1.15.0-cp314-cp314-win_amd64.whl (5.4 MB view details)

Uploaded CPython 3.14Windows x86-64

mssql_python-1.15.0-cp314-cp314-musllinux_1_2_x86_64.whl (8.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

mssql_python-1.15.0-cp314-cp314-musllinux_1_2_aarch64.whl (7.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

mssql_python-1.15.0-cp314-cp314-manylinux_2_28_x86_64.whl (8.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

mssql_python-1.15.0-cp314-cp314-manylinux_2_28_aarch64.whl (7.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

mssql_python-1.15.0-cp314-cp314-macosx_15_0_universal2.whl (10.0 MB view details)

Uploaded CPython 3.14macOS 15.0+ universal2 (ARM64, x86-64)

mssql_python-1.15.0-cp313-cp313-win_arm64.whl (4.9 MB view details)

Uploaded CPython 3.13Windows ARM64

mssql_python-1.15.0-cp313-cp313-win_amd64.whl (5.2 MB view details)

Uploaded CPython 3.13Windows x86-64

mssql_python-1.15.0-cp313-cp313-musllinux_1_2_x86_64.whl (7.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

mssql_python-1.15.0-cp313-cp313-musllinux_1_2_aarch64.whl (6.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

mssql_python-1.15.0-cp313-cp313-manylinux_2_28_x86_64.whl (7.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

mssql_python-1.15.0-cp313-cp313-manylinux_2_28_aarch64.whl (7.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

mssql_python-1.15.0-cp313-cp313-macosx_15_0_universal2.whl (10.0 MB view details)

Uploaded CPython 3.13macOS 15.0+ universal2 (ARM64, x86-64)

mssql_python-1.15.0-cp312-cp312-win_arm64.whl (4.9 MB view details)

Uploaded CPython 3.12Windows ARM64

mssql_python-1.15.0-cp312-cp312-win_amd64.whl (5.2 MB view details)

Uploaded CPython 3.12Windows x86-64

mssql_python-1.15.0-cp312-cp312-musllinux_1_2_x86_64.whl (7.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

mssql_python-1.15.0-cp312-cp312-musllinux_1_2_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

mssql_python-1.15.0-cp312-cp312-manylinux_2_28_x86_64.whl (7.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

mssql_python-1.15.0-cp312-cp312-manylinux_2_28_aarch64.whl (6.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

mssql_python-1.15.0-cp312-cp312-macosx_15_0_universal2.whl (10.0 MB view details)

Uploaded CPython 3.12macOS 15.0+ universal2 (ARM64, x86-64)

mssql_python-1.15.0-cp311-cp311-win_arm64.whl (4.9 MB view details)

Uploaded CPython 3.11Windows ARM64

mssql_python-1.15.0-cp311-cp311-win_amd64.whl (5.2 MB view details)

Uploaded CPython 3.11Windows x86-64

mssql_python-1.15.0-cp311-cp311-musllinux_1_2_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

mssql_python-1.15.0-cp311-cp311-musllinux_1_2_aarch64.whl (5.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

mssql_python-1.15.0-cp311-cp311-manylinux_2_28_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

mssql_python-1.15.0-cp311-cp311-manylinux_2_28_aarch64.whl (6.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

mssql_python-1.15.0-cp311-cp311-macosx_15_0_universal2.whl (9.9 MB view details)

Uploaded CPython 3.11macOS 15.0+ universal2 (ARM64, x86-64)

mssql_python-1.15.0-cp310-cp310-win_amd64.whl (5.2 MB view details)

Uploaded CPython 3.10Windows x86-64

mssql_python-1.15.0-cp310-cp310-musllinux_1_2_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

mssql_python-1.15.0-cp310-cp310-musllinux_1_2_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

mssql_python-1.15.0-cp310-cp310-manylinux_2_28_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

mssql_python-1.15.0-cp310-cp310-manylinux_2_28_aarch64.whl (5.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

mssql_python-1.15.0-cp310-cp310-macosx_15_0_universal2.whl (9.9 MB view details)

Uploaded CPython 3.10macOS 15.0+ universal2 (ARM64, x86-64)

File details

Details for the file mssql_python-1.15.0-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for mssql_python-1.15.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 f91c5d9027ed044d0d954525a05ce87fbcc5ac5a9c02072f0e50e391f37ed3dc
MD5 4068e8823f350543e49049f1e6fdabae
BLAKE2b-256 6ff3175854dc9ca8ad74cd1823c94d82cfbd58b8f9602401f056f834245125d6

See more details on using hashes here.

File details

Details for the file mssql_python-1.15.0-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for mssql_python-1.15.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 cf265057da5337aa134358b97f80b0e4a118661848ccaff52db61d912c36d6f5
MD5 aa5a019622cb50442ed8a7e2ed7b3a43
BLAKE2b-256 afe80793bdcd7016adf52c8f39ac8e1abd1f0eeef658c75d25e90ecc36a3a733

See more details on using hashes here.

File details

Details for the file mssql_python-1.15.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mssql_python-1.15.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c7305c55ba30bb9135e7273ffcb6624a1d25546c8b09033e12d9631d5f1e8e65
MD5 2c36b1d15c6d19a6fc89e58c930d41dd
BLAKE2b-256 96c9f3bdb4bf3fcac6102abdc4194a4b43b77a8da155e69c4c8aa1c18dbce265

See more details on using hashes here.

File details

Details for the file mssql_python-1.15.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mssql_python-1.15.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dcb141191daf6214f614907e40de2559aba9ff97f570ab2d4e3c1f02958c7e76
MD5 dbb163ad73af7df055e3acb1d9523786
BLAKE2b-256 0c675fb9ec913454cddd4a27ce9e142b1b5edc01d96dec25e8ec2c15ef12311f

See more details on using hashes here.

File details

Details for the file mssql_python-1.15.0-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mssql_python-1.15.0-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 69640f8ea7726e9c1d7b673098baec4b7b637bb5b144764e2e688cade664064d
MD5 441294dc136443919710f9218bb55497
BLAKE2b-256 c7bf50d2e0911f383038e59cda0730c52a82a1fcd0763d084ebefd6b3f5387cd

See more details on using hashes here.

File details

Details for the file mssql_python-1.15.0-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mssql_python-1.15.0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 061670881c8b6f395aa1dad606fe2ff68af579367f91effde436e9f10042152d
MD5 17391037d3a9af74b57a8e8d941c42cc
BLAKE2b-256 ce6a361e2e7fd7e1fccfcc3e7e56ab6793b0018b4b61597e6afd21171a350c47

See more details on using hashes here.

File details

Details for the file mssql_python-1.15.0-cp314-cp314-macosx_15_0_universal2.whl.

File metadata

File hashes

Hashes for mssql_python-1.15.0-cp314-cp314-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 6b4f7826e22e7c0ae8613cf78509a81ce4f5d95f7a16b10493bc073653bb0176
MD5 ba5f1c2fe488eb0fdaadefdc29fa5ef8
BLAKE2b-256 ccfc0942797afac9b2cf74b59ce3255364040ba3f50ba551c701df6e6262ffdb

See more details on using hashes here.

File details

Details for the file mssql_python-1.15.0-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for mssql_python-1.15.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 7b08b2906ff7339f9fb1752b21a6f25a8a00c36fc311a1371b9ca4c2bd66a0e3
MD5 2d11c6bd5ec1da71f600795b08596566
BLAKE2b-256 e18ba51b4485b303aa536a9fec1a84ac5927b81932a9764e4cabb0645f7933ab

See more details on using hashes here.

File details

Details for the file mssql_python-1.15.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for mssql_python-1.15.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 1f88f4497d2e40c75bfeb37b6fe0a790b661ac9049dd85f4a5b85143c2cd1f68
MD5 e26acdd3e06f1ee937890cf280772ed5
BLAKE2b-256 5e2f79ee4ec452e02af4fa3146818b976c1b00f0c8d8362faf031d292c4bca9a

See more details on using hashes here.

File details

Details for the file mssql_python-1.15.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mssql_python-1.15.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e16bcad380466cc6232852d372f48ef4c23c981f4d5e12698957b398c4bd04e2
MD5 8b492e2b20d28db59e31241ee078ec7b
BLAKE2b-256 59e68f9825141b9875728cba0a5f402ad408e8fbab741412c6747e98b021e639

See more details on using hashes here.

File details

Details for the file mssql_python-1.15.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mssql_python-1.15.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f92146ce5ba3f52838041df2cc699be508a2632fc50c25599844f7b50a016fb4
MD5 ea59299bd8ea4779db35d8f4aca56c59
BLAKE2b-256 fdaa275d459975bc06b92826226e1f631e8a6e59e27325927bc487a8d16abf49

See more details on using hashes here.

File details

Details for the file mssql_python-1.15.0-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mssql_python-1.15.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 384d5729eed457047cfb3b506f489950700f10d285370d388312807b3bcffa17
MD5 9bb0a9c3fbcf5b8e515e015e9d923c8f
BLAKE2b-256 75c7591359e2ce07bf8024d372484be8fbb58d292425381763487d16f2fab626

See more details on using hashes here.

File details

Details for the file mssql_python-1.15.0-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mssql_python-1.15.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1614c5d32fe5ddf30bb5a576412280eeb588a7bf371a6a81de3588c741059c13
MD5 64e500aa1baa2af74daac09fad3a5346
BLAKE2b-256 852640b7cd3a6cb5ae13b3278192f31df3fa2ef3e153255d56662d71da2ae772

See more details on using hashes here.

File details

Details for the file mssql_python-1.15.0-cp313-cp313-macosx_15_0_universal2.whl.

File metadata

File hashes

Hashes for mssql_python-1.15.0-cp313-cp313-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 2e9d78861d4f97d779ad770b9b4af26c1aa332e2d877b9df3c8896fe766968c6
MD5 a1bcf22287fe9125e9927fef826a0f46
BLAKE2b-256 9d0e1c879dcab6f73e521b734f9224ac68b394958f267e6a278b76f6fae640d0

See more details on using hashes here.

File details

Details for the file mssql_python-1.15.0-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for mssql_python-1.15.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 b0b97f498777f874bece12f3f2210c0f954da36bd2e623da84d6dc1d5f5c6735
MD5 9935a733b44fe476eb38e10d09710f3b
BLAKE2b-256 ec9ccfc86d803e2f7d395c5392257b251ac55ceb2edbe932b97c70f490d45276

See more details on using hashes here.

File details

Details for the file mssql_python-1.15.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for mssql_python-1.15.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 88d8228cb6beccea04c03bf8606985989381f7e783527fb4c7b1b9d76d9c8a32
MD5 861c080172e13d224b7126aa188fc224
BLAKE2b-256 e250603d2aea003aa186e6ca12bbc073fbdd0b6fc93eab8487a5aeae3fb050d6

See more details on using hashes here.

File details

Details for the file mssql_python-1.15.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mssql_python-1.15.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8821418222d4b3e2cdece5c37e4339133aa3d20c2ebccb1c36836f3a9a72e53a
MD5 a05189ff2ae2e483203f2b15a534ecd9
BLAKE2b-256 c6074903db1cc8eecbc3e8ed868b04ea6de936ae80d58c712085d5ea07136e66

See more details on using hashes here.

File details

Details for the file mssql_python-1.15.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mssql_python-1.15.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f0943a42fca2234133aa673b444ffff67cc70c7703a6265ddf10c3d6e792c182
MD5 dbe58107490ebc61fc6b0ecfc0ead32d
BLAKE2b-256 c888fde649be05d90b4cf07425afad6bc65439503b043e197f63f08202c94ee0

See more details on using hashes here.

File details

Details for the file mssql_python-1.15.0-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mssql_python-1.15.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 05cfea4fbbd1ec1ded54fd5d3a292c1cc8617d59c08d0b3005825b3e6cacf432
MD5 e106025f8524fe4450f2998cc5bfcae2
BLAKE2b-256 f94e25879e63c11f311343e7dd424570ccce49eb6a0a51cd2464837524d35370

See more details on using hashes here.

File details

Details for the file mssql_python-1.15.0-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mssql_python-1.15.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 77b9f8ce2d95ba6bc5c83a70df57908366f0f6b84574b0055b9ba0ccf5775f7e
MD5 e93ffdba1727df24ae7256f55cfce707
BLAKE2b-256 fb412ef9ddb99b672d6c47e341d14c904687b6f4e8483d4f672142596aad4f44

See more details on using hashes here.

File details

Details for the file mssql_python-1.15.0-cp312-cp312-macosx_15_0_universal2.whl.

File metadata

File hashes

Hashes for mssql_python-1.15.0-cp312-cp312-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 97521247fbb2d11f957cc33de5676e284aef2923645dcdabf707b84b629ed25d
MD5 6013e859eb60f162abacbbaba694f1e1
BLAKE2b-256 2b27ff8e4bfccf6e7bca17f67c9ca4db2375ccdfa0b4bcbfdb0a2ddcccd41e6d

See more details on using hashes here.

File details

Details for the file mssql_python-1.15.0-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for mssql_python-1.15.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 6a714a7ca15eff702e21d1e15856884bde4da89f438239c72ec423e69d02d56c
MD5 9f3dc13ba769113eed48e129a799969e
BLAKE2b-256 368975b2eefdc22e11853c710b2921caf4a1b44bc569c9bc70121de3303e5de9

See more details on using hashes here.

File details

Details for the file mssql_python-1.15.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for mssql_python-1.15.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a571327f60a77fa4e515f495b6da7b53008d56a57a901ce82617add84377d9c6
MD5 e46cffa08a9cdd09b725d3d25315c50e
BLAKE2b-256 fa0becaf4f78123017afe1a432da94f968a13f5dd8bf62f8ddba18775c9ca2f4

See more details on using hashes here.

File details

Details for the file mssql_python-1.15.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mssql_python-1.15.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7b5aecf95d7ccc57ec7cdea9b636539aaffbadd5e69534ecc9c2a498b24263a6
MD5 5abfe39ce2a43d271bb26cbc484333ef
BLAKE2b-256 cebab909876a86ef90cab9896279577acf3d20deb02bc2d06b3b08052cf27ee7

See more details on using hashes here.

File details

Details for the file mssql_python-1.15.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mssql_python-1.15.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d58bc237ec90f6e6708fc1978ab99ff283b53508fb5adde15f63335cc23db6d3
MD5 1cd9009df159d15d1991042014484f56
BLAKE2b-256 47e01f67b59bf027df0a9bafe743c4c7148c9f6fc8d0ce1192751aab2c4ed32b

See more details on using hashes here.

File details

Details for the file mssql_python-1.15.0-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mssql_python-1.15.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 016c61a4c82a1b69a8f8a43c91dc3537463d8ca068da73fa91f7e348b48e6d22
MD5 aeb8dffc015fa662d34f655edb1c8593
BLAKE2b-256 b4f6050628231e49c694cf7a0def9dbc928e2f55f2dd7604f65d8598098687b7

See more details on using hashes here.

File details

Details for the file mssql_python-1.15.0-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mssql_python-1.15.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2e3b80c0f54342efc6d9ce162ab761f957befe3448a17c6146f688eae48b0906
MD5 8ccfea601bd48aeeae9c13b91c82efdd
BLAKE2b-256 52158d34096e15d59aa14cb0137561d30d049557eefd3ba9decd793ea807e6e7

See more details on using hashes here.

File details

Details for the file mssql_python-1.15.0-cp311-cp311-macosx_15_0_universal2.whl.

File metadata

File hashes

Hashes for mssql_python-1.15.0-cp311-cp311-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 630b3f1c94ef051b5f12379607ceb88aa74d35a8cffedf37c03fa38d080504a6
MD5 a35c142fbf96f9f832dbccfe728976ac
BLAKE2b-256 4fed38e52376a20f06dcd13c725a9706407ce72db5534f05242e463eb185e8f3

See more details on using hashes here.

File details

Details for the file mssql_python-1.15.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for mssql_python-1.15.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0a9454c108eb8fa3fb049f5fb6f1f721a370c2f553fc8c1ba94232d02af8293a
MD5 a0519ca185ae85433afb596ddb623773
BLAKE2b-256 0c43027b9c3b49406b249f9caad89d953900b610302f7da04dbd1c91462410cb

See more details on using hashes here.

File details

Details for the file mssql_python-1.15.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mssql_python-1.15.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d17d9b2a1e45614dc85407d5f80e42b3273ef7ffa5402d4985032baa1cfb348e
MD5 272296d5663a8e22ce6225d89ed10f51
BLAKE2b-256 2635e7a03e7d9ec1d53ee4e361c8328dd0f5a7cfcaf2e2230f2352c0b7a14d15

See more details on using hashes here.

File details

Details for the file mssql_python-1.15.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mssql_python-1.15.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8d4d2484ef6ca76c7737eaa4423003d919aa9ef3d537a82ec242c9a2559ca0f8
MD5 5c017762debff005bcbee1b2e32c0644
BLAKE2b-256 27e6f403184dda4436af7f55a739aa70ccb18d67ae9d82f25edcbceab4d749bc

See more details on using hashes here.

File details

Details for the file mssql_python-1.15.0-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mssql_python-1.15.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 71a2c97054a14d50d5173c47fb6d72d5d79c93a85e7caa2736473b7a28ab74e1
MD5 6aad84195c3f53d335620a73820220ed
BLAKE2b-256 653f4d4b631c29a9750935bec21fd4757b65eb6f85ebfcf86a2876679e6392b2

See more details on using hashes here.

File details

Details for the file mssql_python-1.15.0-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mssql_python-1.15.0-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dc78e7d8c1adef399933869c737620290946ee6a22bf66180a2c098cd992a261
MD5 6ef9be1bc1a816cc6adc66f90b39f8fc
BLAKE2b-256 ee43025c0c4e4678bfedb867adfc157c92083ba564755c5f8eaaecf5f9b697a0

See more details on using hashes here.

File details

Details for the file mssql_python-1.15.0-cp310-cp310-macosx_15_0_universal2.whl.

File metadata

File hashes

Hashes for mssql_python-1.15.0-cp310-cp310-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 1db46fc13de5cf597e2da97f699c079e2a11be1a66df1815291da6f93b494b29
MD5 36bfc2e9004aeb2eb23fd4d2d82ffde2
BLAKE2b-256 d4304e688daafd96cde0085cbed76bc4090e037f00ef917096352a4b54b450f5

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.15.0 This release

34 files

1.14.0

34 files

1.13.0

34 files

1.12.0

34 files

1.11.0

34 files

1.10.0

34 files

1.9.0

34 files

1.8.0

34 files

1.7.1

34 files

1.6.0

34 files

1.5.0

34 files

1.4.0

34 files

1.3.0

34 files

1.2.0

34 files

1.1.0

34 files

1.0.0

34 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page