Skip to content

Commit e688886

Browse files
committed
Update pymssql to 2.3.1
This made bumping FreeTDS to 1.4.22 and Cython to 3.0.11 necessary. References SUP-19429 Change-Id: I7dec237a287bf592aa91a75403fe8a64bdcf650f
1 parent b7e387b commit e688886

File tree

7 files changed

+88
-62
lines changed

7 files changed

+88
-62
lines changed

Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ msal = "==1.26.0" # needed by agent_azure
131131
Pillow = ">10.1.0,<11.0" # pinned to <11.0, because 11.0 changes types
132132
python-ldap = "==3.4.3" # needed by GUI (User sync), python-active-directory
133133
dicttoxml = "==1.7.16" # needed by GUI (API XML format)
134-
Cython = "==0.29.32" # needed by numpy
134+
Cython = "==3.0.11" # needed by numpy & pymssql
135135
numpy = "==1.24.2" # needed by GUI (metrics)
136136
reportlab = "==3.6.13" # needed by GUI (reporting)
137137
PyPDF3 = "==1.0.5" # needed by GUI (reporting)
@@ -145,7 +145,7 @@ botocore = "==1.20.102" # needed by boto3 (aws)
145145
s3transfer = "==0.4.2" # needed by boto3 (aws)
146146
boto3 = "==1.17.102" # needed by boto3 (aws)
147147
python-snap7 = "==1.2" # needed by Siemens PLC special agent
148-
pymssql = "==2.2.8" # needed by check_sql active check
148+
pymssql = "==2.3.1" # needed by check_sql active check
149149
PyMySQL = "==0.9.3" # needed by check_sql active check
150150
psycopg2-binary = "==2.9.5" # needed by check_sql active check
151151
apispec = "==5.2.2" # direct dependency

Pipfile.lock

Lines changed: 83 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

buildscripts/infrastructure/build-nodes/scripts/install-freetds.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
99
# shellcheck source=buildscripts/infrastructure/build-nodes/scripts/build_lib.sh
1010
. "${SCRIPT_DIR}/build_lib.sh"
1111

12-
FREETDS_VERSION=0.95.95
12+
FREETDS_VERSION=1.4.22
1313
DIR_NAME=freetds-${FREETDS_VERSION}
1414
ARCHIVE_NAME=${DIR_NAME}.tgz
1515
TARGET_DIR="/opt"

omd/packages/freetds/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
We are using 0.95.95 because at this time pymssql is shipping with this version itself.
1+
We are using 1.4.22 because at this time pymssql is shipping with this version itself.
22
We can not use the version shipped with pymssql because we need SSL support. But at least
33
we use the version they recommend.
-4.34 MB
Binary file not shown.
3.16 MB
Binary file not shown.

omd/packages/freetds/freetds.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FREETDS := freetds
2-
FREETDS_VERS := 0.95.95
2+
FREETDS_VERS := 1.4.22
33
FREETDS_DIR := $(FREETDS)-$(FREETDS_VERS)
44
# Increase this to enforce a recreation of the build cache
55
FREETDS_BUILD_ID := 0

0 commit comments

Comments
 (0)