Estimated end-of-life date, accurate to within three months: 08-2026 See the support level definitions for more information.
LLMObs.enableLLMObs.submit_evaluation_for() has been deprecated and will be removed in a future version. It will be replaced with LLMObs.submit_evaluation() which will take the signature of the original LLMObs.submit_evaluation_for() method in ddtrace version 4.0. Please use LLMObs.submit_evaluation() for submitting evaluations moving forward.
To migrate:
LLMObs.submit_evaluation_for(...) users: rename to LLMObs.submit_evaluation(...)LLMObs.submit_evaluation_for(...) users: rename the span_context argument to span, i.e. LLMObs.submit_evaluation(span_context={"span_id": ..., "trace_id": ...}, ...) to LLMObs.submit_evaluation(span={"span_id": ..., "trace_id": ...}, ...)Tracer.on_start_span and Tracer.deregister_on_start_span are deprecated and will be removed in v4.0.0 with no planned replacement.asyncio.create_task().asyncio and futures integrations are now enabled by default on LLMObs.enable(), which enables asynchronous context propagation for those libraries.LLMObs.submit_evaluation() and LLMObs.submit_evaluation_for() methods now accept a reasoning argument to denote an explanation of the evaluation results.parse() methods used for structured outputs.LLMObs.submit_evaluation_for() method now accepts a assessment argument to denote
whether or not the evaluation is valid or correct. Accepted values are either "pass" or "fail".parse() methods for structured outputs on chat.completions and responses endpoints (available in OpenAI SDK >= 1.92.0).track_user_id in the ATO SDK, which is equivalent to track_user but does not require the login, only the user id.requests with urllib3\<2.wrapt<2 until we can ensure full compatibility with the breaking changes.sumy package installs files under tests/* in site-packages, and this would cause any modules under tests.* to be considered third-party.AttributeError crash in certain configurations./v1/logs path is correctly added to prevent log payloads from being dropped by the Agent when using OTEL_EXPORTER_OTLP_ENDPOINT configuration. Metrics and traces are unaffected.Fetched April 3, 2026