mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
fix linting cryptography (#10921)
This commit is contained in:
parent
e87b536d03
commit
5ab9fc0b7a
1 changed files with 1 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue