working AWSSecretsManagerV2

This commit is contained in:
Ishaan Jaff 2024-11-13 11:17:00 -08:00
parent 204ddfc785
commit e807d12d2a

View file

@ -13,21 +13,14 @@ Requires:
"""
import ast
import asyncio
import base64
import json
import os
import re
import sys
from typing import Any, Dict, Optional, Union
# Ensure project root is first in sys.path
project_root = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", ".."))
if project_root not in sys.path:
sys.path.insert(0, project_root)
import asyncio
import json
import httpx
import litellm