Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore(deps): bump opentelemetry-api from 1.38.0 to 1.39.1#19157

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubDec 12, 2025
edited
Loading

Bumpsopentelemetry-api from 1.38.0 to 1.39.1.

Changelog

Sourced fromopentelemetry-api's changelog.

Version 1.39.1/0.60b1 (2025-12-11)

  • Silence events API warnings for internal users(#4847)

Version 1.39.0/0.60b0 (2025-12-03)

  • opentelemetry-api: Convert objects of any type other than AnyValue in attributes to string to be exportable(#4808)

  • docs: Added sqlcommenter example(#4734)

  • build: bump ruff to 0.14.1(#4782)

  • Addopentelemetry-exporter-credential-provider-gcp as an optional dependency toopentelemetry-exporter-otlp-proto-grpcandopentelemetry-exporter-otlp-proto-http(#4760)

  • semantic-conventions: Bump to 1.38.0(#4791)

  • [BREAKING] Remove LogData and extend SDK LogRecord to have instrumentation scope(#4676)

  • [BREAKING] Rename several classes from Log to LogRecord(#4647)

    Migration Guide:

    LogData has been removed. Users should update their code as follows:

    • For Log Exporters: Change fromSequence[LogData] toSequence[ReadableLogRecord]

      # Beforefromopentelemetry.sdk._logsimportLogDatadefexport(self,batch:Sequence[LogData])->LogRecordExportResult:    ...Afterfromopentelemetry.sdk._logsimportReadableLogRecorddefexport(self,batch:Sequence[ReadableLogRecord])->LogRecordExportResult:...

    • For Log Processors: UseReadWriteLogRecord for processing,ReadableLogRecord for exporting

      # Beforefromopentelemetry.sdk._logsimportLogDatadefon_emit(self,log_data:LogData):    ...Afterfromopentelemetry.sdk._logsimportReadWriteLogRecord,ReadableLogRecorddefon_emit(self,log_record:ReadWriteLogRecord):

... (truncated)

Commits

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)

@dependabotdependabotbot added dependenciesPull requests that update a dependency file pythonPull requests that update Python code labelsDec 12, 2025
@dependabotdependabotbot requested a review froma team as acode ownerDecember 12, 2025 09:12
@dependabotdependabotbot added dependenciesPull requests that update a dependency file pythonPull requests that update Python code labelsDec 12, 2025
This was referencedDec 16, 2025
@miketheman
Copy link
Member

@dependabot rebase

dependabot[bot] reacted with thumbs up emoji

Bumps [opentelemetry-api](https://github.com/open-telemetry/opentelemetry-python) from 1.38.0 to 1.39.1.- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/v1.39.1/CHANGELOG.md)- [Commits](open-telemetry/opentelemetry-python@v1.38.0...v1.39.1)---updated-dependencies:- dependency-name: opentelemetry-api  dependency-version: 1.39.1  dependency-type: indirect  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbotforce-pushed thedependabot/pip/opentelemetry-api-1.39.1 branch from2e436b1 toab0c84bCompareDecember 17, 2025 18:46
@pypi-combine-prspypi-combine-prsbot mentioned this pull requestDec 18, 2025
@dependabot@github
Copy link
ContributorAuthor

dependabotbot commented on behalf ofgithubDec 18, 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 anignore condition with the desiredupdate_types to your config file.

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

@dependabotdependabotbot deleted the dependabot/pip/opentelemetry-api-1.39.1 branchDecember 18, 2025 14:53
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

dependenciesPull requests that update a dependency filepythonPull requests that update Python code

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@miketheman

[8]ページ先頭

©2009-2025 Movatter.jp