Skip to content

Commit dbf97c5

Browse files
committed
Upgrade version of gssapi to 1.8.2 and zstandard to 0.19.0
Change-Id: I9e51dcdf46f0f46ae71bc79deed2653918d2391c
1 parent eb4a924 commit dbf97c5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/mysqlx/requirements.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ Requirements
77
* Python Protobuf (version >= 3.11.0, <= 3.20.3)
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
10-
* zstandard (version >= 0.12.0, <= 0.15.2) for connection compression support
11-
* gssapi (version gssapi >= 1.6.9, <= 1.8.1) for Kerberos and LDAP SASL authentication support
10+
* zstandard (version >= 0.12.0, <= 0.19.0) for connection compression support
11+
* gssapi (version gssapi >= 1.6.9, <= 1.8.2) for Kerberos and LDAP SASL authentication support

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
install_requires=["protobuf>=3.11.0,<=3.20.3"],
143143
extras_require={
144144
"dns-srv": ["dnspython>=1.16.0,<=2.1.0"],
145-
"compression": ["lz4>=2.1.6,<=3.1.3", "zstandard>=0.12.0,<=0.15.2"],
146-
"gssapi": ["gssapi>=1.6.9,<=1.8.1"],
145+
"compression": ["lz4>=2.1.6,<=3.1.3", "zstandard>=0.12.0,<=0.19.0"],
146+
"gssapi": ["gssapi>=1.6.9,<=1.8.2"],
147147
},
148148
)

0 commit comments

Comments
 (0)