From f4930fd19c81949ca91d623bd24677464bbb8c75 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 12 Jun 2026 08:32:17 +0000 Subject: [PATCH] =?UTF-8?q?[SK-657]=20chore(deps):=20bump=20cffi=20>=3D1.1?= =?UTF-8?q?5.1=20=E2=86=92=20>=3D2.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit cffi 2.0.0 is the current stable release. cryptography>=46.0.6 already requires cffi 2.0+, so all SDK consumers have it installed. Bumping the explicit lower bound makes the constraint consistent with reality. https://linear.app/scalekit/issue/SK-657 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bacf0a8..0cfcd11 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ "google>=3.0", "requests>=2.34.0", "PyJWT>=2.13.0", - "cffi>=1.15.1", + "cffi>=2.0.0", "cryptography>=46.0.6,<49", "setuptools>=82.0.1,<83.0", "grpcio-status>=1.81.0,<2.0",