Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 8, 2025

Bumps the gha group with 5 updates in the /packages/opentelemetry-instrumentation-google-generativeai directory:

Package From To
flake8 7.0.0 7.3.0
pytest 8.4.1 8.4.2
pytest-sugar 1.0.0 1.1.1
vcrpy 6.0.2 7.0.0
google-genai 1.30.0 1.33.0

Updates flake8 from 7.0.0 to 7.3.0

Commits

Updates pytest from 8.4.1 to 8.4.2

Release notes

Sourced from pytest's releases.

8.4.2

pytest 8.4.2 (2025-09-03)

Bug fixes

  • #13478: Fixed a crash when using console_output_style{.interpreted-text role="confval"} with times and a module is skipped.

  • #13530: Fixed a crash when using pytest.approx{.interpreted-text role="func"} and decimal.Decimal{.interpreted-text role="class"} instances with the decimal.FloatOperation{.interpreted-text role="class"} trap set.

  • #13549: No longer evaluate type annotations in Python 3.14 when inspecting function signatures.

    This prevents crashes during module collection when modules do not explicitly use from __future__ import annotations and import types for annotations within a if TYPE_CHECKING: block.

  • #13559: Added missing [int]{.title-ref} and [float]{.title-ref} variants to the [Literal]{.title-ref} type annotation of the [type]{.title-ref} parameter in pytest.Parser.addini{.interpreted-text role="meth"}.

  • #13563: pytest.approx{.interpreted-text role="func"} now only imports numpy if NumPy is already in sys.modules. This fixes unconditional import behavior introduced in [8.4.0]{.title-ref}.

Improved documentation

  • #13577: Clarify that pytest_generate_tests is discovered in test modules/classes; other hooks must be in conftest.py or plugins.

Contributor-facing changes

  • #13480: Self-testing: fixed a few test failures when run with -Wdefault or a similar override.
  • #13547: Self-testing: corrected expected message for test_doctest_unexpected_exception in Python 3.14.
  • #13684: Make pytest's own testsuite insensitive to the presence of the CI environment variable -- by ogrisel{.interpreted-text role="user"}.
Commits
  • bfae422 Prepare release version 8.4.2
  • 8990538 Fix passenv CI in tox ini and make tests insensitive to the presence of the C...
  • ca676bf Merge pull request #13687 from pytest-dev/patchback/backports/8.4.x/e63f6e51c...
  • 975a60a Merge pull request #13686 from pytest-dev/patchback/backports/8.4.x/12bde8af6...
  • 7723ce8 Merge pull request #13683 from even-even/fix_Exeption_to_Exception_in_errorMe...
  • b7f0568 Merge pull request #13685 from CoretexShadow/fix/docs-pytest-generate-tests
  • 2c94c4a add missing colon (#13640) (#13641)
  • c3d7684 Merge pull request #13606 from pytest-dev/patchback/backports/8.4.x/5f9938563...
  • dc6e3be Merge pull request #13605 from The-Compiler/training-update-2025-07
  • f87289c Fix crash with times output style and skipped module (#13573) (#13579)
  • 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 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.

  • 7.0.0

  • 6.0.2

  • 6.0.1

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

    • BREAKING: Fix issue with httpx support (thanks @​parkerhancock) in #784. NOTE: You may have to recreate some of your cassettes produced in previous releases due to the binary format being saved incorrectly in previous releases
    • BREAKING: Drop support for boto (vcrpy still supports boto3, but is dropping the deprecated boto support in this release. (thanks @​jairhenrique)
    • Fix compatibility issue with Python 3.12 (thanks @​hartwork)
    • Drop simplejson (fixes some compatibility issues) (thanks @​jairhenrique)
    • Run CI on Python 3.12 and PyPy 3.9-3.10 (thanks @​mgorny)
    • Various linting and docs improvements (thanks @​jairhenrique)
    • Tornado fixes (thanks @​graingert)
  • 5.1.0

  • 5.0.0

    • BREAKING CHANGE: Drop support for Python 3.7. 3.7 is EOL as of 6/27/23 Thanks @​jairhenrique
    • BREAKING CHANGE: Custom Cassette persisters no longer catch ValueError. If you have implemented a custom persister (has anyone implemented a custom persister? Let us know!) then you will need to throw a CassetteNotFoundError when unable to find a cassette. See #681 for discussion and reason for this change. Thanks @​amosjyng for the PR and the review from @​hartwork
  • 4.4.0

    • HUGE thanks to @​hartwork for all the work done on this release!
    • Bring vcr/unittest in to vcrpy as a full feature of vcr instead of a separate library. Big thanks to @​hartwork for doing this and to @​agriffis for originally creating the library
    • Make decompression robust towards already decompressed input (thanks @​hartwork)

... (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

Updates google-genai from 1.30.0 to 1.33.0

Release notes

Sourced from google-genai's releases.

v1.33.0

1.33.0 (2025-09-02)

Features

  • Add resolution field for Gemini Developer API Veo 3 generation (cd2620c)
  • Add the response body for generateContent (e032208)

Bug Fixes

  • Defer asyncio.Lock initialization in _api_client.py. (c6a6c70)
  • Return genai.types.Image, not PIL.Image (67611ed)

Documentation

  • Refactor/update docstrings for Imagen and Veo (214d017)
  • Regenerate docs for 1.32.0 (637b490)

v1.32.0

1.32.0 (2025-08-27)

Features

  • Add sdkHttpResponse.headers to *Delete responses. (0101d47)
  • Add add_watermark field for recontext_image (Virtual Try-On, Product Recontext) (0428877)
  • Add GenerateContentResponse.parts, Part.as_image(), and Blob.as_image() (75c0955)
  • Add output_gcs_uri to Imagen upscale_image (3fecf29)
  • Add the response body for generateContent (8cc4754)
  • Add the response body for generateContent (917cc2c)
  • Add VALIDATED mode into FunctionCallingConfigMode (f6bf934)
  • Add VideoGenerationReferenceType enum for generate_videos (cd53aff)
  • Support GenerateVideosSource for Veo GenerateVideos (a6c2bb7)
  • Support tunings.cancel in the genai SDK for Python, Java, JS, and Go (ffd8b06)

Documentation

  • Fix typo in README (0cef3e6)
  • Prompt and schema fix for json schema sample (6efd242)
  • Regenerate docs for 1.31.0 (51903d4)
  • Update TokensInfo docstring (921afa1)
  • Updating Imagen 4 code snippet (630262b)
  • Updating Veo model to Veo 3 and adding instruction to edit images using the native image-out model (codegen instructions). (b34a5c6)

v1.31.0

1.31.0 (2025-08-18)

... (truncated)

Changelog

Sourced from google-genai's changelog.

1.33.0 (2025-09-02)

Features

  • Add resolution field for Gemini Developer API Veo 3 generation (cd2620c)
  • Add the response body for generateContent (e032208)

Bug Fixes

  • Defer asyncio.Lock initialization in _api_client.py. (c6a6c70)
  • Return genai.types.Image, not PIL.Image (67611ed)

Documentation

  • Refactor/update docstrings for Imagen and Veo (214d017)
  • Regenerate docs for 1.32.0 (637b490)

1.32.0 (2025-08-27)

Features

  • Add sdkHttpResponse.headers to *Delete responses. (0101d47)
  • Add add_watermark field for recontext_image (Virtual Try-On, Product Recontext) (0428877)
  • Add GenerateContentResponse.parts, Part.as_image(), and Blob.as_image() (75c0955)
  • Add output_gcs_uri to Imagen upscale_image (3fecf29)
  • Add VALIDATED mode into FunctionCallingConfigMode (f6bf934)
  • Add VideoGenerationReferenceType enum for generate_videos (cd53aff)
  • Support GenerateVideosSource for Veo GenerateVideos (a6c2bb7)
  • Support tunings.cancel in the genai SDK for Python, Java, JS, and Go (ffd8b06)

Documentation

  • Fix typo in README (0cef3e6)
  • Prompt and schema fix for json schema sample (6efd242)
  • Regenerate docs for 1.31.0 (51903d4)
  • Update TokensInfo docstring (921afa1)
  • Updating Imagen 4 code snippet (630262b)
  • Updating Veo model to Veo 3 and adding instruction to edit images using the native image-out model (codegen instructions). (b34a5c6)

1.31.0 (2025-08-18)

Features

  • Support Imagen image segmentation on Vertex (a3c46f5)

... (truncated)

Commits
  • 4ac3eb8 chore(main): release 1.33.0 (#1312)
  • cd2620c feat: Add resolution field for Gemini Developer API Veo 3 generation
  • c6a6c70 fix: Defer asyncio.Lock initialization in _api_client.py.
  • 67611ed fix: Return genai.types.Image, not PIL.Image
  • 214d017 docs: Refactor/update docstrings for Imagen and Veo
  • e032208 feat: add the response body for generateContent
  • 637b490 docs: Regenerate docs for 1.32.0
  • 9ebf30a chore(main): release 1.32.0 (#1282)
  • 75c0955 feat: add GenerateContentResponse.parts, Part.as_image(), and Blob.as_image()
  • cd53aff feat: Add VideoGenerationReferenceType enum for generate_videos
  • 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-google-generativeai package.

  • Dependency Updates:
    • Update flake8 from 7.0.0 to 7.3.0.
    • Update pytest from 8.4.1 to 8.4.2.
    • Update pytest-sugar from 1.0.0 to 1.1.1.
    • Update vcrpy from 6.0.2 to 7.0.0.
    • Update google-genai from 1.30.0 to 1.33.0.
  • Files Affected:
    • pyproject.toml in packages/opentelemetry-instrumentation-google-generativeai directory.

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

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 8, 2025
Copy link

coderabbitai bot commented Sep 8, 2025

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 f4248f6 in 1 minute and 7 seconds. Click for details.
  • Reviewed 23 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-google-generativeai/pyproject.toml:30
  • Draft comment:
    flake8 bumped from 7.0.0 to 7.3.0. Please verify that the updated linter rules don’t introduce unexpected errors in our codebase.
  • Reason this comment was not posted:
    Comment did not seem useful. Confidence is useful = 0% <= threshold 50% This comment is about a dependency change, specifically a version bump for flake8. The comment asks the PR author to verify that the updated linter rules don't introduce unexpected errors, which falls under asking the author to ensure behavior is intended or tested. This violates the rules.
2. packages/opentelemetry-instrumentation-google-generativeai/pyproject.toml:32
  • Draft comment:
    pytest-sugar updated to 1.1.1 in the dev dependencies. Confirm that its new signature and features (e.g., conflict fixes) align with our test reporting.
  • Reason this comment was not posted:
    Comment did not seem useful. Confidence is useful = 0% <= threshold 50% This comment is asking the PR author to confirm compatibility of a dependency update, which is not allowed by the rules. It doesn't provide a specific suggestion or point out a specific issue with the code.
3. packages/opentelemetry-instrumentation-google-generativeai/pyproject.toml:36
  • Draft comment:
    pytest-sugar is also bumped to 1.1.1 in the test dependencies. Ensure consistency across groups and that any plugin signature adjustments are handled.
  • Reason this comment was not posted:
    Comment did not seem useful. Confidence is useful = 0% <= threshold 50% The comment is about a dependency change, specifically mentioning pytest-sugar being bumped to version 1.1.1. It advises ensuring consistency across groups and handling any plugin signature adjustments. This falls under the rule of not commenting on pure dependency changes or library versions that are not recognized. The comment does not provide a specific code suggestion or ask for a test to be written, so it should be removed.
4. packages/opentelemetry-instrumentation-google-generativeai/pyproject.toml:37
  • Draft comment:
    vcrpy version constraint changed from '^6.0.1' to '>=6.0.1,<8.0.0' to allow 7.x releases. Verify that our cassette handling remains compatible with v7.0.0.
  • Reason this comment was not posted:
    Comment looked like it was already resolved.

Workflow ID: wflow_wADqOE4zia9VZi6P

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

@dependabot dependabot bot force-pushed the dependabot/pip/packages/opentelemetry-instrumentation-google-generativeai/gha-13f921a4ca branch 3 times, most recently from 478d22a to f6e9b6b Compare September 17, 2025 08:06
Bumps the gha group with 5 updates in the /packages/opentelemetry-instrumentation-google-generativeai directory:

| Package | From | To |
| --- | --- | --- |
| [flake8](https://github.com/pycqa/flake8) | `7.0.0` | `7.3.0` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.4.1` | `8.4.2` |
| [pytest-sugar](https://github.com/Teemu/pytest-sugar) | `1.0.0` | `1.1.1` |
| [vcrpy](https://github.com/kevin1024/vcrpy) | `6.0.2` | `7.0.0` |
| [google-genai](https://github.com/googleapis/python-genai) | `1.30.0` | `1.33.0` |



Updates `flake8` from 7.0.0 to 7.3.0
- [Commits](PyCQA/flake8@7.0.0...7.3.0)

Updates `pytest` from 8.4.1 to 8.4.2
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.4.1...8.4.2)

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 `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)

Updates `google-genai` from 1.30.0 to 1.33.0
- [Release notes](https://github.com/googleapis/python-genai/releases)
- [Changelog](https://github.com/googleapis/python-genai/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-genai@v1.30.0...v1.33.0)

---
updated-dependencies:
- dependency-name: flake8
  dependency-version: 7.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: gha
- dependency-name: pytest
  dependency-version: 8.4.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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: vcrpy
  dependency-version: 7.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: gha
- dependency-name: google-genai
  dependency-version: 1.33.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: gha
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/packages/opentelemetry-instrumentation-google-generativeai/gha-13f921a4ca branch from f6e9b6b to 07bc587 Compare September 21, 2025 12:13
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants