bump to ddtrace==3.8.0 (#11426)

This commit is contained in:
Ishaan Jaff 2025-06-04 22:18:07 -07:00 committed by GitHub
parent f0e0007eaf
commit 02a34d319a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 15 deletions

View file

@ -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,

View file

@ -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