diff --git a/litellm/proxy/utils.py b/litellm/proxy/utils.py index 765909157ca..59d638c68d9 100644 --- a/litellm/proxy/utils.py +++ b/litellm/proxy/utils.py @@ -1144,7 +1144,7 @@ class PrismaClient: if response is not None: try: _data = response.model_dump() - except: + except Exception as e: _data = response.dict() return {"token": token, "data": _data} elif (