From ae42eaf72c7a2b78e2ca9f1b63624c97ce98e183 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 27 Apr 2026 14:07:54 +0000 Subject: [PATCH 1/2] Initial plan From e7886eb1c946c1e52ffd0e820221fa1f1b4011cb Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 27 Apr 2026 14:08:30 +0000 Subject: [PATCH 2/2] Bump cryptography dependency ceiling to <50 (N+3) Agent-Logs-Url: https://github.com/AzureAD/microsoft-authentication-library-for-python/sessions/f2f7ccee-f03f-4253-b23a-c0fc969f0a1c Co-authored-by: gladjohn <90415114+gladjohn@users.noreply.github.com> --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index c770c9f1..b2164fff 100644 --- a/setup.cfg +++ b/setup.cfg @@ -53,7 +53,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,<49 + cryptography>=2.5,<50 [options.extras_require]