Skip to content

Commit bfd6fb8

Browse files
committed
uncomment fastuuid requirements.txt, move test module
1 parent d40845a commit bfd6fb8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ backoff==2.2.1 # server dep
88
pyyaml==6.0.2 # server dep
99
uvicorn==0.29.0 # server dep
1010
gunicorn==23.0.0 # server dep
11-
# Optional performance extra: install via `pip install litellm[perf]`
12-
# fastuuid==0.12.0 # for uuid4
11+
fastuuid==0.12.0 # for uuid4
1312
uvloop==0.21.0 # uvicorn dep, gives us much better performance under load
1413
boto3==1.36.0 # aws bedrock/sagemaker calls
1514
redis==5.2.1 # redis caching
File renamed without changes.

0 commit comments

Comments
 (0)