Skip to content

chore(deps): bump the llm-sdks group with 3 updates - #40

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/llm-sdks-5919549dda
Closed

chore(deps): bump the llm-sdks group with 3 updates#40
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/llm-sdks-5919549dda

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor

Bumps the llm-sdks group with 3 updates: anthropic, google-genai and openai.

Updates anthropic from 0.122.0 to 1.0.0

Release notes

Sourced from anthropic's releases.

v1.0.0

1.0.0 (2026-08-20)

Full Changelog: v0.125.0...v1.0.0

⚠ BREAKING CHANGES

  • client: upgrade to httpx2 and some minor breaking changes. See MIGRATION.md for details

Features

  • client: upgrade to httpx2 and some minor breaking changes. See MIGRATION.md for details (33e2967)

Bug Fixes

  • beta: stop warning about output_format= on the parse/stream/tool_runner helpers (59bf261)

Chores

  • streaming: restore the original event imports in lib/streaming/_types.py (87e9e01)

Documentation

  • examples: use adaptive thinking in thinking examples (b5870af)

v0.125.0

0.125.0 (2026-08-19)

Full Changelog: v0.124.0...v0.125.0

Features

  • api: managed agents web search config and self hosted sandbox memory (b75afd6)

v0.124.0

0.124.0 (2026-08-19)

Full Changelog: v0.123.0...v0.124.0

Features

  • api: Files and Skills APIs are now GA; add computer use and browser use toolsets (9a09e84)

v0.123.0

0.123.0 (2026-08-18)

Full Changelog: v0.122.0...v0.123.0

... (truncated)

Changelog

Sourced from anthropic's changelog.

1.0.0 (2026-08-20)

Full Changelog: v0.125.0...v1.0.0

⚠ BREAKING CHANGES

  • client: upgrade to httpx2 and some minor breaking changes. See MIGRATION.md for details

Features

  • client: upgrade to httpx2 and some minor breaking changes. See MIGRATION.md for details (33e2967)

Bug Fixes

  • beta: stop warning about output_format= on the parse/stream/tool_runner helpers (59bf261)

Chores

  • streaming: restore the original event imports in lib/streaming/_types.py (87e9e01)

Documentation

  • examples: use adaptive thinking in thinking examples (b5870af)

0.125.0 (2026-08-19)

Full Changelog: v0.124.0...v0.125.0

Features

  • api: managed agents web search config and self hosted sandbox memory (b75afd6)

0.124.0 (2026-08-19)

Full Changelog: v0.123.0...v0.124.0

Features

  • api: Files and Skills APIs are now GA; add computer use and browser use toolsets (9a09e84)

0.123.0 (2026-08-18)

Full Changelog: v0.122.0...v0.123.0

Features

  • api: additions to files and memory stores (09ce187)

... (truncated)

Commits
  • 23cf458 release: 1.0.0
  • f0e51d6 codegen metadata
  • bc70186 fix(beta): stop warning about output_format= on the parse/stream/tool_runne...
  • 482220c chore(streaming): restore the original event imports in lib/streaming/_types.py
  • 9782e88 feat(client)!: upgrade to httpx2 and some minor breaking changes. See MIGRATI...
  • 5df83ba docs(examples): use adaptive thinking in thinking examples
  • d8d8ee6 release: 0.125.0
  • 04a5b5d feat(api): managed agents web search config and self hosted sandbox memory
  • 781ce5e release: 0.124.0
  • f51102c feat(api): Files and Skills APIs are now GA; add computer use and browser use...
  • Additional commits viewable in compare view

Updates google-genai from 2.18.1 to 2.19.0

Release notes

Sourced from google-genai's releases.

v2.19.0

2.19.0 (2026-08-19)

Features

  • Add mode enum (VERBATIM, SMART) to AudioTranscriptionConfig and TranscriptionConfig. (e8cd7d0)
  • Add enable_data_retention to ToolParallelAiSearch, Add step_count to ReinforcementTuningHyperParameters, Add BidiGenerateContentSetup (656da78)
  • Add IDLE state to live connection status enum and mark REQUIRES_ACTION as deprecated. (599d89f)
  • Add video resolution and extension task parameters (c3bdb88)
Changelog

Sourced from google-genai's changelog.

2.19.0 (2026-08-19)

Features

  • Add mode enum (VERBATIM, SMART) to AudioTranscriptionConfig and TranscriptionConfig. (e8cd7d0)
  • Add enable_data_retention to ToolParallelAiSearch, Add step_count to ReinforcementTuningHyperParameters, Add BidiGenerateContentSetup (656da78)
  • Add IDLE state to live connection status enum and mark REQUIRES_ACTION as deprecated. (599d89f)
  • Add video resolution and extension task parameters (c3bdb88)
Commits
  • c425b0b chore(main): release 2.19.0 (#2867)
  • fedd121 chore: Internal Changes
  • 599d89f feat: Add IDLE state to live connection status enum and mark REQUIRES_ACTION ...
  • e8cd7d0 feat: Add mode enum (VERBATIM, SMART) to AudioTranscriptionConfig and...
  • 656da78 feat: Add enable_data_retention to ToolParallelAiSearch, Add step_count to Re...
  • c3bdb88 feat: add video resolution and extension task parameters
  • See full diff in compare view

Updates openai from 3.1.0 to 3.3.1

Release notes

Sourced from openai's releases.

v3.3.1

3.3.1 (2026-08-19)

Bug Fixes

  • deps: update dependencies with published security fixes (#3680) (53aa4fc)

Chores

  • build: migrate to uv (#3653) (b37e85d)
  • deps: remove jsonschema and unused fixture-validation dependencies (0dfdfdd)
  • lock the repository Pyright toolchain (#3678) (3079be2)
  • run the mock server from locked local tooling (#3679) (370fcc6)

Refactors

  • deps: use the standard library for platform detection (d5b0065)

Build System

  • replace the external README metadata hook (e673ca8)

v3.3.0

3.3.0 (2026-08-18)

Features

Bug Fixes

  • require patched optional networking dependencies (#3651) (40e56de)

Chores

  • remove unused dependencies and pin build tooling (#3650) (eee8e4a)

Documentation

  • strengthen Python SDK security contribution guidance (#3639) (6577709)

v3.2.0

... (truncated)

Changelog

Sourced from openai's changelog.

3.3.1 (2026-08-19)

Bug Fixes

  • deps: update dependencies with published security fixes (#3680) (53aa4fc)

Chores

  • build: migrate to uv (#3653) (b37e85d)
  • deps: remove jsonschema and unused fixture-validation dependencies (0dfdfdd)
  • lock the repository Pyright toolchain (#3678) (3079be2)
  • run the mock server from locked local tooling (#3679) (370fcc6)

Refactors

  • deps: use the standard library for platform detection (d5b0065)

Build System

  • replace the external README metadata hook (e673ca8)

3.3.0 (2026-08-18)

Features

Bug Fixes

  • require patched optional networking dependencies (#3651) (40e56de)

Chores

  • remove unused dependencies and pin build tooling (#3650) (eee8e4a)

Documentation

  • strengthen Python SDK security contribution guidance (#3639) (6577709)

3.2.0 (2026-08-17)

... (truncated)

Commits

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

Bumps the llm-sdks group with 3 updates: [anthropic](https://github.com/anthropics/anthropic-sdk-python), [google-genai](https://github.com/googleapis/python-genai) and [openai](https://github.com/openai/openai-python).


Updates `anthropic` from 0.122.0 to 1.0.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.122.0...v1.0.0)

Updates `google-genai` from 2.18.1 to 2.19.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@v2.18.1...v2.19.0)

Updates `openai` from 3.1.0 to 3.3.1
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](openai/openai-python@v3.1.0...v3.3.1)

---
updated-dependencies:
- dependency-name: anthropic
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: llm-sdks
- dependency-name: google-genai
  dependency-version: 2.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: llm-sdks
- dependency-name: openai
  dependency-version: 3.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: llm-sdks
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 24, 2026
@SupremeHo SupremeHo closed this Aug 27, 2026
@SupremeHo
SupremeHo deleted the dependabot/uv/llm-sdks-5919549dda branch August 27, 2026 05:13
@dependabot @github

dependabot Bot commented on behalf of github Aug 27, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@SupremeHo
SupremeHo restored the dependabot/uv/llm-sdks-5919549dda branch September 2, 2026 07:17
@SupremeHo
SupremeHo deleted the dependabot/uv/llm-sdks-5919549dda branch September 2, 2026 07:17
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.

1 participant