From 6c536919eb3a0ccc043da82f29491619c571e3de Mon Sep 17 00:00:00 2001 From: William Bergamin Date: Mon, 27 Apr 2026 11:23:38 -0400 Subject: [PATCH] fix: pin cryptography<46 for PyPy 3.10 CI builds --- requirements/testing.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements/testing.txt b/requirements/testing.txt index 9e1a3fd67..76aa747f7 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -5,6 +5,8 @@ pytest-asyncio<2 # for async pytest-cov>=2,<8 click==8.0.4 # black is affected by https://github.com/pallets/click/issues/2225 psutil>=6.0.0,<8 +# cryptography 46+ dropped PyPy 3.10 wheels; pin to <46 for PyPy 3.10 only +cryptography<46; implementation_name == "pypy" and python_version == "3.10" # used only under slack_sdk/*_store boto3<=2 # For AWS tests