Merge pull request #820 from kfsone/main

need to re-attempt backoff and yaml imports if the first import attempt fails
This commit is contained in:
Krish Dholakia 2023-11-15 11:28:34 -08:00 committed by GitHub
commit 95f9c6779d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View file

@ -39,6 +39,8 @@ except ImportError:
import tomli as tomllib
import appdirs
import tomli_w
import backoff
import yaml
import random

View file

@ -1,7 +1,13 @@
litellm
openai
fastapi
tomli
appdirs
tomli_w
backoff
pyyaml
uvicorn
boto3
litellm
redis
redis
pyyaml