You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
opentelemetry-sdk: Add host resource detector support to declarative file configuration via detection_development.detectors[].host
(#5002)
opentelemetry-sdk: Add container resource detector support to declarative file configuration via detection_development.detectors[].container, using entry point loading of the opentelemetry-resource-detector-containerid contrib package
(#5004)
opentelemetry-sdk: Add create_tracer_provider/configure_tracer_provider to declarative file configuration, enabling TracerProvider instantiation from config files without reading env vars
(#4985)
Enabled the flake8-tidy-import plugins rules for the ruff linter. These rules throw warnings for relative imports in the modules.
(#5019)
opentelemetry-sdk: Fix AttributeError in ExplicitBucketHistogramAggregation when applied to non-Histogram instruments without explicit boundaries
(#5034)
Fix BatchLogRecordProcessor default schedule_delay_millis from 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 the OTEL_BLRP_SCHEDULE_DELAY env var).
(#4998)
opentelemetry-sdk: Add process resource detector support to declarative file configuration via detection_development.detectors[].process
(#5001)
opentelemetry-api: Replace a broad exception in attribute cleaning tests to satisfy pylint in the lint-opentelemetry-api CI job
opentelemetry-sdk: Add create_meter_provider/configure_meter_provider to declarative file configuration, enabling MeterProvider instantiation from config files without reading env vars
(#4987)
opentelemetry-sdk: Add create_resource and create_propagator/configure_propagator to declarative file configuration, enabling Resource and propagator instantiation from config files without reading env vars
(#4979)
opentelemetry-sdk: Map Python CRITICAL log level to OTel FATAL severity text per the specification
(#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)
Fix intermittent CI failures in getting-started and tracecontext jobs 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)
opentelemetry-sdk: fix type annotations on MetricReader and related types
(#4938)
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 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)
Performance tests skipped in parallel mode due to memory ove...
3
Circuit breaker tests are timing-sensitive and don't run rel...
3
Checkov not installed (pip install checkov)
3
Requires ANTHROPIC_API_KEY
2
Requires VERTEX_PROJECT and NO GOOGLE_APPLICATION_CREDENTIAL...
2
Requires both VERTEX_PROJECT and GOOGLE_APPLICATION_CREDENTI...
2
Skipped inside Docker - Dockerfile not available in test ima...
2
Docker build tests skipped in parallel mode
2
⚠️ Action Items (94 tests need GitHub issues)
Action Items: Skipped Tests Without GitHub Issues
94 tests need GitHub issues created
For each test below, create a GitHub issue to track why it's skipped and when it should be enabled:
tests/builder/test_code_generator.py
test_generate_with_black_formatting_error_returns_unformatted_code (line 471)
- Reason: Black not installed - cannot test black formatting error path
- Action: Create issue and update skip decorator with issue number
tests/e2e/test_full_user_journey.py
test_01_concurrent_users (line 1202)
- Reason: Performance tests skipped in parallel mode due to memory overhead
- Action: Create issue and update skip decorator with issue number
test_02_large_conversation (line 1217)
- Reason: Performance tests skipped in parallel mode due to memory overhead
- Action: Create issue and update skip decorator with issue number
test_03_bulk_search (line 1232)
- Reason: Performance tests skipped in parallel mode due to memory overhead
- Action: Create issue and update skip decorator with issue number
tests/infrastructure/test_terraform_security.py
test_checkov_azure_secrets_compliance (line 389)
- Reason: Checkov not installed (pip install checkov)
- Action: Create issue and update skip decorator with issue number
test_checkov_aws_secrets_compliance (line 410)
- Reason: Checkov not installed (pip install checkov)
- Action: Create issue and update skip decorator with issue number
test_checkov_backend_setup_compliance (line 427)
- Reason: Checkov not installed (pip install checkov)
- Action: Create issue and update skip decorator with issue number
test_validate_uses_indexed_search_not_enumeration (line 84)
- Reason: API key validation tests skipped in parallel mode due to memory overhead with AsyncMock
- Action: Create issue and update skip decorator with issue number
test_indexed_lookup_performance_with_large_user_base (line 179)
- Reason: Performance tests skipped in parallel mode due to memory overhead (133GB VIRT, 42GB RES observed)
- Action: Create issue and update skip decorator with issue number
test_allowlist_mode_fails_closed_with_warning (line 63)
- Reason: Docker package not available
- Action: Create issue and update skip decorator with issue number
test_none_network_mode_works_correctly (line 89)
- Reason: Docker package not available
- Action: Create issue and update skip decorator with issue number
test_unrestricted_network_mode_enables_network (line 103)
- Reason: Docker package not available
- Action: Create issue and update skip decorator with issue number
test_docker_sandbox_documents_allowlist_limitation (line 169)
- Reason: Docker package not available
- Action: Create issue and update skip decorator with issue number
test_allowed_domains_ignored_when_network_disabled (line 211)
- Reason: Docker package not available
- Action: Create issue and update skip decorator with issue number
test_empty_allowed_domains_with_unrestricted_mode (line 231)
- Reason: Docker package not available
- Action: Create issue and update skip decorator with issue number
test_allowlist_will_require_allowed_domains (line 261)
- Reason: Docker package not available
- Action: Create issue and update skip decorator with issue number
test_allowlist_mode_preserves_allowed_domains_config (line 280)
- Reason: Docker package not available
- Action: Create issue and update skip decorator with issue number
tests/integration/test_agent.py
test_real_llm_invocation (line 442)
- Reason: Requires ANTHROPIC_API_KEY
- Action: Create issue and update skip decorator with issue number
test_agent_with_dynamic_context (line 279)
- Reason: Requires full infrastructure (Qdrant, Redis, LLM) - set RUN_FULL_INTEGRATION_TESTS=1
- Action: Create issue and update skip decorator with issue number
test_agent_with_verification_loop (line 316)
- Reason: Requires full infrastructure - set RUN_FULL_INTEGRATION_TESTS=1 and ANTHROPIC_API_KEY
- Action: Create issue and update skip decorator with issue number
test_mock_full_workflow (line 364)
- Reason: Requires langchain-google-genai - set RUN_FULL_INTEGRATION_TESTS=1
- Action: Create issue and update skip decorator with issue number
tests/integration/test_context_manager_llm.py
test_full_extraction_workflow (line 515)
- Reason: Requires ANTHROPIC_API_KEY
- Action: Create issue and update skip decorator with issue number
test_check_database_connectivity_with_real_postgres (line 53)
- Reason: PostgreSQL not available on test port
- Action: Create issue and update skip decorator with issue number
test_create_connection_pool_with_real_postgres (line 78)
- Reason: PostgreSQL not available on test port
- Action: Create issue and update skip decorator with issue number
test_check_database_connectivity_with_invalid_credentials (line 123)
- Reason: PostgreSQL not available on test port
- Action: Create issue and update skip decorator with issue number
test_check_database_connectivity_with_nonexistent_database (line 144)
- Reason: PostgreSQL not available on test port
- Action: Create issue and update skip decorator with issue number
test_check_database_connectivity_timeout (line 165)
- Reason: PostgreSQL not available on test port
- Action: Create issue and update skip decorator with issue number
test_create_redis_checkpointer (line 53)
- Reason: Redis checkpointer not installed
- Action: Create issue and update skip decorator with issue number
tests/integration/test_docker_image_assets.py
test_dockerfile_excludes_deployments_directory (line 60)
- Reason: Skipped inside Docker - Dockerfile not available in test image
- Action: Create issue and update skip decorator with issue number
test_dockerfile_excludes_scripts_directory (line 110)
- Reason: Skipped inside Docker - Dockerfile not available in test image
- Action: Create issue and update skip decorator with issue number
test_docker_test_image_excludes_deployments_at_runtime (line 185)
- Reason: Docker build tests skipped in parallel mode
- Action: Create issue and update skip decorator with issue number
test_docker_test_image_excludes_scripts_at_runtime (line 255)
- Reason: Docker build tests skipped in parallel mode
- Action: Create issue and update skip decorator with issue number
tests/integration/test_openfga_client.py
test_full_authorization_flow (line 453)
- Reason: Requires running OpenFGA instance (set RUN_INTEGRATION_TESTS=1)
- Action: Create issue and update skip decorator with issue number
test_circuit_breaker_fails_closed_for_critical_resources (line 530)
- Reason: Circuit breaker tests are timing-sensitive and don't run reliably in pytest-xdist parallel mode
- Action: Create issue and update skip decorator with issue number
test_circuit_breaker_fails_open_for_non_critical_resources (line 576)
- Reason: Circuit breaker tests are timing-sensitive and don't run reliably in pytest-xdist parallel mode
- Action: Create issue and update skip decorator with issue number
test_circuit_breaker_defaults_to_critical_true (line 622)
- Reason: Circuit breaker tests are timing-sensitive and don't run reliably in pytest-xdist parallel mode
- Action: Create issue and update skip decorator with issue number
tests/integration/test_postgres_storage.py
test_concurrent_audit_log_writes (line 266)
- Reason: Requires RUN_CONCURRENT_POOL_TESTS=true and real asyncpg pool (SimplePool doesn't support concurrent operations)
- Action: Create issue and update skip decorator with issue number
tests/integration/test_secrets_manager.py
test_full_secret_lifecycle (line 424)
- Reason: Requires Infisical credentials (TEST_INFISICAL_CLIENT_ID, TEST_INFISICAL_CLIENT_SECRET, TEST_INFISICAL_PROJECT_ID)
- Action: Create issue and update skip decorator with issue number
tests/integration/test_vertex_ai_anthropic.py
test_claude_sonnet_4_5_via_vertex_ai (line 90)
- Reason: No reason provided
- Action: Create issue and update skip decorator with issue number
test_claude_haiku_4_5_via_vertex_ai (line 113)
- Reason: No reason provided
- Action: Create issue and update skip decorator with issue number
test_claude_opus_4_5_via_vertex_ai (line 136)
- Reason: No reason provided
- Action: Create issue and update skip decorator with issue number
test_claude_sonnet_4_5_reasoning (line 159)
- Reason: No reason provided
- Action: Create issue and update skip decorator with issue number
test_vertex_ai_claude_with_conversation (line 182)
- Reason: No reason provided
- Action: Create issue and update skip decorator with issue number
test_vertex_ai_uses_project_from_config (line 222)
- Reason: No reason provided
- Action: Create issue and update skip decorator with issue number
test_vertex_ai_supports_multiple_regions (line 240)
- Reason: No reason provided
- Action: Create issue and update skip decorator with issue number
test_vertex_ai_invalid_model_name (line 286)
- Reason: No reason provided
- Action: Create issue and update skip decorator with issue number
tests/integration/test_vertex_ai_auth_methods.py
test_workload_identity_claude (line 48)
- Reason: Requires VERTEX_PROJECT and NO GOOGLE_APPLICATION_CREDENTIALS (Workload Identity)
- Action: Create issue and update skip decorator with issue number
test_workload_identity_gemini (line 71)
- Reason: Requires VERTEX_PROJECT and NO GOOGLE_APPLICATION_CREDENTIALS (Workload Identity)
- Action: Create issue and update skip decorator with issue number
test_service_account_key_claude (line 102)
- Reason: Requires both VERTEX_PROJECT and GOOGLE_APPLICATION_CREDENTIALS
- Action: Create issue and update skip decorator with issue number
test_service_account_key_gemini (line 125)
- Reason: Requires both VERTEX_PROJECT and GOOGLE_APPLICATION_CREDENTIALS
- Action: Create issue and update skip decorator with issue number
test_auto_detect_auth_method (line 156)
- Reason: VERTEX_PROJECT not set - requires Vertex AI access
- Action: Create issue and update skip decorator with issue number
tests/integration/test_vertex_ai_google.py
test_gemini_3_pro_via_vertex_ai_explicit_prefix (line 41)
- Reason: VERTEX_PROJECT not set - requires Vertex AI access
- Action: Create issue and update skip decorator with issue number
test_gemini_3_pro_via_vertex_ai_implicit_routing (line 64)
- Reason: VERTEX_PROJECT not set - requires Vertex AI access
- Action: Create issue and update skip decorator with issue number
test_gemini_2_5_flash_via_vertex_ai (line 87)
- Reason: VERTEX_PROJECT not set - requires Vertex AI access
- Action: Create issue and update skip decorator with issue number
test_gemini_2_5_flash_via_vertex_ai_implicit (line 110)
- Reason: VERTEX_PROJECT not set - requires Vertex AI access
- Action: Create issue and update skip decorator with issue number
test_vertex_ai_gemini_with_conversation (line 133)
- Reason: VERTEX_PROJECT not set - requires Vertex AI access
- Action: Create issue and update skip decorator with issue number
test_vertex_ai_gemini_uses_project_from_config (line 171)
- Reason: VERTEX_PROJECT not set - requires Vertex AI access
- Action: Create issue and update skip decorator with issue number
test_vertex_ai_gemini_supports_multiple_regions (line 191)
- Reason: VERTEX_PROJECT not set - requires Vertex AI access
- Action: Create issue and update skip decorator with issue number
test_vertex_ai_prefix_vs_no_prefix_equivalence (line 212)
- Reason: VERTEX_PROJECT not set - requires Vertex AI access
- Action: Create issue and update skip decorator with issue number
test_vertex_ai_gemini_invalid_model_name (line 269)
- Reason: VERTEX_PROJECT not set - requires Vertex AI access
- Action: Create issue and update skip decorator with issue number
test_vertex_ai_gemini_empty_message (line 289)
- Reason: VERTEX_PROJECT not set - requires Vertex AI access
- Action: Create issue and update skip decorator with issue number
tests/meta/test_docker_environment.py
test_docker_working_directory_is_app (line 226)
- Reason: Only in Docker test environment
- Action: Create issue and update skip decorator with issue number
tests/meta/validation/test_mermaid_validation.py
test_sequence_diagram_with_classdef_is_invalid (line 51)
- Reason: Function not implemented yet
- Action: Create issue and update skip decorator with issue number
test_sequence_diagram_with_class_assignment_is_invalid (line 66)
- Reason: Function not implemented yet
- Action: Create issue and update skip decorator with issue number
test_sequence_diagram_with_both_classdef_and_class_is_invalid (line 84)
- Reason: Function not implemented yet
- Action: Create issue and update skip decorator with issue number
test_sequence_diagram_without_classdef_is_valid (line 102)
- Reason: Function not implemented yet
- Action: Create issue and update skip decorator with issue number
test_flowchart_with_classdef_is_valid (line 118)
- Reason: Function not implemented yet
- Action: Create issue and update skip decorator with issue number
test_non_sequence_diagram_skips_validation (line 131)
- Reason: Function not implemented yet
- Action: Create issue and update skip decorator with issue number
test_mismatched_subgraph_end_is_invalid (line 153)
- Reason: Function not implemented yet
- Action: Create issue and update skip decorator with issue number
test_matched_subgraph_end_is_valid (line 170)
- Reason: Function not implemented yet
- Action: Create issue and update skip decorator with issue number
test_nested_subgraph_is_valid (line 186)
- Reason: Function not implemented yet
- Action: Create issue and update skip decorator with issue number
test_simple_flowchart_without_subgraph_is_valid (line 202)
- Reason: Function not implemented yet
- Action: Create issue and update skip decorator with issue number
test_sequence_diagram_skips_subgraph_validation (line 214)
- Reason: Function not implemented yet
- Action: Create issue and update skip decorator with issue number
test_detects_sequence_diagram (line 235)
- Reason: Function not imported
- Action: Create issue and update skip decorator with issue number
test_detects_sequence_diagram_with_init (line 245)
- Reason: Function not imported
- Action: Create issue and update skip decorator with issue number
test_flowchart_is_not_sequence_diagram (line 256)
- Reason: Function not imported
- Action: Create issue and update skip decorator with issue number
test_detects_flowchart_diagram (line 265)
- Reason: Function not imported
- Action: Create issue and update skip decorator with issue number
test_detects_graph_as_flowchart (line 274)
- Reason: Function not imported
- Action: Create issue and update skip decorator with issue number
test_terraform_aws_irsa_diagram_pattern (line 292)
- Reason: Function not implemented yet
- Action: Create issue and update skip decorator with issue number
test_keycloak_sso_diagram_pattern (line 325)
- Reason: Function not implemented yet
- Action: Create issue and update skip decorator with issue number
test_demonstrate_async_override_bug_explicitly (line 230)
- Reason: Intentionally skipped - this test demonstrates the bug and is expected to fail
- Action: Create issue and update skip decorator with issue number
test_parallel_execution_creates_independent_storage_instances (line 190)
- Reason: This test only meaningful in parallel execution mode
- Action: Create issue and update skip decorator with issue number
tests/unit/auth/test_api_key_manager.py
test_validate_api_key_beyond_first_page (line 542)
- Reason: Pagination tests skipped in parallel mode - creates 150 mock users causing memory overhead
- Action: Create issue and update skip decorator with issue number
test_validate_api_key_not_found_after_pagination (line 594)
- Reason: Pagination tests skipped in parallel mode - creates 150 mock users causing memory overhead
- Action: Create issue and update skip decorator with issue number
test_validate_api_key_pagination_stops_on_match (line 630)
- Reason: Pagination tests skipped in parallel mode - creates 250 mock users causing memory overhead
- Action: Create issue and update skip decorator with issue number
tests/unit/execution/test_security_practices.py
test_kubernetes_sandbox_does_not_use_insecure_md5 (line 46)
- Reason: kubernetes library not installed (optional dependency for kubernetes sandbox)
- Action: Create issue and update skip decorator with issue number
test_settings_injection_does_not_affect_global_settings (line 131)
- Reason: Settings isolation test may interfere with parallel execution
- Action: Create issue and update skip decorator with issue number
Target: Reduce untracked skipped tests to <20 (currently 94)
⚠️ This PR requires manual review before merging:\n\nUpdate Type: \nDependencies: opentelemetry-exporter-otlp-proto-http\n\nPlease review the changes and merge when ready.
This pull request has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs within 7 days.
Please push new commits or comment if this PR is still being worked on.
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.
dependabotBot
deleted the
dependabot/pip/opentelemetry-exporter-otlp-proto-http-gte-1.41.0
branch
May 21, 2026 00:22
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the requirements on opentelemetry-exporter-otlp-proto-http to permit the latest version.
Changelog
Sourced from opentelemetry-exporter-otlp-proto-http's changelog.
... (truncated)
Commits
1a178fc[release/v1.41.x-0.62bx] Prepare release 1.41.0/0.62b0 (#5064)37dea4bfeat: add experimental logger configurator (#4980)7c860camisc: update version for codegen-json and proto-json packages (#5061)b3d98b3[chore]: update readme (#5060)dbbd1bcfeat(config): Add MeterProvider support for declarative config (#4987)6faa58cfeat(config): add host resource detector support for declarative config (#5002)c0cbfbdfeat(config): wire container resource detector via entry point loading (#5004)f764e45feat(config): Add TracerProvider support for declarative config (#4985)e301732Add MikeGoldsmith to approvers (#5038)8783a58introducealls-greenaction for required checks (#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.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)