Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 28, 2025

Bumps the non-breaking-changes group with 9 updates in the / directory:

Package From To
tenacity 9.0.0 9.1.2
openai 1.66.3 1.76.0
google-cloud-speech 2.31.0 2.32.0
anthropic 0.49.0 0.50.0
google-generativeai 0.8.4 0.8.5
pillow 11.1.0 11.2.1
coverage 7.7.0 7.8.0
ruff 0.11.0 0.11.7
pytest-asyncio 0.25.3 0.26.0

Updates tenacity from 9.0.0 to 9.1.2

Release notes

Sourced from tenacity's releases.

9.1.2

Full Changelog: jd/tenacity@9.1.1...9.1.2

9.1.1

What's Changed

New Contributors

Full Changelog: jd/tenacity@9.0.0...9.1.0

Commits

Updates openai from 1.66.3 to 1.76.0

Release notes

Sourced from openai's releases.

v1.76.0

1.76.0 (2025-04-23)

Full Changelog: v1.75.0...v1.76.0

Features

  • api: adding new image model support (74d7692)

Bug Fixes

  • pydantic v1: more robust ModelField.annotation check (#2163) (7351b12)
  • pydantic v1: more robust ModelField.annotation check (eba7856)

Chores

  • ci: add timeout thresholds for CI jobs (0997211)
  • internal: fix list file params (da2113c)
  • internal: import reformatting (b425fb9)
  • internal: minor formatting changes (aed1d76)
  • internal: refactor retries to not use recursion (8cb8cfa)
  • internal: update models test (870ad4e)
  • update completion parse signature (a44016c)

v1.75.0

1.75.0 (2025-04-16)

Full Changelog: v1.74.1...v1.75.0

Features

  • api: add o3 and o4-mini model IDs (4bacbd5)

v1.74.1

1.74.1 (2025-04-16)

Full Changelog: v1.74.0...v1.74.1

Chores

  • internal: base client updates (06303b5)
  • internal: bump pyright version (9fd1c77)

v1.74.0

1.74.0 (2025-04-14)

Full Changelog: v1.73.0...v1.74.0

... (truncated)

Changelog

Sourced from openai's changelog.

1.76.0 (2025-04-23)

Full Changelog: v1.75.0...v1.76.0

Features

  • api: adding new image model support (74d7692)

Bug Fixes

  • pydantic v1: more robust ModelField.annotation check (#2163) (7351b12)
  • pydantic v1: more robust ModelField.annotation check (eba7856)

Chores

  • ci: add timeout thresholds for CI jobs (0997211)
  • internal: fix list file params (da2113c)
  • internal: import reformatting (b425fb9)
  • internal: minor formatting changes (aed1d76)
  • internal: refactor retries to not use recursion (8cb8cfa)
  • internal: update models test (870ad4e)
  • update completion parse signature (a44016c)

1.75.0 (2025-04-16)

Full Changelog: v1.74.1...v1.75.0

Features

  • api: add o3 and o4-mini model IDs (4bacbd5)

1.74.1 (2025-04-16)

Full Changelog: v1.74.0...v1.74.1

Chores

  • internal: base client updates (06303b5)
  • internal: bump pyright version (9fd1c77)

1.74.0 (2025-04-14)

Full Changelog: v1.73.0...v1.74.0

Features

  • api: adding gpt-4.1 family of model IDs (d4dae55)

... (truncated)

Commits
  • 8e1a1cd release: 1.76.0
  • 6321004 feat(api): adding new image model support
  • 1c1d144 chore(internal): minor formatting changes
  • 8830a6c fix(pydantic v1): more robust ModelField.annotation check
  • 6a2dfbb fix(pydantic v1): more robust ModelField.annotation check (#2163)
  • 7de6c5c chore(internal): refactor retries to not use recursion
  • 1e7dea2 chore(internal): fix list file params
  • 1157528 chore(internal): import reformatting
  • 271d979 chore(ci): add timeout thresholds for CI jobs
  • 15902dc chore: update completion parse signature
  • Additional commits viewable in compare view

Updates google-cloud-speech from 2.31.0 to 2.32.0

Release notes

Sourced from google-cloud-speech's releases.

google-cloud-speech: v2.32.0

2.32.0 (2025-04-12)

Features

  • add ALAW support to RecognitionConfig (c970f9f)
  • add new fields to CustomClass and PhraseSet.Phrase messages (c970f9f)
  • deprecating speaker_tag (int) for speaker_label (string) (c970f9f)
  • make transcript_normalization field optional (c970f9f)

Documentation

  • miscellaneous clarifications (c970f9f)
Changelog

Sourced from google-cloud-speech's changelog.

2.32.0 (2024-09-06)

Features

  • [google-cloud-documentai] Add API fields for the descriptions of entity type and property in the document schema (#13067) (1a2b325)
Commits

Updates anthropic from 0.49.0 to 0.50.0

Release notes

Sourced from anthropic's releases.

v0.50.0

0.50.0 (2025-04-22)

Full Changelog: v0.49.0...v0.50.0

Features

  • api: extract ContentBlockDelta events into their own schemas (#920) (ae773d6)
  • api: manual updates (46ac1f8)
  • api: manual updates (48d9739)
  • api: manual updates (66e8cc3)
  • api: manual updates (a74746e)

Bug Fixes

  • ci: ensure pip is always available (#907) (3632687)
  • ci: remove publishing patch (#908) (cae0323)
  • client: deduplicate stop reason type (#913) (3ab0194)
  • client: send all configured auth headers (#929) (9d2581e)
  • perf: optimize some hot paths (cff76cb)
  • perf: skip traversing types for NotGiven values (dadac7f)
  • project: bump httpx minimum version to 0.25.0 (b554138), closes #902
  • types: handle more discriminated union shapes (#906) (2fc179a)
  • vertex: explicitly include requests extra (2b1221b)

Chores

  • add hash of OpenAPI spec/config inputs to .stats.yml (#912) (ddf7835)
  • ci: add timeout thresholds for CI jobs (7226a5c)
  • client: minor internal fixes (99b9a38)
  • internal: add back release workflow (ce18972)
  • internal: base client updates (2e08c71)
  • internal: bump pyright version (d9ea30e)
  • internal: bump rye to 0.44.0 (#905) (e1a1b14)
  • internal: expand CI branch coverage (#934) (b23fdc9)
  • internal: fix list file params (cfbaaf9)
  • internal: import ordering changes (#895) (b8da2f7)
  • internal: import reformatting (5e6cd74)
  • internal: reduce CI branch coverage (07e813f)
  • internal: refactor retries to not use recursion (4354e82)
  • internal: remove CI condition (#916) (043b56b)
  • internal: remove extra empty newlines (#904) (cfe8f6e)
  • internal: remove trailing character (#924) (dc8e781)
  • internal: remove unused http client options forwarding (#890) (e0428bf)
  • internal: slight transform perf improvement (#931) (3ed4e5e)
  • internal: update config (#914) (a697234)
  • internal: update models test (b1e031d)
  • internal: update pyright settings (38bdc6c)

... (truncated)

Changelog

Sourced from anthropic's changelog.

0.50.0 (2025-04-22)

Full Changelog: v0.49.0...v0.50.0

Features

  • api: extract ContentBlockDelta events into their own schemas (#920) (ae773d6)
  • api: manual updates (46ac1f8)
  • api: manual updates (48d9739)
  • api: manual updates (66e8cc3)
  • api: manual updates (a74746e)

Bug Fixes

  • ci: ensure pip is always available (#907) (3632687)
  • ci: remove publishing patch (#908) (cae0323)
  • client: deduplicate stop reason type (#913) (3ab0194)
  • client: send all configured auth headers (#929) (9d2581e)
  • perf: optimize some hot paths (cff76cb)
  • perf: skip traversing types for NotGiven values (dadac7f)
  • project: bump httpx minimum version to 0.25.0 (b554138), closes #902
  • types: handle more discriminated union shapes (#906) (2fc179a)
  • vertex: explicitly include requests extra (2b1221b)

Chores

  • add hash of OpenAPI spec/config inputs to .stats.yml (#912) (ddf7835)
  • ci: add timeout thresholds for CI jobs (7226a5c)
  • client: minor internal fixes (99b9a38)
  • internal: add back release workflow (ce18972)
  • internal: base client updates (2e08c71)
  • internal: bump pyright version (d9ea30e)
  • internal: bump rye to 0.44.0 (#905) (e1a1b14)
  • internal: expand CI branch coverage (#934) (b23fdc9)
  • internal: fix list file params (cfbaaf9)
  • internal: import ordering changes (#895) (b8da2f7)
  • internal: import reformatting (5e6cd74)
  • internal: reduce CI branch coverage (07e813f)
  • internal: refactor retries to not use recursion (4354e82)
  • internal: remove CI condition (#916) (043b56b)
  • internal: remove extra empty newlines (#904) (cfe8f6e)
  • internal: remove trailing character (#924) (dc8e781)
  • internal: remove unused http client options forwarding (#890) (e0428bf)
  • internal: slight transform perf improvement (#931) (3ed4e5e)
  • internal: update config (#914) (a697234)
  • internal: update models test (b1e031d)
  • internal: update pyright settings (38bdc6c)
  • internal: variable name and test updates (#925) (f5d0809)

... (truncated)

Commits
  • f5bdf51 release: 0.50.0
  • 6d97dd3 chore(internal): refactor retries to not use recursion
  • 8ac34d5 chore(internal): fix list file params
  • 0d2dc97 chore(internal): import reformatting
  • 29f5c40 chore(ci): add timeout thresholds for CI jobs
  • 303d116 chore(internal): update models test
  • 994e532 chore(internal): base client updates
  • 7968356 chore(internal): bump pyright version
  • 6905254 chore(client): minor internal fixes
  • 26c95b0 chore(internal): update pyright settings
  • Additional commits viewable in compare view

Updates google-generativeai from 0.8.4 to 0.8.5

Release notes

Sourced from google-generativeai's releases.

v0.8.5

What's Changed

Bugfixes

Docs & Examples

Infrastructure

New Contributors

Full Changelog: google-gemini/deprecated-generative-ai-python@v0.8.4...v0.8.5

Commits
  • f5ac4ed Update version and fix samples for 0.8.5 release (#731)
  • e179614 chore: Update user-input.yml GitHub workflow to trigger on PR comments (#723)
  • 61867f6 Bump tj-actions/changed-files from 44 to 46 in /.github/workflows (#721)
  • d66e975 Update README.md (#722)
  • 29f85b8 Update README.md
  • 6bf4571 Pin actions to specific SHAs (#719)
  • e0fb117 Add a GitHub Action to manage status: awaiting user response (#720)
  • 2c570fb Update samples to use right API key name (#705)
  • 56f2ccf Update GenerationConfig.md to fix typo (#668)
  • 45bd243 Fix function_calling.sh example (#679)
  • Additional commits viewable in compare view

Updates pillow from 11.1.0 to 11.2.1

Release notes

Sourced from pillow's releases.

11.2.1

https://pillow.readthedocs.io/en/stable/releasenotes/11.2.1.html

Deprecations

Documentation

Dependencies

... (truncated)

Changelog

Sourced from pillow's changelog.

Changelog (Pillow)

Commits

Updates coverage from 7.7.0 to 7.8.0

Changelog

Sourced from coverage's changelog.

Version 7.8.0 — 2025-03-30

  • Added a new source_dirs setting for symmetry with the existing source_pkgs setting. It's preferable to the existing source setting, because you'll get a clear error when directories don't exist. Fixes issue 1942. Thanks, Jeremy Fleischman <pull 1943_>.

  • Fix: the PYTHONSAFEPATH environment variable new in Python 3.11 is properly supported, closing issue 1696. Thanks, Philipp A. <pull 1700_>. This works properly except for a detail when using the coverage command on Windows. There you can use python -m coverage instead if you need exact emulation.

.. _issue 1696: nedbat/coveragepy#1696 .. _pull 1700: nedbat/coveragepy#1700 .. _issue 1942: nedbat/coveragepy#1942 .. _pull 1943: nedbat/coveragepy#1943

.. _changes_7-7-1:

Version 7.7.1 — 2025-03-21

  • A few small tweaks to the sys.monitoring support for Python 3.14. Please test!

.. _changes_7-7-0:

Commits
  • 6d5ced9 docs: sample HTML for 7.8.0
  • 49c194f docs: prep for 7.8.0
  • 38782cb docs: finish up source_dirs. bump to 7.8.0
  • 7aea2f3 feat: add new source_dirs option (#1943)
  • f464155 test: some simple bytecode tests
  • cf1dec0 refactor: these pypy modules are available in all our versions
  • a876052 test: a general helper for iterating over our own source files
  • 82cff3e perf: sets are better than lists
  • a66bd61 refactor: move bytecode code into bytecode.py
  • d64ce5f chore: bump the action-dependencies group with 3 updates (#1940)
  • Additional commits viewable in compare view

Updates ruff from 0.11.0 to 0.11.7

Release notes

Sourced from ruff's releases.

0.11.7

Release Notes

Preview features

  • [airflow] Apply auto fixes to cases where the names have changed in Airflow 3 (AIR301) (#17355)
  • [perflint] Implement fix for manual-dict-comprehension (PERF403) (#16719)
  • [syntax-errors] Make duplicate parameter names a semantic error (#17131)

Bug fixes

  • [airflow] Fix typos in provider package names (AIR302, AIR312) (#17574)
  • [flake8-type-checking] Visit keyword arguments in checks involving typing.cast/typing.NewType arguments (#17538)
  • [pyupgrade] Preserve parenthesis when fixing native literals containing newlines (UP018) (#1...

    Description has been truncated

…ith 9 updates

Bumps the non-breaking-changes group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [tenacity](https://github.com/jd/tenacity) | `9.0.0` | `9.1.2` |
| [openai](https://github.com/openai/openai-python) | `1.66.3` | `1.76.0` |
| [google-cloud-speech](https://github.com/googleapis/google-cloud-python) | `2.31.0` | `2.32.0` |
| [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.49.0` | `0.50.0` |
| [google-generativeai](https://github.com/google/generative-ai-python) | `0.8.4` | `0.8.5` |
| [pillow](https://github.com/python-pillow/Pillow) | `11.1.0` | `11.2.1` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.7.0` | `7.8.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.11.0` | `0.11.7` |
| [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.25.3` | `0.26.0` |



Updates `tenacity` from 9.0.0 to 9.1.2
- [Release notes](https://github.com/jd/tenacity/releases)
- [Commits](jd/tenacity@9.0.0...9.1.2)

Updates `openai` from 1.66.3 to 1.76.0
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](openai/openai-python@v1.66.3...v1.76.0)

Updates `google-cloud-speech` from 2.31.0 to 2.32.0
- [Release notes](https://github.com/googleapis/google-cloud-python/releases)
- [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-documentai/CHANGELOG.md)
- [Commits](googleapis/google-cloud-python@google-cloud-speech-v2.31.0...google-cloud-speech-v2.32.0)

Updates `anthropic` from 0.49.0 to 0.50.0
- [Release notes](https://github.com/anthropics/anthropic-sdk-python/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-python@v0.49.0...v0.50.0)

Updates `google-generativeai` from 0.8.4 to 0.8.5
- [Release notes](https://github.com/google/generative-ai-python/releases)
- [Changelog](https://github.com/google-gemini/deprecated-generative-ai-python/blob/main/RELEASE.md)
- [Commits](google-gemini/deprecated-generative-ai-python@v0.8.4...v0.8.5)

Updates `pillow` from 11.1.0 to 11.2.1
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@11.1.0...11.2.1)

Updates `coverage` from 7.7.0 to 7.8.0
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.7.0...7.8.0)

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

Updates `pytest-asyncio` from 0.25.3 to 0.26.0
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.25.3...v0.26.0)

---
updated-dependencies:
- dependency-name: tenacity
  dependency-version: 9.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: openai
  dependency-version: 1.76.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: google-cloud-speech
  dependency-version: 2.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: anthropic
  dependency-version: 0.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: google-generativeai
  dependency-version: 0.8.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: pillow
  dependency-version: 11.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: coverage
  dependency-version: 7.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: ruff
  dependency-version: 0.11.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: pytest-asyncio
  dependency-version: 0.26.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 28, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 9, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jun 9, 2025
@dependabot dependabot bot deleted the dependabot/pip/non-breaking-changes-51744076f5 branch June 9, 2025 10:37
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 Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant