Skip to content

chore(deps): bump the python-minor-and-patch group with 3 updates - #828

Merged
github-actions[bot] merged 1 commit into
developfrom
dependabot/uv/develop/python-minor-and-patch-2ac9c5e8e6
Jul 27, 2026
Merged

chore(deps): bump the python-minor-and-patch group with 3 updates#828
github-actions[bot] merged 1 commit into
developfrom
dependabot/uv/develop/python-minor-and-patch-2ac9c5e8e6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

Bumps the python-minor-and-patch group with 3 updates: fastapi, anthropic and google-genai.

Updates fastapi from 0.139.2 to 0.140.0

Release notes

Sourced from fastapi's releases.

0.140.0

Refactors

Docs

Internal

Commits

Updates anthropic from 0.112.0 to 0.120.0

Release notes

Sourced from anthropic's releases.

v0.120.0

0.120.0 (2026-07-24)

Full Changelog: v0.119.0...v0.120.0

Features

  • api: add claude-opus-5 model (bf4e31c)
  • api: add tool addition/removal blocks and tool_change events (bf4e31c)
  • api: expand client-side fallback credit token types and add server-side fallbacks default option (bf4e31c)

v0.119.0

0.119.0 (2026-07-23)

Full Changelog: v0.118.0...v0.119.0

Features

  • api: add new stop reason 'model_context_window_exceeded' (d983cde)

Bug Fixes

  • tools: handle binary files in agent toolset read/edit (#283) (417b76b)

v0.118.0

0.118.0 (2026-07-22)

Full Changelog: v0.117.1...v0.118.0

Features

  • api: add support for Managed Agents model effort, initial session events, and threads delta streaming (712bc6f)

v0.117.1

0.117.1 (2026-07-21)

Full Changelog: v0.117.0...v0.117.1

Bug Fixes

  • aws: handle credentials correctly when using AnthropicAWS.copy() (85d3881)

Chores

  • api: add support for new refusal category (d1dea0b)
  • client: docs updates (b14f94c)
  • deps: bump http-snapshot to 0.1.9 (#275) (434b657)
  • deps: pin httpx_aiohttp major version (#271) (924487f)

... (truncated)

Changelog

Sourced from anthropic's changelog.

0.120.0 (2026-07-24)

Full Changelog: v0.119.0...v0.120.0

Features

  • api: add claude-opus-5 model (bf4e31c)
  • api: add tool addition/removal blocks and tool_change events (bf4e31c)
  • api: expand client-side fallback credit token types and add server-side fallbacks default option (bf4e31c)

0.119.0 (2026-07-23)

Full Changelog: v0.118.0...v0.119.0

Features

  • api: add new stop reason 'model_context_window_exceeded' (d983cde)

Bug Fixes

  • tools: handle binary files in agent toolset read/edit (#283) (417b76b)

0.118.0 (2026-07-22)

Full Changelog: v0.117.1...v0.118.0

Features

  • api: add support for Managed Agents model effort, initial session events, and threads delta streaming (712bc6f)

0.117.1 (2026-07-21)

Full Changelog: v0.117.0...v0.117.1

Bug Fixes

  • aws: handle credentials correctly when using AnthropicAWS.copy() (85d3881)

Chores

  • api: add support for new refusal category (d1dea0b)
  • client: docs updates (b14f94c)
  • deps: bump http-snapshot to 0.1.9 (#275) (434b657)
  • deps: pin httpx_aiohttp major version (#271) (924487f)
  • docs: small updates (c48db8b)
  • docs: small updates (755c06c)
  • internal: codegen related update (a4fbecf)

... (truncated)

Commits
  • 60c64fb release: 0.120.0
  • 70c0a64 feat(api): add claude-opus-5 model
  • eb178ec release: 0.119.0
  • 6914718 feat(api): add new stop reason 'model_context_window_exceeded'
  • d2bad4f fix(tools): handle binary files in agent toolset read/edit (#283)
  • b527708 release: 0.118.0
  • f2412fd feat(api): add support for Managed Agents model effort, initial session event...
  • d7c0ea2 release: 0.117.1
  • 5ebdcb0 chore(api): add support for new refusal category
  • b50f8b1 chore(deps): bump http-snapshot to 0.1.9 (#275)
  • Additional commits viewable in compare view

Updates google-genai from 2.12.1 to 2.14.0

Release notes

Sourced from google-genai's releases.

v2.14.0

2.14.0 (2026-07-22)

Features

  • [GenerateContentConfig] Add GenerationConfig.audio_transcription_config and Part.audio_transcription. (dc3d78d)

Bug Fixes

  • Add deprecation warnings to Imagen generate_images, edit_images, generate_videos (if using prompt/text/image args), LiveConnectConfig.GenerationConfig which will be removed in the next major version (4905918)

Documentation

  • Regenerate docs for 2.13.0 (097a99e)

v2.13.0

2.13.0 (2026-07-21)

Features

  • A new field custom_vocabulary is added to to Live API (4eeb1ad)
  • Add model selector (bf3dba4)
  • interaction-api: Add queued status to interaction proto (87f1650)
  • Make ASR fields public in v1main and Interactions (5b52faa)
  • Support mTLS in custom client using google auth mtls.get_default_ssl_context (7270e6d)

Documentation

  • Regenerate docs for 2.11.0 and 2.12.0 (dddd7c6)
Changelog

Sourced from google-genai's changelog.

2.14.0 (2026-07-22)

Features

  • [GenerateContentConfig] Add GenerationConfig.audio_transcription_config and Part.audio_transcription. (dc3d78d)

Bug Fixes

  • Add deprecation warnings to Imagen generate_images, edit_images, generate_videos (if using prompt/text/image args), LiveConnectConfig.GenerationConfig which will be removed in the next major version (4905918)

Documentation

  • Regenerate docs for 2.13.0 (097a99e)

2.13.0 (2026-07-21)

Features

  • A new field custom_vocabulary is added to message .google.cloud.aiplatform.v1beta1.BidiGenerateContentSetup (4eeb1ad)
  • Add model selector (bf3dba4)
  • interaction-api: Add queued status to interaction proto (87f1650)
  • Make ASR fields public in v1main and Interactions (5b52faa)
  • Support mTLS in custom client using google auth mtls.get_default_ssl_context (7270e6d)

Documentation

  • Regenerate docs for 2.11.0 and 2.12.0 (dddd7c6)
Commits
  • 7c1f70d chore(main): release 2.14.0 (#2758)
  • dc3d78d feat: [GenerateContentConfig] Add GenerationConfig.audio_transcription_config...
  • 3469af7 chore: internal testing
  • affa48c chore: internal change
  • 4905918 fix: add deprecation warnings to Imagen generate_images, edit_images, generat...
  • 097a99e docs: Regenerate docs for 2.13.0
  • 293238d chore: Internal change
  • a381b8d chore(main): release 2.13.0 (#2737)
  • 87f1650 feat(interaction-api): add queued status to interaction proto
  • 7270e6d feat: Support mTLS in custom client using google auth mtls.get_default_ssl_co...
  • 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 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 python-minor-and-patch group with 3 updates: [fastapi](https://github.com/fastapi/fastapi), [anthropic](https://github.com/anthropics/anthropic-sdk-python) and [google-genai](https://github.com/googleapis/python-genai).


Updates `fastapi` from 0.139.2 to 0.140.0
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.139.2...0.140.0)

Updates `anthropic` from 0.112.0 to 0.120.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.112.0...v0.120.0)

Updates `google-genai` from 2.12.1 to 2.14.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.12.1...v2.14.0)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-version: 0.140.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-minor-and-patch
- dependency-name: anthropic
  dependency-version: 0.120.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-minor-and-patch
- dependency-name: google-genai
  dependency-version: 2.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-minor-and-patch
...

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 Jul 27, 2026

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Auto-approved: version-update:semver-minor bump of fastapi, anthropic, google-genai.

@github-actions
github-actions Bot enabled auto-merge (squash) July 27, 2026 05:15
@rafeekpro

Copy link
Copy Markdown
Collaborator

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR is already up-to-date with develop! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@github-actions
github-actions Bot merged commit b7b1e58 into develop Jul 27, 2026
18 of 19 checks passed
@dependabot
dependabot Bot deleted the dependabot/uv/develop/python-minor-and-patch-2ac9c5e8e6 branch July 27, 2026 08:26
rlagowski pushed a commit that referenced this pull request Jul 27, 2026
#828 (python-minor-and-patch group) merged with pyasn1==0.6.3, which has 3
known vulnerabilities (PYSEC-2026-3455/3456/3457), all fixed in 0.6.4. pyasn1
is a transitive dependency (via pyasn1-modules), so the group bump didn't lift
it. `uv lock --upgrade-package pyasn1` moves it to 0.6.4; `uv run pip-audit`
now reports "No known vulnerabilities found".

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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