From 5ab9fc0b7aaefbcf003e6f0f2a3d5ab7a40ed7ac Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 17 May 2025 17:21:22 -0700 Subject: [PATCH] fix linting cryptography (#10921) --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9a67b220d5..4306fa5cf0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -142,6 +142,7 @@ jobs: name: Linting Testing command: | cd litellm + pip install "cryptography<40.0.0" python -m pip install types-requests types-setuptools types-redis types-PyYAML if ! python -m mypy . \ --config-file mypy.ini \