From 02a34d319a2cf576c094a442b80a677262db9913 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 4 Jun 2025 22:18:07 -0700 Subject: [PATCH] bump to ddtrace==3.8.0 (#11426) --- .../model_prices_and_context_window_backup.json | 14 -------------- requirements.txt | 2 +- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json index 79f657e1d96..d6564e63ece 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -8824,20 +8824,6 @@ "notes": "'supports_image_input' is a deprecated field. Use 'supports_embedding_image_input' instead." } }, - "embed-v4.0": { - "max_tokens": 1024, - "max_input_tokens": 1024, - "input_cost_per_token": 1.2e-07, - "input_cost_per_image": 4.7e-07, - "output_cost_per_token": 0.0, - "litellm_provider": "cohere", - "mode": "embedding", - "supports_image_input": true, - "supports_embedding_image_input": true, - "metadata": { - "notes": "'supports_image_input' is a deprecated field. Use 'supports_embedding_image_input' instead." - } - }, "replicate/meta/llama-2-13b": { "max_tokens": 4096, "max_input_tokens": 4096, diff --git a/requirements.txt b/requirements.txt index 881384ae7ad..386decdeaaa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ google-generativeai==0.5.0 # for vertex ai calls async_generator==1.10.0 # for async ollama calls langfuse==2.45.0 # for langfuse self-hosted logging prometheus_client==0.20.0 # for /metrics endpoint on proxy -ddtrace==2.19.0 # for advanced DD tracing / profiling +ddtrace==3.8.0 # for advanced DD tracing / profiling orjson==3.10.12 # fast /embedding responses apscheduler==3.10.4 # for resetting budget in background fastapi-sso==0.16.0 # admin UI, SSO