Skip to content

chore(deps): bump opentelemetry-instrumentation from 0.40b0 to 0.41b0 in /packages/opentelemetry-instrumentation-chromadb#19

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/packages/opentelemetry-instrumentation-chromadb/opentelemetry-instrumentation-0.41b0
Closed

chore(deps): bump opentelemetry-instrumentation from 0.40b0 to 0.41b0 in /packages/opentelemetry-instrumentation-chromadb#19
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/packages/opentelemetry-instrumentation-chromadb/opentelemetry-instrumentation-0.41b0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Sep 13, 2023

Bumps opentelemetry-instrumentation from 0.40b0 to 0.41b0.

Changelog

Sourced from opentelemetry-instrumentation's changelog.

Version 1.20.0/0.41b0 (2023-09-01)

Fixed

  • opentelemetry-instrumentation-asgi Fix UnboundLocalError local variable 'start' referenced before assignment (#1889)
  • Fixed union typing error not compatible with Python 3.7 introduced in opentelemetry-util-http, fix tests introduced by patch related to sanitize method for wsgi (#1913)
  • opentelemetry-instrumentation-celery Unwrap Celery's ExceptionInfo errors and report the actual exception that was raised. (#1863)

Added

  • opentelemetry-resource-detector-azure Add resource detectors for Azure App Service and VM (#1901)
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)

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

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Sep 13, 2023

The following labels could not be found: opentelemetry-instrumentation-chromadb.

@dependabot dependabot Bot force-pushed the dependabot/pip/packages/opentelemetry-instrumentation-chromadb/opentelemetry-instrumentation-0.41b0 branch 4 times, most recently from 42dfc94 to a8ae8fe Compare September 14, 2023 17:29
@dependabot dependabot Bot force-pushed the dependabot/pip/packages/opentelemetry-instrumentation-chromadb/opentelemetry-instrumentation-0.41b0 branch 12 times, most recently from 75fc4b9 to 7b19801 Compare September 27, 2023 22:11
@nirga nirga force-pushed the main branch 2 times, most recently from bc7e058 to 22d22b4 Compare September 29, 2023 15:41
@dependabot dependabot Bot force-pushed the dependabot/pip/packages/opentelemetry-instrumentation-chromadb/opentelemetry-instrumentation-0.41b0 branch 2 times, most recently from 5d7b17c to 2ac7818 Compare September 29, 2023 16:07
@nirga nirga force-pushed the main branch 3 times, most recently from 5e01e5f to a03ca9c Compare September 29, 2023 16:29
@dependabot dependabot Bot force-pushed the dependabot/pip/packages/opentelemetry-instrumentation-chromadb/opentelemetry-instrumentation-0.41b0 branch from 2ac7818 to 564337b Compare September 30, 2023 09:26
Bumps [opentelemetry-instrumentation](https://github.com/open-telemetry/opentelemetry-python-contrib) from 0.40b0 to 0.41b0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits)

---
updated-dependencies:
- dependency-name: opentelemetry-instrumentation
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/packages/opentelemetry-instrumentation-chromadb/opentelemetry-instrumentation-0.41b0 branch from 564337b to 6691803 Compare October 8, 2023 21:07
@nirga nirga closed this Nov 6, 2023
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Nov 6, 2023

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.

@dependabot dependabot Bot deleted the dependabot/pip/packages/opentelemetry-instrumentation-chromadb/opentelemetry-instrumentation-0.41b0 branch November 6, 2023 12:11
max-deygin-traceloop added a commit that referenced this pull request Mar 29, 2026
- #14: _converse_content_to_parts handles image blocks → BlobPart
- #15: _anthropic_content_to_parts maps thinking blocks → ReasoningPart
- #16: ChoiceEvent.finish_reason defaults to None (not "unknown")
- #17: Event emitter maps provider finish reasons via _map_finish_reason()
- #18: _converse_content_to_parts handles video/document blocks
- #19: _anthropic_content_to_parts parses string tool_use input via json.loads
- #22: finish_reasons set unconditionally (not gated by should_send_prompts)

New unit tests: test_content_parts.py, test_event_emitter.py
Updated integration tests: anthropic, cohere, meta, nova, titan
max-deygin-traceloop added a commit that referenced this pull request Mar 29, 2026
- #14: _converse_content_to_parts handles image blocks → BlobPart
- #15: _anthropic_content_to_parts maps thinking blocks → ReasoningPart
- #16: ChoiceEvent.finish_reason defaults to None (not "unknown")
- #17: Event emitter maps provider finish reasons via _map_finish_reason()
- #18: _converse_content_to_parts handles video/document blocks
- #19: _anthropic_content_to_parts parses string tool_use input via json.loads
- #22: finish_reasons set unconditionally (not gated by should_send_prompts)

New unit tests: test_content_parts.py, test_event_emitter.py
Updated integration tests: anthropic, cohere, meta, nova, titan
max-deygin-traceloop added a commit that referenced this pull request Mar 29, 2026
- #14: _converse_content_to_parts handles image blocks → BlobPart
- #15: _anthropic_content_to_parts maps thinking blocks → ReasoningPart
- #16: ChoiceEvent.finish_reason defaults to None (not "unknown")
- #17: Event emitter maps provider finish reasons via _map_finish_reason()
- #18: _converse_content_to_parts handles video/document blocks
- #19: _anthropic_content_to_parts parses string tool_use input via json.loads
- #22: finish_reasons set unconditionally (not gated by should_send_prompts)

New unit tests: test_content_parts.py, test_event_emitter.py
Updated integration tests: anthropic, cohere, meta, nova, titan
max-deygin-traceloop added a commit that referenced this pull request Mar 30, 2026
- #14: _converse_content_to_parts handles image blocks → BlobPart
- #15: _anthropic_content_to_parts maps thinking blocks → ReasoningPart
- #16: ChoiceEvent.finish_reason defaults to None (not "unknown")
- #17: Event emitter maps provider finish reasons via _map_finish_reason()
- #18: _converse_content_to_parts handles video/document blocks
- #19: _anthropic_content_to_parts parses string tool_use input via json.loads
- #22: finish_reasons set unconditionally (not gated by should_send_prompts)

New unit tests: test_content_parts.py, test_event_emitter.py
Updated integration tests: anthropic, cohere, meta, nova, titan
max-deygin-traceloop added a commit that referenced this pull request Mar 30, 2026
- #14: _converse_content_to_parts handles image blocks → BlobPart
- #15: _anthropic_content_to_parts maps thinking blocks → ReasoningPart
- #16: ChoiceEvent.finish_reason defaults to None (not "unknown")
- #17: Event emitter maps provider finish reasons via _map_finish_reason()
- #18: _converse_content_to_parts handles video/document blocks
- #19: _anthropic_content_to_parts parses string tool_use input via json.loads
- #22: finish_reasons set unconditionally (not gated by should_send_prompts)

New unit tests: test_content_parts.py, test_event_emitter.py
Updated integration tests: anthropic, cohere, meta, nova, titan
max-deygin-traceloop added a commit that referenced this pull request Mar 30, 2026
- #14: _converse_content_to_parts handles image blocks → BlobPart
- #15: _anthropic_content_to_parts maps thinking blocks → ReasoningPart
- #16: ChoiceEvent.finish_reason defaults to None (not "unknown")
- #17: Event emitter maps provider finish reasons via _map_finish_reason()
- #18: _converse_content_to_parts handles video/document blocks
- #19: _anthropic_content_to_parts parses string tool_use input via json.loads
- #22: finish_reasons set unconditionally (not gated by should_send_prompts)

New unit tests: test_content_parts.py, test_event_emitter.py
Updated integration tests: anthropic, cohere, meta, nova, titan
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