Skip to content

deps(python): update opentelemetry-exporter-otlp requirement from >=1.43.0 to >=1.44.0 in /python - #69

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python/opentelemetry-exporter-otlp-gte-1.44.0
Closed

deps(python): update opentelemetry-exporter-otlp requirement from >=1.43.0 to >=1.44.0 in /python#69
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python/opentelemetry-exporter-otlp-gte-1.44.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 16, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on opentelemetry-exporter-otlp to permit the latest version.

Changelog

Sourced from opentelemetry-exporter-otlp's changelog.

Version 1.44.0/0.65b0 (2026-07-16)

Added

  • opentelemetry-docker-tests: Refactor Docker tests to properly validate contents of exported telemetry (#5220)
  • opentelemetry-exporter-otlp-common: add shared package for common OTLP utilities (#5252)
  • opentelemetry-sdk: add MissingDependencyError exception for declarative configuration and use it for missing optional dependency errors (#5265)
  • opentelemetry-sdk: Add ability to refresh process dependent Resource attributes (#5280)
  • opentelemetry-sdk: add force_flush method to LogRecordExporter ABC (#5294)
  • opentelemetry-sdk: Make it possible to limit the size of stored spans in InMemorySpanExporter (#5296)
  • opentelemetry-sdk: add log record limits environment variables OTEL_LOGRECORD_ATTRIBUTE_COUNT_LIMIT and OTEL_LOGRECORD_ATTRIBUTE_VALUE_LENGTH_LIMIT (#5300)
  • opentelemetry-sdk: add support for file exporter with declarative config (#5311)
  • opentelemetry-sdk: expose SynchronousMultiLogRecordProcessor and ConcurrentMultiLogRecordProcessor publicly (#5327)
  • opentelemetry-sdk: point the declarative configuration package README at the shared language support status matrix in the opentelemetry-configuration repo, so Python conformance status lives alongside the other languages instead of being duplicated per language SDK. (#5347)
  • opentelemetry-sdk: document that Python-implementation extensions (OTEL_PYTHON_* variables) are bypassed when OTEL_CONFIG_FILE is set. The env-var initialisation path is skipped entirely in favour of the declarative file; honouring these alongside a config file is tracked as a follow-up. (#5353)
  • opentelemetry-sdk: wire id_generator from declarative configuration to TracerProvider (#5363)
  • opentelemetry-sdk: Add support for activating instrumentors from a declarative configuration file via the instrumentation/development.python section. Instrumentors can declare a configuration attribute to have their options validated through the same type-coercion pipeline used for SDK component configuration. (#5372)

... (truncated)

Commits
  • 53a5a40 Prepare release 1.44.0/0.65b0 (#5422)
  • d9f34e7 Fixup eachdist.py handling of package names (#5417)
  • d10f472 opentelemetry-semantic-conventions: Bump to 1.43.0 (#5413)
  • ae8feeb Update otelbot token workflows to use client IDs (#5404)
  • 67a2abd Fix Context in-place mutability bypass via inherited dict methods (#5399)
  • 87baad9 Bump semconv to 1.42.0 (#5410)
  • 23dc0b2 opentelemetry-sdk: add 'force_flush' method to LogRecordExporter ABC (#5294)
  • bec55fd opentelemetry-sdk: expose SynchronousMultiLogRecordProcessor and ConcurrentMu...
  • 55d0b7a opentelemetry-sdk: Add ability to refresh process sensitive Resource attribut...
  • 6115db2 opentelemetry-sdk: add log record limits environment variables (#5300)
  • Additional commits viewable in compare view

@dependabot @github

dependabot Bot commented on behalf of github Jul 16, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, python. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Updates the requirements on [opentelemetry-exporter-otlp](https://github.com/open-telemetry/opentelemetry-python) to permit the latest version.
- [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.43.0...v1.44.0)

---
updated-dependencies:
- dependency-name: opentelemetry-exporter-otlp
  dependency-version: 1.44.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/pip/python/opentelemetry-exporter-otlp-gte-1.44.0 branch from c49f308 to 610b1e9 Compare July 29, 2026 12:51
electricapp added a commit that referenced this pull request Jul 29, 2026
- rust-toolchain 1.95 -> 1.97, MSRV to match; fix new clippy manual-Option::zip lint

- pyproject: opentelemetry-api/-exporter-otlp >=1.44.0, ray >=2.56.1, torch-geometric >=2.8.0.post1 (from PRs #68/#69/#73/#75)

- cargo update (root + fuzz), uv lock --upgrade

- gitignore fuzzer-generated corpus/artifacts, keep seed_* files

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@electricapp

Copy link
Copy Markdown
Owner

Superseded: this bump landed directly on main (pyproject constraint + uv.lock refresh) after the PR went stale against sibling lockfile merges.

@electricapp
electricapp deleted the dependabot/pip/python/opentelemetry-exporter-otlp-gte-1.44.0 branch July 29, 2026 12:57
@dependabot @github

dependabot Bot commented on behalf of github Jul 29, 2026

Copy link
Copy Markdown
Contributor Author

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.

electricapp added a commit that referenced this pull request Jul 29, 2026
- rust-toolchain 1.95 -> 1.97, MSRV to match; fix new clippy manual-Option::zip lint

- pyproject: opentelemetry-api/-exporter-otlp >=1.44.0, ray >=2.56.1, torch-geometric >=2.8.0.post1 (from PRs #68/#69/#73/#75)

- cargo update (root + fuzz), uv lock --upgrade

- gitignore fuzzer-generated corpus/artifacts, keep seed_* files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant