Skip to content

chore(deps): bump ddtrace from 4.1.1 to 4.1.3#19277

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/ddtrace-4.1.3
Closed

chore(deps): bump ddtrace from 4.1.1 to 4.1.3#19277
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/ddtrace-4.1.3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 8, 2026

Bumps ddtrace from 4.1.1 to 4.1.3.

Release notes

Sourced from ddtrace's releases.

4.1.3

Estimated end-of-life date, accurate to within three months: 07-2027 See the support level definitions for more information.

Bug Fixes

  • SSI: This fixes an issue where ddtrace fails to find _psutil_linux.abi3.so file in an injected environment.
  • LLM Observability: This fix resolves an issue where using multiple sequential annotation_context blocks caused annotations to fail after the first operation in subsequent contexts. Previously, the trace context created by the first annotation_context remained active after exiting, causing the second context to reuse a stale context ID. This resulted in annotations not being applied to spans after the first batch call in the second annotation_context block.
  • profiling: the Profiler now always uses the name of leaf tasks for the "Task name" label. Previously, one of the Stacks would be labelled with the parent task's name, which would lead to inconsistent behaviour across runs.
  • profiling: a bug causing crashes when using uvloop and forking has been resolved.
  • profiling: This improves the accuracy of stacks for on-CPU asyncio Tasks by reducing the odds of Frames for a Task polluting the stack of other Tasks.
  • profiling: This fix resolves an issue where memory profiler module fails to load when the system doesn't have libatomic installed.

4.1.2

Estimated end-of-life date, accurate to within three months: 07-2027 See the support level definitions for more information.

Bug Fixes

  • ray
    • This fix resolves an issue where None metadata in Ray job submission caused a crash.
  • profiling
    • the build now uses the correct location for the native extension module. Previously, linking would work correctly in tests, but published wheels failed to import the memory profiler extension.
Commits
  • 2096c60 chore: bump version to 4.1.3
  • 0a6b93d fix(lib-injection): don't set py-limited-api for psutil [backport 4.1] (#15907)
  • 7546100 fix(profiling): don't link with libatomic [backport 4.1] (#15868)
  • e574ad3 fix(llmobs): subsequent context handling with annotations (#15764) (#15893)
  • c264008 ci(iast): fix flaky benchmark test [backport 4.1] (#15765)
  • 881beaa fix(profiling): fix crash with uvloop and subprocess [backport 4.1] (#15858)
  • c815cbf fix(profiling): always use leaf Task name [backport 4.1] (#15859)
  • 2229361 chore(profiling): improve typing [backport 4.1] (#15856)
  • 038b97b test(profiling): unflake test_gunicorn [backport 4.1] (#15864)
  • 58e3115 fix(profiling): workaround on-CPU Task race condition [backport 4.1] (#15854)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ddtrace](https://github.com/DataDog/dd-trace-py) from 4.1.1 to 4.1.3.
- [Release notes](https://github.com/DataDog/dd-trace-py/releases)
- [Changelog](https://github.com/DataDog/dd-trace-py/blob/main/CHANGELOG.md)
- [Commits](DataDog/dd-trace-py@v4.1.1...v4.1.3)

---
updated-dependencies:
- dependency-name: ddtrace
  dependency-version: 4.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 8, 2026
@dependabot dependabot bot requested a review from a team as a code owner January 8, 2026 10:09
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 8, 2026
@pypi-combine-prs pypi-combine-prs bot mentioned this pull request Jan 8, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 8, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/ddtrace-4.1.3 branch January 8, 2026 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants