Update opentelemetry-api requirement from >=1.28 to >=1.41.0
Open-source behavioral intelligence platform for detecting child groom
Brought to you by:
sentinel-safety
Originally created by: dependabot[bot]
Updates the requirements on opentelemetry-api to permit the latest version.
Sourced from opentelemetry-api's changelog.
Version 1.41.0/0.62b0 (2026-04-09)
opentelemetry-sdk: Addhostresource detector support to declarative file configuration viadetection_development.detectors[].host(#5002](https://github.com/href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/5002">/issues/5002))opentelemetry-sdk: Addcontainerresource detector support to declarative file configuration viadetection_development.detectors[].container, using entry point loading of theopentelemetry-resource-detector-containeridcontrib package (#5004](https://github.com/href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/5004">/issues/5004))opentelemetry-sdk: Addcreate_tracer_provider/configure_tracer_providerto declarative file configuration, enabling TracerProvider instantiation from config files without reading env vars (#4985](https://github.com/href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4985">/issues/4985))- Enabled the flake8-tidy-import plugins rules for the ruff linter. These rules throw warnings for relative imports in the modules. (#5019](https://github.com/href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/5019">/issues/5019))
opentelemetry-sdk: FixAttributeErrorinExplicitBucketHistogramAggregationwhen applied to non-Histogram instruments without explicit boundaries (#5034](https://github.com/href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/5034">/issues/5034))- Fix
BatchLogRecordProcessordefaultschedule_delay_millisfrom 5000ms to 1000ms to comply with the OTel specification. Note: logs may be exported 5x more frequently by default (e.g. for users who don't explicitly set theOTEL_BLRP_SCHEDULE_DELAYenv var). (#4998](https://github.com/href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4998">/issues/4998))opentelemetry-sdk: Addprocessresource detector support to declarative file configuration viadetection_development.detectors[].process(#5001](https://github.com/href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/5001">/issues/5001))opentelemetry-sdk: Add shared_parse_headershelper for declarative config OTLP exporters (#5021](https://github.com/href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/5021">/issues/5021))opentelemetry-api: Replace a broad exception in attribute cleaning tests to satisfy pylint in thelint-opentelemetry-apiCI jobopentelemetry-sdk: Addcreate_meter_provider/configure_meter_providerto declarative file configuration, enabling MeterProvider instantiation from config files without reading env vars (#4987](https://github.com/href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4987">/issues/4987))opentelemetry-sdk: Addcreate_resourceandcreate_propagator/configure_propagatorto declarative file configuration, enabling Resource and propagator instantiation from config files without reading env vars (#4979](https://github.com/href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4979">/issues/4979))opentelemetry-sdk: Map PythonCRITICALlog level to OTelFATALseverity text per the specification (#4984](https://github.com/href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/4984">/issues/4984))opentelemetry-sdk: Add file configuration support with YAML/JSON loading, environment variable substitution, and schema validation against the vendored OTel config JSON schema (#4898](https://github.com/href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4898">/issues/4898))- Fix intermittent CI failures in
getting-startedandtracecontextjobs caused by GitHub git CDN SHA propagation lag by installing contrib packages from the already-checked-out local copy instead of a second git clone (#4958](https://github.com/href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4958">/issues/4958))opentelemetry-sdk: fix type annotations onMetricReaderand related types (#4938](https://github.com/href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4938/">/issues/4938))opentelemetry-sdk: implement log creation metric (#4935](https://github.com/href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4935">/issues/4935))opentelemetry-sdk: implement metric reader metrics (#4970](https://github.com/href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4970">/issues/4970))opentelemetry-sdk: implement processor metrics (#5012](https://github.com/href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/5012">/issues/5012))opentelemetry-sdk: upgrade vendored OTel configuration schema from v1.0.0-rc.3 to v1.0.0 (#4965](https://github.com/href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4965">/issues/4965))opentelemetry-sdk: implement exporter metrics (#4976](https://github.com/href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4976">/issues/4976))- improve check-links ci job (#4978](https://github.com/href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4978">/issues/4978))
- Resolve some Pyright type errors in Span/ReadableSpan and utility stubs (#4973](https://github.com/href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4973">/issues/4973))
opentelemetry-exporter-prometheus: Fix metric name prefix (#4895](https://github.com/href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4895">/issues/4895))opentelemetry-api,opentelemetry-sdk: Add deepcopy support forBoundedAttributesandBoundedList(#4934](https://github.com/href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4934">/issues/4934))
... (truncated)
1a178fc [release/v1.41.x-0.62bx] Prepare release 1.41.0/0.62b0 (#5064](https://github.com/href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/5064">/issues/5064))37dea4b feat: add experimental logger configurator (#4980](https://github.com/href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/4980">/issues/4980))7c860ca misc: update version for codegen-json and proto-json packages (#5061](https://github.com/href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/5061">/issues/5061))b3d98b3 [chore]: update readme (#5060](https://github.com/href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/5060">/issues/5060))dbbd1bc feat(config): Add MeterProvider support for declarative config (#4987](https://github.com/href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/4987">/issues/4987))6faa58c feat(config): add host resource detector support for declarative config (#5002](https://github.com/href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/5002">/issues/5002))c0cbfbd feat(config): wire container resource detector via entry point loading (#5004](https://github.com/href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/5004">/issues/5004))f764e45 feat(config): Add TracerProvider support for declarative config (#4985](https://github.com/href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/4985">/issues/4985))e301732 Add MikeGoldsmith to approvers (#5038](https://github.com/href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/5038">/issues/5038))8783a58 introduce alls-green action for required checks (#4988](https://github.com/href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/4988">/issues/4988))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.
Originally posted by: dependabot[bot]
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.