Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ddtrace from 2.9.2 to 2.9.3 #1639

Merged
merged 1 commit into from
Jul 25, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 23, 2024

Bumps ddtrace from 2.9.2 to 2.9.3.

Release notes

Sourced from ddtrace's releases.

2.9.3

Bug Fixes

  • Code Security: Adds encodings.idna to the IAST patching denylist to avoid problems with gevent.
  • Code Security: Adds the boto package to the IAST patching denylist.
  • celery: Changes error.message span tag to no longer include the traceback that is already included in the error.stack span tag.
  • CI Visibility: Fixes source file information that would be incorrect in certain decorated / wrapped scenarios, and forces paths to be relative to the repository root if present.
  • LLM Observability: Resolves a typing hint error in the ddtrace.llmobs.utils.Documents helper class constructor where type hints did not accept input dictionaries with integer or float values.
  • LLM Observability: Resolves an issue where the OpenAI and AWS Bedrock integrations were always setting temperature and max_tokens parameters to LLM invocations. The OpenAI integration in particular was setting the wrong temperature default values. These parameters are now only set if provided in the request.
  • profiling: Fixes an issue where task information coming from echion was encoded improperly, which could segfault the application.
  • tracing: Fixes a potential crash where using partial flushes and tracer.configure() could result in an IndexError.
  • internal: fixes an issue where some pathlib functions return OSError on Windows.
  • flask: Fix scenarios when using flask-like frameworks would cause a crash because of patching issues on startup.
  • wsgi: Ensures the status of wsgi Spans are not set to error when a StopIteration exception is raised. With this change, StopIteration exceptions in this context will be ignored.
  • langchain: Tags non-dict inputs to LCEL chains appropriately. Non-dict inputs are stringified, and dict inputs are tagged by key-value pairs.

Other Changes

  • LLM Observability: The SDK allowed users to submit an unsupported numerical evaluation metric type. All evaluation metric types submitted with numerical type will now be automatically converted to a score type. As an alternative to using the numerical type, use score instead.
Commits
  • 94fe5ff fix: add encodings.idna to the denylist [backport 2.9] (#9886)
  • ccc9a4f chore(llmobs): extract and refactor langchain llmobs tests [backport 2.9] (#9...
  • f4324bd fix(celery): ensure error.message tag does not include stacktrace [backport 2...
  • 0dbf2d5 fix(ci): add workaround for importlib-resources name discrepancies [backpor...
  • ffa42c6 fix(wsgi): don't report stopiteration errors [backport 2.9] (#9828)
  • 01291fc fix(llmobs): only set temperature/max_tokens if provided [backport #9756 to 2...
  • 975e1e7 fix(internal): catch pathlib OSError in packages.py [backport 2.9] (#9722)
  • f51b196 chore(llmobs): backport token metric key name changes to 2.9 (#9807)
  • c14159e fix(flask): fix crashes with flask-like frameworks [backport 2.9] (#9749)
  • 970f66a chore(ci): add OCI packaging [backport 2.9] (#9802)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 2.9.2 to 2.9.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@v2.9.2...v2.9.3)

---
updated-dependencies:
- dependency-name: ddtrace
  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 Jul 23, 2024
@lexicalunit lexicalunit merged commit 0bb7bc7 into main Jul 25, 2024
4 checks passed
@lexicalunit lexicalunit deleted the dependabot/pip/ddtrace-2.9.3 branch July 25, 2024 16:39
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.

1 participant