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
@@ -1,5 +1,5 @@
import copy
import uuid
from litellm._uuid import uuid
from unittest.mock import AsyncMock, MagicMock
import pytest