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:
Alexsander Hamir
2025-09-25 15:47:01 -07:00
committed by GitHub
parent ab5fb704c2
commit eaa04cd8ce
159 changed files with 204 additions and 207 deletions
@@ -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