mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-05 20:23:18 +00:00
fix: use fastuuid helper (#14903)
* fix: use fastuuid helper across the codebase First batch of changes, simple drop in replacement. * second batch of changes * fixed: script mistake on helper file
This commit is contained in:
@@ -6,7 +6,7 @@ import os
|
||||
import sys
|
||||
import time
|
||||
import traceback
|
||||
import uuid
|
||||
from litellm._uuid import uuid
|
||||
from datetime import datetime
|
||||
|
||||
import pytest
|
||||
|
||||
Reference in New Issue
Block a user