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.14.0

Enhancements

  • Faster Parameter Detection and Execution - Parameter type detection and binding now run in a native C++ pipeline, substantially reducing per-parameter overhead and improving throughput for wide and batched execute() workloads (#549).

Bug Fixes

  • Bulk Copy Accepts timeout=0 - bulkcopy() now treats zero as no timeout, matching the BCP API contract, while continuing to reject negative, non-integer, and boolean values (#698).
  • Arrow Reader Fetch Exceptions Are Preserved - Defensive cursor cleanup no longer masks the original exception raised while fetching Arrow result batches (#718).
  • Decimal Conversion Errors No Longer Expose Parameter Values - executemany() Decimal conversion failures now report metadata only, preventing parameter rows and sensitive values from leaking through exception messages or chained tracebacks (#719).
  • Arrow View Types Work in Bulk Copy - Polars string_view columns exported through the Arrow C Data Interface now round-trip correctly through bulkcopy_arrow() (#717, via mssql_py_core).
  • connect(timeout=) Sets the Login Timeout - The constructor timeout now bounds connection attempts as documented instead of setting the per-statement query timeout; timeout validation is consistent across both APIs (#728).
  • Windows Extension Loading Uses Interpreter Architecture - The loader now selects the native binary using the Python interpreter architecture, fixing x64 Python on Windows ARM64 hosts and avoiding fallback warnings on stdout (#727).

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.14.0-cp314-cp314-win_arm64.whl (5.5 MB view details)

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

mssql_python-1.14.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.14.0-cp314-cp314-musllinux_1_2_aarch64.whl (7.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

mssql_python-1.14.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.14.0-cp314-cp314-manylinux_2_28_aarch64.whl (7.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

mssql_python-1.14.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.14.0-cp313-cp313-win_arm64.whl (5.3 MB view details)

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

mssql_python-1.14.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.14.0-cp313-cp313-musllinux_1_2_aarch64.whl (6.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

mssql_python-1.14.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.14.0-cp313-cp313-manylinux_2_28_aarch64.whl (7.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

mssql_python-1.14.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.14.0-cp312-cp312-win_arm64.whl (5.3 MB view details)

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

mssql_python-1.14.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.14.0-cp312-cp312-musllinux_1_2_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

mssql_python-1.14.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.14.0-cp312-cp312-manylinux_2_28_aarch64.whl (6.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

mssql_python-1.14.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.14.0-cp311-cp311-win_arm64.whl (5.3 MB view details)

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

mssql_python-1.14.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.14.0-cp311-cp311-musllinux_1_2_aarch64.whl (5.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

mssql_python-1.14.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.14.0-cp311-cp311-manylinux_2_28_aarch64.whl (6.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

mssql_python-1.14.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.14.0-cp310-cp310-win_amd64.whl (5.2 MB view details)

Uploaded CPython 3.10Windows x86-64

mssql_python-1.14.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.14.0-cp310-cp310-musllinux_1_2_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

mssql_python-1.14.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.14.0-cp310-cp310-manylinux_2_28_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

mssql_python-1.14.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.14.0-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for mssql_python-1.14.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 1330028c1d365aa717277d21735a93897a4bf2a9d883dd73200114266d260d24
MD5 df50e9bd93647b93dadab3ed17671add
BLAKE2b-256 e48421af320fbf3ea69139d3c72ba9a349a3ad8e3d447c4650e2491a1ab0871a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.14.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 e2de74e7f20f9bb89f7ef9600d0449d59d0437e349812180060a231187133c21
MD5 be3d018e608b0c565a3ae57b3d6e0d26
BLAKE2b-256 ee6c08c9c89bfd2ac6d3350fddd7ee4633886f98cf745c7a2034ac2afae980f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.14.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 66d6623dac33026030c27d21a5eda7d994db2772a85af271011c9091d82832a7
MD5 dc4cf24f3b1fda2fcd3ef2d17e387ca7
BLAKE2b-256 13b6d17d6ad8608aecb9117b9f9c319ee46ae6a1cd1914ed5a63784d81072cf2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.14.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6ebe4f7a18a3832d630ad4cee09c07adf37c0417ceab44211679ed7f464c67fd
MD5 b4ca2bd84d01862d296ee1caac5a4673
BLAKE2b-256 7858574cd082727f00bd4ab627b87c127a618a74152f6efba93647806b5cec62

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.14.0-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8af7649d8e0482bfa891fe9a7fd2abc2835ef29e31d2e7cdc83434d79db31b86
MD5 dc77fb6cb41236d5533c55303854601d
BLAKE2b-256 bdfed8c2aea3b0297e67f4ae5086a3becde8222ff031f4575995535d5e2ec288

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.14.0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 53d3b350fd6b32bec40461e989f8de349cd557f385fecd2a720749bcd2bc3754
MD5 f6c66afc172f9df79921fbf7a052fc34
BLAKE2b-256 ba0219a40e1cb2aece03becb516b7de305263f026e2bfbcbe8af584cac29942d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.14.0-cp314-cp314-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 a3002fc8c576a4fce8931ecd44f9ef29d970afa992e33d74647c4a19883132cc
MD5 58d7ffd176c9e21a8998bfebb15ce561
BLAKE2b-256 58915cb8dac56175bab75566b031041a5c2cdf1f36030fb2992c9ce64b5e3f97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.14.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 4c3b1afbef800b646c0247044d641b34c886c3262421d4775519374465258473
MD5 0c8f535b789f69eb9d001aaac804a525
BLAKE2b-256 d1b814298b10f264eb07d90bd11c1350f2e6cee0bab5fe63887c484aa3e1f046

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.14.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 16fff8831e13c526f5828621affb449710a74ea4c8a18d45da654d369feb3b07
MD5 8b59c09a6906b20b1b7d524c7ee7e788
BLAKE2b-256 1ea7707a73f19ee76d05862cc8415d6e47b565f903042d9b88316385ec32067d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.14.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1bd0b6a7858a782bef3feac2539560cddcfea9b69185ff429c0c85a69d8c7fe6
MD5 a72c5bf800e2fe80807ab87d3919c3f3
BLAKE2b-256 960c7cf10185314dcaa33c4816e44c7a2b8b6b9b2c17798a0679c944744aaaec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.14.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 485c0d512b24208ce62444a9ffec748f712a4575e395bb1d97964a80ae89448d
MD5 b68bf225494ce2137e5643266e8f2291
BLAKE2b-256 67198f2000ab9f11bae31d71a8176b8f2803407237fb3e6e94788e21705957ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.14.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 97b74fb31df77f18e95238d6907a98f8eb7470a200396231ac7706667215dd61
MD5 a83ec19471af5766555d973cca497f21
BLAKE2b-256 352bac00ccb02aa3b1606dd1376df958daed58515f22c83d42980a967fa5c087

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.14.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3ac43c2beadedf6490126dd88d598a79a159915f9835ed37ba144abb9c9a2de7
MD5 bd3500c93d9ee4d2eb443b798f0b1968
BLAKE2b-256 fb9246c4ee9d3238ff160acc46a69e495f70702eedd2df615188f5e23c2933c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.14.0-cp313-cp313-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 5eb3ec5505a2a9e780ad37e9c95ae991e6e331a859e7d21b88d689c7fc5f52e6
MD5 797e74e999d477bda38de6e68b473199
BLAKE2b-256 14976a97cb8aa8e828644b8c6f90d7b8272b195fb643ea415dcacdfb3ba37a02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.14.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 38f20d643f30ea0345ce9588f31a7f4fac8019f83a01921d49592d26d20e4ece
MD5 f1c562e91f628a7a16b18c05efd6594e
BLAKE2b-256 bf2b11686e87a4dde8c31601b80b80f2e5c186c58430abf9cfdc5392cb240227

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.14.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 73be60e230f87be9036aa36ad39901501ce0d00c46340eddd761d4c9fb4d2c19
MD5 b1f5dfe7cd23d5a087a39697b798542e
BLAKE2b-256 9c7d3e381a66542e5706b3de73eee7ff517d5c085d0aa539173a1093d3d874de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.14.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e05aa735b236dcf7e1f87d301d2c239e7c09693a6beab41d3167a7ee52d28226
MD5 766aea620c6cd82e63576517a998575d
BLAKE2b-256 7c830f7a012e5a4a6d1085c2c154ab8065d929028d5b2f5517d6c8f9ce3bed72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.14.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 47617a5482d7b1734c4e7232ca112170e9501d06ce102c468aced9993b35f3b9
MD5 8f4b97e9039fe1e35d445e79eeac6b9c
BLAKE2b-256 e75087469cd93f050932f66874394b14653277ad69697a21fa4865b85a499725

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.14.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a2aa7cdc624b65dd4ad6beaa7fa2f16d881bc2e204defdf98f200887ff11e2b7
MD5 02f4ed490781a9f3d3aaf2569d4121ba
BLAKE2b-256 463fad995fab32575c1ef611783fb6910ed3681a6faace523781a69b6f1bf282

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.14.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e403a766d65684455524042bb38e2507c06351526b57328fcaf571257db8fdf8
MD5 979c94b1b8d06821b5250faa64b729b8
BLAKE2b-256 314c7eda7a54a0d97f804efdd51436a3e4f25acaf48eb18ccc0177d3bba418f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.14.0-cp312-cp312-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 9549dd42d51cf3aa10324d82821bd80ee3d8ef95552bbf50fcf4d1abe9a6f485
MD5 7e13f28ba0cb15f9be9817b8ef868ba5
BLAKE2b-256 e97e506e086f751e95168a5ae0edeed02fa0758fc12523ee82a8bb18796437b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.14.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 057c7e2797fac1567f45975b5bd8e71da58da97a8000834061a3bd543a99248b
MD5 8e64702b0db095457a759092fdb947ac
BLAKE2b-256 1241b5f92b40c6cd60e207b4ca117db3a85520606eeb9b4e4b52c0b67ed125b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.14.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3981fe3e1cc404ea0d7375cab9086dc7470fac06ab2b70135e87730ef4162879
MD5 c782edd008c85242297689e72a5a0214
BLAKE2b-256 95feba168a599cc1b69944137256c7d21870c6e76f6cd1ff244de6a34e74cf5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.14.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b2656b7949e79015a6504be6f76df49aca604f862259cc3acb8e0e877bed5260
MD5 03408197b183d97b30e7fae9b1eefb76
BLAKE2b-256 e3f0300b056ff35661a78da9f3cab4b1fb67bd424a81920ed0f0042c14d72426

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.14.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9682840a7f15ed79fafb647f49c03c7712f2d77881263ac90ad095b7bfbeaf7f
MD5 339b13b76ea1a58df33ef18803c29473
BLAKE2b-256 800ea5935a1ce6a76481761233e6e57602aba864e6d6ad72df8e10297ec5f739

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.14.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2f1cd90ec569ddce446c4ccf58ab3a6f6872e98fe950fcb223b2dab8992a9395
MD5 0ee227be6ab2a3e6f99521199b25791b
BLAKE2b-256 02005086120d1a2a862e60783598b91d4fb72d436fc10c7a161a9f0eb9451e29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.14.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 82303d24f1062ecffa55f054fa15c17f52e6a86d1234d20865c9264e772cb5f7
MD5 e81d2ecadef0a89f962482fedce8526f
BLAKE2b-256 fad7bec60dbc594b35763b4a31ec94b5bd10e2b012ea4daaa67eedfde3cbef32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.14.0-cp311-cp311-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 cde0c2323650e3f53bd067b07156e2406f24ccb7277970e5ab4c2cc6e4d01d63
MD5 347f5b59234860d645314a692aebb3a5
BLAKE2b-256 7c8aa82063a4792257aa1ee78a06163dbcc65025b3625206e153c04d6913c940

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.14.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 fe14e95b54baba9db7b6cba938711ad737b2af8c0cbb5b588bffb0ebcdd75988
MD5 e3edf99f5065fc97839d508e7b73ef14
BLAKE2b-256 979cc3f53316b68fdd8ae75cc6b4292cf1818bd3864d647cd4c088b2676e600a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.14.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d914be8b5176d0f29c409ab0ce9bf728a9dc52935fbcef57affd7ffae56a547d
MD5 16635ffc81a819a8791d04de1d4bc3db
BLAKE2b-256 3cee6b083cbe3946c9031ae093f44f1aa04319782aba72d854152df76a0897b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.14.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b2b61b6501f046f3251916126e9c9d322c50061325cd9f533453293e78c2ea03
MD5 9282a2f5fb08231c15004f2076c248b0
BLAKE2b-256 72451d730e4b46b6c91df7b41267bf02d3079d902efca0cb30a1bf7dbc9ad3ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.14.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a461a4bfa468c524c83fc3058de9426cce18791a08bf7e92ec9712017d0fe6dc
MD5 975a289afab8ea4fa205a9dd1e7465e9
BLAKE2b-256 e3a9f3d21923ba388f5c2f4fc64232ab5218946465bf66fd4861c970f5c3a07a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.14.0-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dfec24f26e411556c94cecc4a4815db33609be90bf66ec61a48831092736a1ff
MD5 fe1ee9390da4dd83d90d4dc68a9dc02b
BLAKE2b-256 2ded0383086a056d6701478fb654cc2f0b915dc2501221c4df5ce74b2adc5704

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.14.0-cp310-cp310-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 4eb9bbc82c073136702bca7e8f1784c2a88033cff7beb5ab316accbf750b2632
MD5 f1ae46ee17bfebe59743914fc78b578e
BLAKE2b-256 9d961b100cf1b5c5e20f2e70c0436c4397c80f54216fb87adfeaff996cd4a1d0

See more details on using hashes here.

Release history Release notifications | RSS feed

1.15.0

34 files

This release

1.14.0 This release

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