Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 4, 2025

Bumps ddtrace from 3.12.0 to 3.12.4.

Release notes

Sourced from ddtrace's releases.

3.12.4

Bug Fixes

  • Tracing:
    • asyncpg: Fix the error "Error: expected pool connect callback to return an instance of 'asyncpg.connection.Connection', got 'ddtrace.contrib.internal.asyncpg.patch._TracedConnection'`" when a pool connection" due to using the custom connect option. With this fix, postgres.connect spans will be created when this option is used.

3.12.3

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

Bug Fixes

  • asgi: Fix websocket spans duration (on handshake span and incoming message spans), and parenting of close span when DD_TRACE_WEBSOCKET_MESSAGES_SEPARATE_TRACES is disabled.
  • SSI / Crashtracker: This fix loads the receiver script manually when not available in PATH.
  • Flares: Use default trace agent url for tracer flare.

3.12.2

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

Bug Fixes

  • CI Visibility: This fix resolves an issue where the pytest plugin would hold a reference to test exceptions beyond the end of the test, preventing them from being garbage-collected and increasing memory usage.
  • psycopg: This fix resolves a potential circular import with the psycopg3 contrib.

3.12.1

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

Bug Fixes

  • openai: Resolves an issue in the OpenAI integration where asyncio.CancelledError was not caught or re-raised.

  • LLM Observability: Properly parse DD_TAGS onto LLM Observability span events' tags.

Other Changes

  • LLM Observability: add ability to override the URL origin.
Commits
  • d125801 fix(asyncpg): fix _TracedConnection error when using the connect option in cr...
  • 077d257 fix(ssi, crashtracker): load receiver script manually when not available in P...
  • 9b71acf fix(asgi): fix websocket spans duration and close span [backport 3.12] (#14426)
  • 5d557e8 ci: upgrade bandit version [backport 3.12] (#14415)
  • 440ebc6 fix: use default trace agent url for tracer flare [backport 3.12] (#14407)
  • 9be6b31 chore: add traceback info to the failed to send message [backport 3.12] (#14352)
  • edb6a11 chore(ci_visibility): ensure exception dictionary is cleared after each test ...
  • b192a5b fix: remove potential circular import psycopg [backport 3.12] (#14340)
  • e9116b8 fix(ci_visibility): do not hold references to test exceptions [backport 3.12]...
  • 7222f7d fix(llmobs): properly parse DD_TAGS onto span events' tags [backport 3.12] ...
  • 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 3.12.0 to 3.12.4.
- [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@v3.12.0...v3.12.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 4, 2025
@dependabot dependabot bot requested a review from a team as a code owner September 4, 2025 03:05
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 4, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 4, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@pypi-combine-prs pypi-combine-prs bot mentioned this pull request Sep 4, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 4, 2025

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-3.12.4 branch September 4, 2025 19:42
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