Fix minimum Datadog Agent version for Python ddtrace v4 - #38555
Merged
Conversation
Update the minimum Datadog Agent version for the >=4.0,<5 release branch from 7.28 to 7.63.0 to match the v4 migration guide requirement. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
The 7.76.1 figure is a recommendation tied to auth parameter obfuscation, not a hard minimum requirement to run the tracer. Co-authored-by: Cursor <cursoragent@cursor.com>
This reverts commit 1820333.
Contributor
Preview links (active after the
|
evazorro
approved these changes
Aug 4, 2026
evazorro
left a comment
Contributor
There was a problem hiding this comment.
Thanks for updating the docs!
Jackie-Robson
approved these changes
Aug 6, 2026
…-min-agent-version
This comment has been minimized.
This comment has been minimized.
…-min-agent-version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do? What is the motivation?
Updates the "Minimum Datadog Agent" value for the
>=4.0,<5release branch in the Python Compatibility Requirements release table from7.28to7.63.0.The v4 migration guide (
tracing/trace_collection/automatic_instrumentation/dd_libraries/migrate/python/v4) documents that ddtrace v4 requires Datadog Agent v7.63.0 or newer, but the release table on the Python Compatibility Requirements page still listed7.28for v4. This corrected the discrepancy so the table matches the documented v4 requirement. The>=3.0,<4and>=2.0,<3rows are left at7.28, which reflects the historical minimum for those older majors.https://docs.datadoghq.com/tracing/trace_collection/compatibility/python/#releases

https://docs.datadoghq.com/tracing/trace_collection/automatic_instrumentation/dd_libraries/migrate/python/v3/

Merge instructions
Merge readiness:
Additional notes
Made with Cursor