From db1c3848456696920fb5fb21c1a25a5e9323e443 Mon Sep 17 00:00:00 2001 From: Ray Luo Date: Mon, 19 May 2025 12:34:56 -0700 Subject: [PATCH] Cryptography shipped a new version during weekend --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 16f7cca3..10e8be55 100644 --- a/setup.cfg +++ b/setup.cfg @@ -52,7 +52,7 @@ install_requires = # And we will use the cryptography (X+3).0.0 as the upper bound, # based on their latest deprecation policy # https://cryptography.io/en/latest/api-stability/#deprecation - cryptography>=2.5,<47 + cryptography>=2.5,<48 [options.extras_require]