Skip to content

Add ODBC driver support for Python 3.14 noble runtime#2832

Merged
Saipriya-1144 merged 1 commit intomainfrom
user/vchintalapat/add-odbc-support-for-python314
Mar 17, 2026
Merged

Add ODBC driver support for Python 3.14 noble runtime#2832
Saipriya-1144 merged 1 commit intomainfrom
user/vchintalapat/add-odbc-support-for-python314

Conversation

@Saipriya-1144
Copy link
Copy Markdown
Collaborator

@Saipriya-1144 Saipriya-1144 commented Mar 16, 2026

The Python 3.14 runtime image lacked the Microsoft APT repo configuration and ODBC driver installation for noble (Ubuntu 24.04); currently only bookworm and bullseye were supported.

Without this, any pyodbc-based SQL Server connections would fail at runtime. This PR adds the Ubuntu 24.04 repo with the signed-by GPG keyring and installs msodbcsql18.

https://packages.microsoft.com/ubuntu/24.04/prod/pool/main/m/msodbcsql18/ - Used latest version available for msodbcsql18

  • The purpose of this PR is explained in this message or in an issue. If an issue please include a reference as #<issue_number>.
  • Tests are included and/or updated for code changes.
  • Proper license headers are included in each file.

@Saipriya-1144 Saipriya-1144 requested a review from a team as a code owner March 16, 2026 09:19
@Saipriya-1144 Saipriya-1144 changed the title Add ODBC driver support for noble in Python runtime Add ODBC driver support for Python 3.14 noble runtime Mar 16, 2026
@Saipriya-1144 Saipriya-1144 merged commit 1ed33bd into main Mar 17, 2026
9 checks passed
@Saipriya-1144 Saipriya-1144 deleted the user/vchintalapat/add-odbc-support-for-python314 branch March 17, 2026 05:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants