Skip to content

Commit fb8d9f0

Browse files
committed
Update supported gssapi to version 1.7.3
1 parent 6f1ef60 commit fb8d9f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/mysqlx/requirements.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Requirements
88
* dnspython (version >= 1.16.0, <= 2.1.0) for DNS SRV support
99
* lz4 (version >= 2.1.6, <= 3.1.3) for connection compression support
1010
* zstandard (version >= 0.12.0, <= 0.15.2) for connection compression support
11-
* gssapi (version gssapi==1.6.9) for Kerberos and LDAP SASL authentication support
11+
* gssapi (version gssapi >= 1.6.9, <= 1.7.3) for Kerberos and LDAP SASL authentication support

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,6 @@
142142
extras_require={
143143
"dns-srv": ["dnspython>=1.16.0,<=2.1.0"],
144144
"compression": ["lz4>=2.1.6,<=3.1.3", "zstandard>=0.12.0,<=0.15.2"],
145-
"gssapi": ["gssapi==1.6.9"],
145+
"gssapi": ["gssapi>=1.6.9,<=1.7.3"],
146146
},
147147
)

0 commit comments

Comments
 (0)