Skip to content

Commit ac1af72

Browse files
committed
Upgrade zstandard
Change-Id: I06e5ce0553bad8e2963df296ad00fc43d398258d
1 parent 328ca61 commit ac1af72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysqlx-connector-python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def main() -> None:
162162
install_requires=["protobuf==4.25.3"],
163163
extras_require={
164164
"dns-srv": ["dnspython==2.6.1"],
165-
"compression": ["lz4>=2.1.6,<=4.3.2", "zstandard>=0.12.0,<=0.19.0"],
165+
"compression": ["lz4>=2.1.6,<=4.3.2", "zstandard==0.23.0"],
166166
},
167167
)
168168

0 commit comments

Comments
 (0)