fix linting cryptography (#10921)

This commit is contained in:
Ishaan Jaff
2025-05-17 17:21:22 -07:00
committed by GitHub
parent e87b536d03
commit 5ab9fc0b7a
+1
View File
@@ -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 \