From eb88bf69c5030e531053a3c0d6bc91695000e389 Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> Date: Sat, 10 Jan 2026 00:38:08 +0200 Subject: [PATCH] Lock pyzstd to a specific version to resolve issues with packaging --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3359b6e..9c13027 100755 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ 'Programming Language :: Python :: 3', 'Topic :: Software Development :: Libraries :: Python Modules', ], - install_requires=['llsd>=1.2.4', 'pydot', 'pyzstd'], + install_requires=['llsd>=1.2.4', 'pydot', 'pyzstd==0.18.0'], extras_require={ 'dev': ['pytest', 'pytest-cov'], 'build': ['build', 'setuptools_scm'],