From 221ab95e9a700e2c99bc6af4cfca9a7321e04824 Mon Sep 17 00:00:00 2001 From: Maxime Mouchet Date: Thu, 26 Oct 2023 19:32:02 +0200 Subject: [PATCH] pych-client: 0.3.1 -> 0.4.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5070131..41f2d9c 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ ), python_requires=">=3.10", install_requires=[ - "pych-client~=0.3.1", + "pych-client~=0.4.0", "pygfc~=1.0.5", "zstandard>=0.15.2,<0.19.0", ],