Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 15, 2026

Bumps the gha group in /packages/opentelemetry-instrumentation-alephalpha with 5 updates:

Package From To
aleph-alpha-client 7.6.0 11.2.0
pytest-sugar 1.0.0 1.1.1
ruff 0.14.11 0.14.12
pytest-asyncio 0.23.8 1.2.0
vcrpy 6.0.2 7.0.0

Updates aleph-alpha-client from 7.6.0 to 11.2.0

Release notes

Sourced from aleph-alpha-client's releases.

v11.2.0

What's Changed

Full Changelog: Aleph-Alpha/aleph-alpha-client@v11.1.0...v11.2.0

v11.1.0

What's Changed

Full Changelog: Aleph-Alpha/aleph-alpha-client@v11.0.0...v11.1.0

v11.0.0

What's Changed

Full Changelog: Aleph-Alpha/aleph-alpha-client@v10.6.2...v11.0.0

v10.6.2

What's Changed

Full Changelog: Aleph-Alpha/aleph-alpha-client@v10.6.1...v10.6.2

v10.6.1

What's Changed

Full Changelog: Aleph-Alpha/aleph-alpha-client@v10.6.0...v10.6.1

v10.6.0

What's Changed

Full Changelog: Aleph-Alpha/aleph-alpha-client@v10.5.1...v10.6.0

Enable using TextMessage objects in multi-turn chats

What's Changed

Full Changelog: Aleph-Alpha/aleph-alpha-client@v10.5.0...v10.5.1

... (truncated)

Changelog

Sourced from aleph-alpha-client's changelog.

11.2.0

  • Add support for pydantic objects for structured output response format
  • Add additional fields for OpenAI compatibility wrt structured output

11.1.0

  • Fix API for response_format

11.0.0

  • enable encoding_format parameter for /embeddings endpoints
  • allow input for /embeddings to be of other types as well
  • fix typo: EmbeddingV2ReponseData -> EmbeddingV2ResponseData

10.6.2

  • Fix typing and attribute exports

10.6.1

  • Fix imports for OpenAI compatible embeddings

10.6.0

  • Add support for OpenAI compatible /embeddings endpoint.

10.5.1

  • Enable using TextMessage objects in multi-turn chats

10.5.0

  • Remove default values for top_p, top_k and temperature as not supported by all models

10.4.0

  • Add support for multimodal prompts (images only)

10.3.0

  • Add support for translation

10.2.2

Add support for Python 3.13

10.2.1

  • Fix structured output path

... (truncated)

Commits
  • 50f7923 chore: Bump version and add changelog entry (#325)
  • aa6b3bb test: Adjust response_format for structured output (#324)
  • ec32136 chore: Bump version and add changelog entry
  • 17c2962 feat: adjust json schema for structured output
  • b3b2089 chore: bump version and add changelog entry
  • ff9644f chore: bump version and add changelog entry
  • c9c69bd fix: fix spelling
  • c63452e refactor: do not pass optional values in case of being None
  • 9002a6d test: use slitghly different pharia-1 embedding model
  • bb7cf79 feat: support more params and types for embeddings
  • Additional commits viewable in compare view

Updates pytest-sugar from 1.0.0 to 1.1.1

Release notes

Sourced from pytest-sugar's releases.

pytest-sugar 1.1.1

Adjust signature of SugarTerminalReporter to avoid conflicts with other pytest plugins (#297 by @​TolstochenkoDaniil)

pytest-sugar 1.1.0

Add Playwright trace file detection and display support for failed tests (#296 by @​kiebak3r)

This enhancement automatically detects and displays Playwright trace.zip files with viewing commands when tests fail, making debugging easier for Playwright users. Playwright trace.zip

New command-line options:

  • --sugar-trace-dir: Configure the directory name for Playwright trace files (default: test-results)
  • --sugar-no-trace: Disable Playwright trace file detection and display
Changelog

Sourced from pytest-sugar's changelog.

1.1.1 - 2025-08-23 ^^^^^^^^^^^^^^^^^^

Adjust signature of SugarTerminalReporter to avoid conflicts with other pytest plugins

Contributed by Daniil via [PR #297](Teemu/pytest-sugar#297)

1.1.0 - 2025-08-16 ^^^^^^^^^^^^^^^^^^

Add Playwright trace file detection and display support for failed tests. This enhancement automatically detects and displays Playwright trace.zip files with viewing commands when tests fail, making debugging easier for Playwright users. Playwright trace.zip

New command-line options:

  • --sugar-trace-dir: Configure the directory name for Playwright trace files (default: test-results)
  • --sugar-no-trace: Disable Playwright trace file detection and display

Contributed by kie via [PR #296](Teemu/pytest-sugar#296)

Commits
  • 8133503 Release pytest-sugar 1.1.1
  • 6798042 Fix conflict with other Pytest plugins (#297)
  • 43bbdd0 Release pytest-sugar 1.1.0
  • 855d661 Feature - Playwright Support for Trace Zip Mapping (#296)
  • 2a5862a Merge pull request #293 from cgoldberg/add-py313
  • ca26d98 Add support for Python 3.13
  • 69989eb Clarify license as BSD 3-Clause License
  • 3c86a5c Merge pull request #289 from deronnax/remove-packaging-dep
  • c123be0 remove 'packaging' package
  • efafd9c Merge pull request #282 from penguinpee/main
  • Additional commits viewable in compare view

Updates ruff from 0.14.11 to 0.14.12

Changelog

Sourced from ruff's changelog.

0.14.12

Released on 2026-01-15.

Preview features

  • [flake8-blind-except] Allow more logging methods (BLE001) (#22057)
  • [ruff] Respect lint.pydocstyle.property-decorators in RUF066 (#22515)

Bug fixes

  • Fix configuration path in --show-settings (#22478)
  • Respect fmt: skip for multiple statements on the same logical line (#22119)

Rule changes

  • [pydocstyle] Update Rust crate imperative to v1.0.7 (D401) (#22519)
  • [isort] Insert imports in alphabetical order (I002) (#22493)

Documentation

  • Add llms.txt support for documentation (#22463)
  • Use prek in documentation and CI (#22505)
  • [flake8-pytest-style] Add check parameter example to PT017 docs (#22546)
  • [ruff] Make example error out-of-the-box (RUF103) (#22558)
  • [ruff] document RUF100 trailing comment fix behavior (#22479)

Other changes

  • wasm: Require explicit logging initialization (#22587)

Contributors

Commits

Updates pytest-asyncio from 0.23.8 to 1.2.0

Release notes

Sourced from pytest-asyncio's releases.

pytest-asyncio 1.2.0

1.2.0 - 2025-09-12

Added

  • --asyncio-debug CLI option and asyncio_debug configuration option to enable asyncio debug mode for the default event loop. (#980)
  • A pytest.UsageError for invalid configuration values of asyncio_default_fixture_loop_scope and asyncio_default_test_loop_scope. (#1189)
  • Compatibility with the Pyright type checker (#731)

Fixed

  • RuntimeError: There is no current event loop in thread 'MainThread' when any test unsets the event loop (such as when using asyncio.run and asyncio.Runner). (#1177)
  • Deprecation warning when decorating an asynchronous fixture with @pytest.fixture in [strict]{.title-ref} mode. The warning message now refers to the correct package. (#1198)

Notes for Downstream Packagers

  • Bump the minimum required version of tox to v4.28. This change is only relevant if you use the tox.ini file provided by pytest-asyncio to run tests.
  • Extend dependency on typing-extensions>=4.12 from Python<3.10 to Python<3.13.

pytest-asyncio 1.1.1

v1.1.1 - 2025-09-12

Notes for Downstream Packagers

- Addresses a build problem with setuptoos-scm >= 9 caused by invalid setuptools-scm configuration in pytest-asyncio. (#1192)

pytest-asyncio 1.1.0

Added

  • Propagation of ContextVars from async fixtures to other fixtures and tests on Python 3.10 and older (#127)
  • Cancellation of tasks when the loop_scope ends (#200)
  • Warning when the current event loop is closed by a test

Fixed

  • Error about missing loop when calling functions requiring a loop in the finally clause of a task (#878)
  • An error that could cause duplicate warnings to be issued

Notes for Downstream Packagers

pytest-asyncio 1.1.0a1

1.1.0a1 - 2025-06-30

Added

  • Propagation of ContextVars from async fixtures to other fixtures and tests on Python 3.10 and older (#127)
  • Cancellation of tasks when the loop_scope ends (#200)
  • Warning when the current event loop is closed by a test

... (truncated)

Commits
  • 0d3988f ci: Create GitHub release before publishing to PyPI.
  • 07c5a0b docs: Include orphaned news fragment in changelog.
  • be24582 chore: Prepare release of v1.2.0.
  • 7aeb296 docs: Streamline news fragments
  • 7b8311c ci: Fixes a bug that prevented SSH signature from being stripped from release...
  • 9d4c2bd docs: Add changelog entry for Pyright compatibility.
  • 94f6106 test: Added tests which assert that the event loop is reinstated if unset by ...
  • df61991 [pre-commit.ci] pre-commit autoupdate
  • f1f7941 Build(deps): Bump pytest from 8.4.1 to 8.4.2
  • c77d3d3 Build(deps): Bump twine from 6.1.0 to 6.2.0
  • Additional commits viewable in compare view

Updates vcrpy from 6.0.2 to 7.0.0

Release notes

Sourced from vcrpy's releases.

v7.0.0

What's Changed

- Drop support for python 3.8 (major version bump) - thanks @jairhenrique
- Various linting and test fixes - thanks @jairhenrique
- Bugfix for urllib2>=2.3.0 - missing version_string ([#888](https://github.com/kevin1024/vcrpy/issues/888))
- Bugfix for asyncio.run - thanks @alekeik1

New Contributors

Changelog

Sourced from vcrpy's changelog.

Changelog

For a full list of triaged issues, bugs and PRs and what release they are targeted for please see the following link.

ROADMAP MILESTONES <https://github.com/kevin1024/vcrpy/milestones>_

All help in providing PRs to close out bug issues is appreciated. Even if that is providing a repo that fully replicates issues. We have very generous contributors that have added these to bug issues which meant another contributor picked up the bug and closed it out.

  • 8.1.1

    • Fix sync requests in async contexts for HTTPX (#965) - thanks @​seowalex
    • CI: bump peter-evans/create-pull-request from 7 to 8 (#969)
  • 8.1.0

  • 8.0.0

    • BREAKING: Drop support for Python 3.9 (major version bump) - thanks @​jairhenrique
    • BREAKING: Drop support for urllib3 < 2 - fixes CVE warnings from urllib3 1.x (#926, #880) - thanks @​jairhenrique
    • New feature: drop_unused_requests option to remove unused interactions from cassettes (#763) - thanks @​danielnsilva
    • Rewrite httpx support to patch httpcore instead of httpx (#943) - thanks @​seowalex
      • Fixes httpx.ResponseNotRead exceptions (#832, #834)
      • Fixes KeyError: 'follow_redirects' (#945)
      • Adds support for custom httpx transports
    • Fix HTTPS proxy handling - proxy address no longer ends up in cassette URIs (#809, #914) - thanks @​alga
    • Fix iscoroutinefunction deprecation warning on Python 3.14 - thanks @​kloczek
    • Only log message if response is appended - thanks @​talfus-laddus
    • Optimize urllib.parse calls - thanks @​Martin-Brunthaler
    • Fix CI for Ubuntu 24.04 - thanks @​hartwork
    • Various CI improvements: migrate to uv, update GitHub Actions - thanks @​jairhenrique
    • Various linting and test improvements - thanks @​jairhenrique and @​hartwork
  • 7.0.0

  • 6.0.2

  • 6.0.1

    • Bugfix with to Tornado cassette generator (thanks @​graingert)
  • 6.0.0

... (truncated)

Commits
  • 3278619 Release v7.0.0
  • 3fb62e0 fix: correctly handle asyncio.run when loop exists
  • 8197865 build(deps): update sphinx requirement from <8 to <9
  • be651bd pre-commit: Autoupdate
  • a6698ed Fix aiohttp tests
  • 48d0a2e Fixed missing version_string attribute when used with urllib3>=2.3.0
  • 5b858b1 Fix lint
  • c8d99a9 Fix ruff configuration
  • ce27c63 Merge pull request #736 from kevin1024/drop-python38
  • ab8944d Drop python 3.8 support
  • Additional commits viewable in compare view

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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Important

Update development dependencies in pyproject.toml for opentelemetry-instrumentation-alephalpha package.

  • Dependency Updates:
    • Bump aleph-alpha-client from 7.6.0 to 11.2.0.
    • Bump pytest-sugar from 1.0.0 to 1.1.1.
    • Bump ruff from 0.14.11 to 0.14.12.
    • Bump pytest-asyncio from 0.23.8 to 1.2.0.
    • Bump vcrpy from 6.0.2 to 7.0.0.

This description was created by Ellipsis for 77524ef. You can customize this summary. It will automatically update as commits are pushed.

Bumps the gha group in /packages/opentelemetry-instrumentation-alephalpha with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [aleph-alpha-client](https://github.com/Aleph-Alpha/aleph-alpha-client) | `7.6.0` | `11.2.0` |
| [pytest-sugar](https://github.com/Teemu/pytest-sugar) | `1.0.0` | `1.1.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.14.11` | `0.14.12` |
| [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.23.8` | `1.2.0` |
| [vcrpy](https://github.com/kevin1024/vcrpy) | `6.0.2` | `7.0.0` |


Updates `aleph-alpha-client` from 7.6.0 to 11.2.0
- [Release notes](https://github.com/Aleph-Alpha/aleph-alpha-client/releases)
- [Changelog](https://github.com/Aleph-Alpha/aleph-alpha-client/blob/main/Changelog.md)
- [Commits](Aleph-Alpha/aleph-alpha-client@v7.6.0...v11.2.0)

Updates `pytest-sugar` from 1.0.0 to 1.1.1
- [Release notes](https://github.com/Teemu/pytest-sugar/releases)
- [Changelog](https://github.com/Teemu/pytest-sugar/blob/main/CHANGES.rst)
- [Commits](Teemu/pytest-sugar@v1.0.0...v1.1.1)

Updates `ruff` from 0.14.11 to 0.14.12
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/commits)

Updates `pytest-asyncio` from 0.23.8 to 1.2.0
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.23.8...v1.2.0)

Updates `vcrpy` from 6.0.2 to 7.0.0
- [Release notes](https://github.com/kevin1024/vcrpy/releases)
- [Changelog](https://github.com/kevin1024/vcrpy/blob/master/docs/changelog.rst)
- [Commits](kevin1024/vcrpy@v6.0.2...v7.0.0)

---
updated-dependencies:
- dependency-name: aleph-alpha-client
  dependency-version: 11.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: gha
- dependency-name: pytest-sugar
  dependency-version: 1.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: gha
- dependency-name: ruff
  dependency-version: 0.14.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: gha
- dependency-name: pytest-asyncio
  dependency-version: 1.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: gha
- dependency-name: vcrpy
  dependency-version: 7.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: gha
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jan 15, 2026
@coderabbitai
Copy link

coderabbitai bot commented Jan 15, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Important

Looks good to me! 👍

Reviewed everything up to 77524ef in 2 minutes and 24 seconds. Click for details.
  • Reviewed 28 lines of code in 1 files
  • Skipped 1 files when reviewing.
  • Skipped posting 4 draft comments. View those below.
  • Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
1. packages/opentelemetry-instrumentation-alephalpha/pyproject.toml:32
  • Draft comment:
    pytest-sugar is bumped from 1.0.0 to 1.1.1 here. This update is consistent across dev and test groups.
  • Reason this comment was not posted:
    Comment did not seem useful. Confidence is useful = 0% <= threshold 50% This comment is purely informative, as it only states that a dependency version has been updated and is consistent across groups. It does not provide any actionable feedback or suggestions.
2. packages/opentelemetry-instrumentation-alephalpha/pyproject.toml:37
  • Draft comment:
    The aleph_alpha_client range is now '>=7.1.0,<12' (was <8) to allow versions up to 11.x. Consider if the lower bound should be raised to enforce the new client API (e.g. >=11.2.0) if backward compatibility isn’t needed.
  • Reason this comment was not posted:
    Decided after close inspection that this draft comment was likely wrong and/or not actionable: usefulness confidence = 10% vs. threshold = 50% The comment is about a dependency version change, which the rules explicitly say to ignore ("Do NOT comment on dependency changes, library versions that you don't recognize, or anything else related to dependencies"). Additionally, the comment is speculative - it says "Consider if..." which is asking the author to think about something rather than pointing out a definite problem. The comment doesn't have strong evidence that the current version range is wrong; it's just suggesting the author might want to narrow it. This violates the rule about not making speculative comments. The comment could be seen as helpful guidance about API compatibility concerns, and it's technically about a code change in the diff. Perhaps dependency changes that affect API compatibility are important enough to warrant comments despite the general rule about ignoring dependency changes. While API compatibility could be important, the rules explicitly state to not comment on dependency changes. Moreover, the comment is speculative ("Consider if...") and doesn't provide strong evidence that there's actually a problem. The author presumably widened the range intentionally to support versions 7-11, and without evidence that this causes issues, we shouldn't second-guess that decision. This comment should be deleted because it violates the rule against commenting on dependency changes and is speculative rather than pointing out a definite issue. The author likely widened the version range intentionally, and there's no strong evidence this is incorrect.
3. packages/opentelemetry-instrumentation-alephalpha/pyproject.toml:39
  • Draft comment:
    pytest-asyncio’s range now allows versions up to <1.3.0. Since the bump is to 1.2.0, you might consider updating the lower bound from 0.23.7 to 1.2.0 if the new version is required.
  • Reason this comment was not posted:
    Decided after close inspection that this draft comment was likely wrong and/or not actionable: usefulness confidence = 10% vs. threshold = 50% The comment makes an assumption that isn't supported by the diff. The diff only shows the upper bound being relaxed from <0.24.0 to <1.3.0. There's no indication that the project is actually using or requiring pytest-asyncio 1.2.0. The lower bound of 0.23.7 is unchanged, which suggests the code still works with that older version. Changing the lower bound to 1.2.0 would be a breaking change that forces users to upgrade, which should only be done if there's a specific requirement for features in 1.2.0. The comment is speculative ("you might consider") and makes an unfounded assumption about what version is being "bumped to". This violates the rule against speculative comments. Perhaps there's context outside this file (like a lock file or actual usage) that shows pytest-asyncio 1.2.0 is being used. The comment might be based on information not visible in this diff. Even if there's external context, the rule states I should only consider what's in the diff and not require additional context. The diff only shows a relaxation of the upper bound constraint, not a requirement for a newer version. Without clear evidence in the diff that 1.2.0 is required, this is a speculative suggestion. This comment should be deleted. It makes a speculative suggestion based on an assumption not supported by the diff. The change only relaxes the upper bound constraint, and there's no evidence that the lower bound needs to be updated. This is a "you might consider" type comment that isn't actionable based on the actual changes.
4. packages/opentelemetry-instrumentation-alephalpha/pyproject.toml:43
  • Draft comment:
    vcrpy’s range update to '<8' (was <7) accommodates v7.0.0 as expected.
  • Reason this comment was not posted:
    Comment did not seem useful. Confidence is useful = 0% <= threshold 50% This comment is purely informative, providing information about a dependency version update. It does not suggest any action or raise any concerns about the change.

Workflow ID: wflow_hHaRNePMBVFX3733

You can customize Ellipsis by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant