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 opentelemetry-api from 1.23.0 to 1.24.0 #5899

Closed
wants to merge 2 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 29, 2024

Bumps opentelemetry-api from 1.23.0 to 1.24.0.

Changelog

Sourced from opentelemetry-api's changelog.

Version 1.24.0/0.45b0 (2024-03-28)

  • Make create_gauge non-abstract method (#3817)
  • Make tracer.start_as_current_span() decorator work with async functions (#3633)
  • Fix python 3.12 deprecation warning (#3751)
  • bump mypy to 0.982 (#3776)
  • Add support for OTEL_SDK_DISABLED environment variable (#3648)
  • Fix ValueError message for PeriodicExportingMetricsReader (#3769)
  • Use BaseException instead of Exception in record_exception (#3354)
  • Make span.record_exception more robust (#3778)
  • Fix license field in pyproject.toml files (#3803)
Commits
  • 01d1d4b [release/v1.24.x-0.45bx] Prepare release 1.24.0/0.45b0 (#3819)
  • bb89e0a Make create_gauge non-abstract method (#3817)
  • c2fc945 record_exception: Accept BaseException (#3354)
  • 29c293f Improve tracing sdk type annotations (#3794)
  • 694445f Fix license field in pyproject.toml files (#3803)
  • 06b82aa Make record_exception more robust handling them outside the except scope (#3778)
  • 2574707 Adds support OTEL_SDK_DISABLED environment variable (#3648)
  • 6dd85fc Fix shellcheck --severity=warning issues (#3789)
  • cc05a80 Use verbosity for logs example (#3800)
  • 5a6da15 Make tracer.start_as_current_span() decorator work with async functions (#3...
  • 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from a team as a code owner March 29, 2024 04:20
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 29, 2024
Copy link

codecov bot commented Mar 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.45%. Comparing base (5a57e73) to head (3f25603).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5899   +/-   ##
=======================================
  Coverage   67.45%   67.45%           
=======================================
  Files         348      348           
  Lines       30138    30138           
=======================================
  Hits        20329    20329           
  Misses       9809     9809           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Bumps [opentelemetry-api](https://github.com/open-telemetry/opentelemetry-python) from 1.23.0 to 1.24.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-python@v1.23.0...v1.24.0)

---
updated-dependencies:
- dependency-name: opentelemetry-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@jenshnielsen jenshnielsen force-pushed the dependabot/pip/opentelemetry-api-1.24.0 branch from 8d18d10 to bb2452e Compare April 2, 2024 09:07
@jenshnielsen
Copy link
Collaborator

This fails to typecheck with 3.9 because opentelemetry doesn't use typing_extensions

https://github.com/open-telemetry/opentelemetry-python/blob/main/opentelemetry-api/src/opentelemetry/util/_decorator.py#L26

Perhaps we should just drop pyright from 3.9 in preparation for anyway dropping 3.9

Copy link
Contributor Author

dependabot bot commented on behalf of github May 31, 2024

A newer version of opentelemetry-api exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@jenshnielsen
Copy link
Collaborator

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github May 31, 2024

Superseded by #6138.

@dependabot dependabot bot closed this May 31, 2024
auto-merge was automatically disabled May 31, 2024 07:41

Pull request was closed

@dependabot dependabot bot deleted the dependabot/pip/opentelemetry-api-1.24.0 branch May 31, 2024 07:41
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.

None yet

2 participants