Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 18, 2024

Bumps ddtrace from 2.4.0 to 2.4.1.

Release notes

Sourced from ddtrace's releases.

2.4.1

Bug Fixes

  • IAST: Don't split AST Assign nodes since it's not needed for propagation to work.
  • CI Visibility: Fix for an import issue that caused the pytest plugin to fail to properly initialize a test session and exit with an import exception.
  • tracing: Fixes a bug that prevents span links from being visualized in the Datadog UI.
  • Vulnerability Management for Code-level (IAST): Fix an unhandled ValueError in ast_function thrown in some cases (i.e. Numpy arrays when converted to bool).
  • langchain: This fix resolves an get_openai_token_cost_for_model import error in langchain version 0.0.351 or later.
  • tracing: Ensures all fields in ddtrace.context.Context are picklable.
Commits
  • 605dc5d fix(langchain): import error [backport 2.4] (#8061)
  • 663293a ci: skip some test_stack.py tests on 3.12 [backport 2.4] (#8084)
  • 9f80f12 fix(internal): support for namespace packages [backport 2.4] (#8086)
  • 7b2d983 fix: avoid changing the AST assign node since it's not needed for propagation...
  • adacac7 fix(iast): handle value error thrown by numpy [backport 2.4] (#8091)
  • ec25dd9 fix(ci): pin versions of sphinx dependencies to unlock ci [backport 2.4] (#8106)
  • a9a225a fix(span_links): revert regression in v04 encoding [backport 2.4] (#8100)
  • b086a4c fix(otel): ensures ids in span links are in hex [backport 2.4] (#8065)
  • 92eac20 ci: pin trio for starlette (#8058) [backport 2.4] (#8070)
  • c6d996c fix(context): ensures all fields in Context are picklable [backport 2.4] (#8056)
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps [ddtrace](https://github.com/DataDog/dd-trace-py) from 2.4.0 to 2.4.1.
- [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@v2.4.0...v2.4.1)

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

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

dependabot bot commented on behalf of github Jan 18, 2024

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-2.4.1 branch January 18, 2024 15:37
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