SELECT @@VERSION
-- Microsoft SQL Server 2022 (RTM-CU24) (KB5080999) -- 16.0.4245.2 (X64) Feb 25 2026 15:01:38 -- Copyright (C) 2022 Microsoft Corporation -- Standard Edition (64-bit) on Windows Server 2019 -- Standard 10.0 <X64> (Build 17763: ) (Hypervisor)
import sys
import IPython
import matplotlib
import pandas
import pyodbc
import sqlalchemy

print(f"Python     : {sys.version}")
print(f"IPython    : {IPython.__version__}")
print(f"matplotlib : {matplotlib.__version__}")
print(f"pandas     : {pandas.__version__}")
print(f"pyodbc     : {pyodbc.version}")
print(f"sqlalchemy : {sqlalchemy.__version__}")

# Python version       : 3.14.3
# IPython version      : 9.12.0
# matplotlib           : 3.10.8
# pandas               : 3.0.2
# pyodbc               : 5.3.0
# sqlalchemy           : 2.0.48
sessionInfo()

# R version 4.4.3 (2025-02-28 ucrt)
# Platform: x86_64-w64-mingw32/x64
# Running under: Windows 11 x64 (build 26100)
#
# attached base packages:
# stats  graphics  grDevices  utils  datasets  methods  base
#
# other attached packages:
# glue_1.8.0  odbc_1.6.4.1  DBI_1.3.0