Skip to content

Commit cce1d58

Browse files
committed
Upgrade version of dnspython to 2.3.0 and lz4 to 4.3.2
1 parent a46e60e commit cce1d58

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
@@ -5,7 +5,7 @@ Requirements
55
* Python >= 3.7
66
* Protobuf C++ (version >= 3.11.0, <= 3.19.6)
77
* Python Protobuf (version >= 3.11.0, <= 3.20.3)
8-
* dnspython (version >= 1.16.0, <= 2.1.0) for DNS SRV support
9-
* lz4 (version >= 2.1.6, <= 3.1.3) for connection compression support
8+
* dnspython (version >= 1.16.0, <= 2.3.0) for DNS SRV support
9+
* lz4 (version >= 2.1.6, <= 4.3.2) for connection compression support
1010
* zstandard (version >= 0.12.0, <= 0.19.0) for connection compression support
1111
* 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
@@ -141,8 +141,8 @@
141141
cmdclass=COMMAND_CLASSES,
142142
install_requires=["protobuf>=3.11.0,<=3.20.3"],
143143
extras_require={
144-
"dns-srv": ["dnspython>=1.16.0,<=2.1.0"],
145-
"compression": ["lz4>=2.1.6,<=3.1.3", "zstandard>=0.12.0,<=0.19.0"],
144+
"dns-srv": ["dnspython>=1.16.0,<=2.3.0"],
145+
"compression": ["lz4>=2.1.6,<=4.3.2", "zstandard>=0.12.0,<=0.19.0"],
146146
"gssapi": ["gssapi>=1.6.9,<=1.8.2"],
147147
},
148148
)

0 commit comments

Comments
 (0)