Skip to content

Commit 8c82309

Browse files
committed
WL#16442: Upgrade gssapi version to 1.8.3
The aim of this WorkLog is to upgrade the version of 3rd party package 'gssapi' to v1.8.3, which would improve compability against Python 3.12. Change-Id: I783762afcf1e058fea14db7e8c35b0f5c2fca038
1 parent 28f8664 commit 8c82309

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ repos:
4242
additional_dependencies: [
4343
django,
4444
django-stubs,
45-
gssapi==1.8.1,
45+
gssapi==1.8.3,
4646
dnspython==2.6.1,
4747
Deprecated>=1.2.6,
4848
typing-extensions>=3.7.4,

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ v9.1.0
1212
======
1313

1414
- WL#16444: Drop build support for DEB packages
15+
- WL#16442: Upgrade gssapi version to 1.8.3
1516
- WL#16411: Improve wheel metadata information for Classic and XDevAPI connectors
1617
- WL#16306: Add support for Python 3.13
1718

mysql-connector-python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def main() -> None:
148148
python_requires=">=3.9",
149149
extras_require={
150150
"dns-srv": ["dnspython==2.6.1"],
151-
"gssapi": ["gssapi>=1.6.9,<=1.8.2"],
151+
"gssapi": ["gssapi==1.8.3"],
152152
"fido2": ["fido2==1.1.2"],
153153
"telemetry": [
154154
"opentelemetry-api==1.18.0",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
dnspython==2.6.1
2-
gssapi>=1.6.9,<=1.8.2
2+
gssapi==1.8.3

0 commit comments

Comments
 (0)