forked from phoenix/litellm-mirror
fix(aws_secret_manager.py): fix boto import
This commit is contained in:
parent
b6e0bf27b8
commit
0c95019ac1
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ Requires:
|
||||||
* `pip install boto3>=1.28.57`
|
* `pip install boto3>=1.28.57`
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import boto3.session
|
import litellm
|
||||||
import litellm, os
|
import os
|
||||||
from typing import Optional
|
from typing import Optional
|
||||||
from litellm.proxy._types import KeyManagementSystem
|
from litellm.proxy._types import KeyManagementSystem
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue