Skip to content

build(deps): bump the patch group across 1 directory with 11 updates - #6695

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/uv/patch-9edeb18c69
Open

build(deps): bump the patch group across 1 directory with 11 updates#6695
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/uv/patch-9edeb18c69

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the patch group with 11 updates in the / directory:

Package From To
boto3 1.43.68 1.43.77
claude-agent-sdk 0.2.132 0.2.143
langchain 1.3.15 1.3.16
langchain-anthropic 1.5.4 1.5.6
langchain-google-genai 4.3.3 4.3.5
searchfox 0.20.3 0.20.4
weave 0.53.4 0.53.6
json-e 4.8.2 4.8.4
uvicorn 0.52.1 0.52.4
wandb 0.28.1 0.28.2
python-dotenv 1.2.2 1.2.3

Updates boto3 from 1.43.68 to 1.43.77

Commits

Updates claude-agent-sdk from 0.2.132 to 0.2.143

Release notes

Sourced from claude-agent-sdk's releases.

v0.2.143

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.238

PyPI: https://pypi.org/project/claude-agent-sdk/0.2.143/

pip install claude-agent-sdk==0.2.143

v0.2.142

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.237

PyPI: https://pypi.org/project/claude-agent-sdk/0.2.142/

pip install claude-agent-sdk==0.2.142

v0.2.141

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.236

PyPI: https://pypi.org/project/claude-agent-sdk/0.2.141/

pip install claude-agent-sdk==0.2.141

v0.2.140

New Features

  • MCP 2.x support for in-process SDK MCP servers: The SDK now supports mcp 2.x alongside 1.x (dependency widened to mcp>=1.23.0,<3.0.0). In-process servers are served over mcp's own in-memory transport instead of hand-rolled JSON-RPC dispatch, so hand-built mcp.server.Server instances now work at full fidelity — resources, prompts, and all result content types reach the CLI verbatim. Tool cancellation on interrupt is supported on mcp 2.x. claude_agent_sdk.ToolAnnotations accepts both camelCase and snake_case hint names on every mcp version (#1218)

... (truncated)

Changelog

Sourced from claude-agent-sdk's changelog.

0.2.143

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.238

0.2.142

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.237

0.2.141

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.236

0.2.140

New Features

  • MCP 2.x support for in-process SDK MCP servers: The SDK now supports mcp 2.x alongside 1.x (dependency widened to mcp>=1.23.0,<3.0.0). In-process servers are served over mcp's own in-memory transport instead of hand-rolled JSON-RPC dispatch, so hand-built mcp.server.Server instances now work at full fidelity — resources, prompts, and all result content types reach the CLI verbatim. Tool cancellation on interrupt is supported on mcp 2.x. claude_agent_sdk.ToolAnnotations accepts both camelCase and snake_case hint names on every mcp version (#1218)
  • forward_subagent_text option: New forward_subagent_text boolean on ClaudeAgentOptions forwards a subagent's text and thinking blocks as messages in the stream, so consumers can render the full nested transcript. Matches the TypeScript SDK's forwardSubagentText (#1206)
  • ResultError exception with structured error payload: When the CLI exits after a terminal error result, the SDK now raises ResultError (a subclass of ProcessError) instead of a bare "exit code 1" error. Carries subtype, errors, result, api_error_status, terminal_reason, session_id, and the raw data dict so callers can branch on failure reason without string matching. New exported types: ResultError (#1205)
  • can_use_tool callback support for query() and string prompts: The can_use_tool permission callback now works with string prompts (not just ClaudeSDKClient), and stdin is kept open so the CLI can send permission requests over the control protocol (#1204)

Bug Fixes

  • Recover parent_tool_use_id when reading subagent transcripts: get_subagent_messages() and get_subagent_messages_from_store() now recover the parent_tool_use_id from the subagent's metadata, linking each subagent's messages to the Agent tool_use block in the parent session. SessionMessage also gains a parent_agent_id field for the spawning agent's id (#1207)

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.235

0.2.139

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.233

0.2.138

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.232

0.2.137

New Features

... (truncated)

Commits
  • 22795fe docs: update changelog for v0.2.143
  • e2e56b7 chore: release v0.2.143
  • 86368af chore: bump bundled CLI version to 2.1.238
  • 800c7cb docs: update changelog for v0.2.142
  • c56b7f3 chore: release v0.2.142
  • ecf9cae chore: bump bundled CLI version to 2.1.237
  • 4122ec6 docs: update changelog for v0.2.141
  • 9fac545 chore: release v0.2.141
  • cf1b0d9 chore: bump bundled CLI version to 2.1.236
  • a4eaba4 docs: update changelog for v0.2.140
  • Additional commits viewable in compare view

Updates langchain from 1.3.15 to 1.3.16

Release notes

Sourced from langchain's releases.

langchain==1.3.16

Changes since langchain==1.3.15

release(langchain): 1.3.16 (#39806) feat(core): add standard model exception types (#39538) feat(langchain): support custom token_counter in ContextEditingMiddleware (#39754) fix(langchain): re-raise non-retryable exceptions in ModelRetryMiddleware (#38960) chore(langchain): update docs on error handling for json schema (#39632) fix(langchain): preserve final repeated schema ordering (#39284)

Commits

Updates langchain-anthropic from 1.5.4 to 1.5.6

Release notes

Sourced from langchain-anthropic's releases.

langchain-anthropic==1.5.6

Changes since langchain-anthropic==1.5.5

release(anthropic): 1.5.6 (#39622) fix(anthropic): normalize tool_search_tool_result blocks (#39621) fix(anthropic): correct model profile data for Fable 5, Sonnet 5, Opus 4.1 (#39604)

langchain-anthropic==1.5.5

Changes since langchain-anthropic==1.5.4

release(anthropic): 1.5.5 (#39597) fix(anthropic): report reasoning tokens in usage metadata (#39590) fix(anthropic): fix KeyError on rename in Claude file-tool middleware (#39293) chore(model-profiles): refresh model profile data (#39299) fix(anthropic): clearer error when no credentials are configured (#39285)

Commits
  • c5b2f95 release(anthropic): 1.5.6 (#39622)
  • 3c6c3ba fix(anthropic): normalize tool_search_tool_result blocks (#39621)
  • a648460 fix(core): issues in merging chunks (#39535)
  • 13b2f8d fix(core): handle v1 base model validation in async path (#39576)
  • 7fb045b fix(fireworks): avoid repeated service_tier [closes #39619] (#39620)
  • 624fd03 fix(core): handle tool descriptions for infer_schema=False (#39573)
  • dff3b73 fix(langchain): preserve final repeated schema ordering (#39284)
  • 1a2585e fix(openrouter): preserve cost metadata in usage chunks (#39338)
  • 0a86934 fix(core): clear usage metadata callback on exceptions in context manager (#3...
  • 2d47a5f chore(partners): bump langgraph floor in openai and huggingface lockfiles (#3...
  • Additional commits viewable in compare view

Updates langchain-google-genai from 4.3.3 to 4.3.5

Release notes

Sourced from langchain-google-genai's releases.

langchain-google-genai==4.3.5

Changes since libs/genai/v4.3.4

release(genai): 4.3.5 (#1955) feat(genai): support standard chat model exception types (#1952)

langchain-google-genai==4.3.4

Changes since libs/genai/v4.3.3

release(genai): 4.3.4 (#1946) chore(model-profiles): refresh model profile data (#1906) chore(genai): update tests for LangSmith gateway (#1944)

Commits

Updates searchfox from 0.20.3 to 0.20.4

Commits
  • 0e37238 Bump version to 0.20.4
  • 6fe66fd Handle templated constructor definitions
  • 4136637 Prefer native implementations for qualified method definitions
  • See full diff in compare view

Updates weave from 0.53.4 to 0.53.6

Release notes

Sourced from weave's releases.

v0.53.6

What's Changed

Full Changelog: wandb/weave@v0.53.4...v0.53.6

Commits
  • 210f99a Release version: 0.53.6-dev0 → 0.53.6
  • 109d618 feat(weave): add record_error to GenAI spans (#7744)
  • c500d17 feat(weave): record the agent span that invoked a call (#7739)
  • 2cc424e fix(weave): include OTEL spans in root usage stats (#7728)
  • 25ee193 chore(weave): add intent and failure signature tables (#7598)
  • a709f40 chore(inference): add OpenRouter permaslug field to catalog output (#7745)
  • 8b9dea2 fix(weave): enable storage joins for selected columns (#7743)
  • 61c65bf feat(weave_ts): link a weave op call to the agent spans it produced (#7711)
  • 3dd9806 feat(weave): link a @​weave.op call to the agent spans it produced (#7730)
  • eb656b2 feat(weave): add parent-call columns to spans (#7729)
  • Additional commits viewable in compare view

Updates json-e from 4.8.2 to 4.8.4

Changelog

Sourced from json-e's changelog.

Jsone 4.8.4 (2026-08-20)

Bugfixes

  • Fixed missing PyPI package metadata (long_description_content_type) that caused the release of 4.8.3 to fail at the packaging step, and added packaging dry-run checks to CI so problems like this are caught on every push rather than only when a release is attempted. (#592)

Jsone 4.8.3 (2026-08-20)

Features

  • Release script now checks that the local main branch is in sync with upstream, that the release tag does not already exist on the remote, and that the version has not already been published to npm, PyPI, or crates.io. (#577)

Bugfixes

  • The Go implementation now enforces the spec error messages: the specification test suite asserts the exact expected message string, and TemplateError/InterpreterError/BuiltinError/SyntaxError output is aligned with specification.yml to match the Python implementation. (#393)
  • Added conformance tests for array indexes equal to the negative array length. (#556)
  • Fixed the JS implementation to treat contexts and template objects as explicit key/value dictionaries rather than JavaScript objects. (#589)
Commits
  • 9bb89a7 v4.8.4
  • 2a16049 Merge pull request #592 from json-e/fix-pypi-packaging-check
  • ce04e6d Switch CHANGELOG from .rst to .md to align with other docs
  • 4fb2a85 Validate release packaging in CI and fix python package
  • 0688c31 v4.8.3
  • 75994de Merge pull request #591 from json-e/release-ci-redesign
  • 584e66e Use trusted publishing for releases
  • e4b3562 Merge pull request #590 from Eijebong/object-literals-as-dict
  • a19cc09 Treat object literals as explicit dicts and not objects
  • 455011b Merge pull request #589 from json-e/explicit-context-dicts
  • Additional commits viewable in compare view

Updates uvicorn from 0.52.1 to 0.52.4

Release notes

Sourced from uvicorn's releases.

Version 0.52.4

Fixed

  • Remove duplicate Date headers from accepted WebSocket handshakes with websockets-sansio (#3078)

Full Changelog: Kludex/uvicorn@0.52.3...0.52.4

Version 0.52.3

Changed

  • Update zttp to 0.0.24 and use its combined receive path, improving HTTP/1.1 request parsing performance (#3067)

Full Changelog: Kludex/uvicorn@0.52.2...0.52.3

Version 0.52.2

Fixed

  • Update zttp to 0.0.22, fixing bodyless request receives and improving HTTP/1 request parsing performance (#3063)

Full Changelog: Kludex/uvicorn@0.52.1...0.52.2

Changelog

Sourced from uvicorn's changelog.

0.52.4 (August 18, 2026)

Fixed

  • Remove duplicate Date headers from accepted WebSocket handshakes with websockets-sansio (#3078)

0.52.3 (August 13, 2026)

Changed

  • Update zttp to 0.0.24 and use its combined receive path, improving HTTP/1.1 request parsing performance (#3067)

0.52.2 (August 13, 2026)

Fixed

  • Update zttp to 0.0.22, fixing bodyless request receives and improving HTTP/1 request parsing performance (#3063)
Commits

Updates wandb from 0.28.1 to 0.28.2

Release notes

Sourced from wandb's releases.

v0.28.2

What's Changed

Notable Changes

The wandb sync --clean command now exits with code 1 and prints a hint to use wandb clean, which is the replacement. wandb login now verifies credentials by default. This can be disabled with wandb login --no-verify or programmatically with wandb.login(verify=False).

Added

Changed

  • The new wandb clean command replaces wandb sync --clean (@​timoffex in wandb/wandb#12238)
  • Hardened argument handling in wandb launch for the local-process resource so that job-supplied values are always shell-quoted (@​nicholaspun-wandb in wandb/wandb#12220)
  • The launch agent now restricts a job's git source URL to https/ssh remotes and pins git's protocol allowlist when fetching it and updating submodules (@​nicholaspun-wandb in wandb/wandb#12221)
  • Response parsing is now faster for many wandb.Api operations, including artifact and registry queries (@​tonyyli-wandb in wandb/wandb#12213)
  • wandb.init() now reports the error it was retrying (such as a network error) when it times out, instead of a generic timeout message. The init_timeout setting now also bounds the backend's retries during run initialization (@​skhanna-cw in wandb/wandb#12216)
  • wandb.Api().create_run_queue(), wandb.Api().create_custom_chart(), and wandb.Api().upsert_run_queue() now raise WandbApiFailedError when the operation fails on the backend. (@​jacobromero in wandb/wandb#12307)
  • Paginated artifact and registry query methods (Api.artifacts(), Api.artifact_collections(), Api.registries(), Registries.collections(), Registries.versions(), Collections.versions(), Registry.collections(), Registry.versions(), Project.collections()) now perform client-side validation of pagination arguments before attempting to fetch any results (@​tonyyli-wandb in wandb/wandb#12101)
  • Ordered registry search now scopes per-registry collection and version queries to the current registry's internal id for more reliable pagination and filtering (@​ibindlish in wandb/wandb#12188)

Deprecated

Removed

Fixed

  • Registry search registries(order=...).collections(order=...).versions() now returns artifact versions in registry and/or collection order. (@​ibindlish in wandb/wandb#12154)
  • macOS x86_64 wheels now contain x86_64 builds of the wandb-xpu binary and the Rust parquet library, which previously shipped as arm64 and could not run or be loaded on Intel Macs (@​dmitryduev in wandb/wandb#12267)
  • wandb.login(verify=True) and wandb login --verify now verify federated identity (identity token) credentials, which were previously not verified (@​dmitryduev in wandb/wandb#12294)
  • wandb login and wandb verify no longer update the system host settings when failing to login (@​jacobromero in wandb/wandb#12332)
  • wandb verify now reports a failed check instead of crashing when an operation still fails after retries (@​dmitryduev in wandb/wandb#12360)
  • Calling Sweeps agent with a custom WANDB_DIR will now respect it when dumping JSON output (@​kelu-wandb in wandb/wandb#12344)
  • Fixed wandb.Api(overrides={"base_url": ...}) failing to authenticate with federated identity (identity token) credentials when the specified server was not the default one, such as a dedicated cloud deployment, unless WANDB_BASE_URL was also set (@​dmitryduev in wandb/wandb#12340)
  • When using federated identity, the identity token file is now re-read for each access token exchange instead of once at startup, so short-lived identity tokens re-minted to the same path keep working for runs that outlive them (@​dmitryduev in wandb/wandb#12341)
  • When using federated identity, requests now fail immediately with the server's error message when the server rejects the identity token exchange, such as for an invalid or expired identity token. Previously, the rejected exchange was retried until requests timed out with a generic error (@​dmitryduev in wandb/wandb#12366)
  • wandb login validates api keys prior to saving to the .netrc file (@​jacobromero in wandb/wandb#12347)
  • The global_step metric created when syncing TensorBoard files is no longer prefixed, like train/global_step, so that it is easier to compare training and validation metrics (@​timoffex in wandb/wandb#12372)
  • The TensorBoard integration now produces fewer W&B steps by merging data for the same global_step into one W&B step when possible (@​timoffex in wandb/wandb#12414)
  • wandb sync no longer hangs on a run that set its name, tags, or notes after starting (@​dmitryduev in wandb/wandb#12380)
  • wandb login no longer removes or corrupts credentials belonging to other machines in your .netrc file (@​dmitryduev in wandb/wandb#12386)
  • Log messages captured from Python loggers no longer add blank lines to a run's logs (@​dmitryduev in wandb/wandb#12387)

... (truncated)

Changelog

Sourced from wandb's changelog.

[0.28.2] - 2026-08-12

Notable Changes

The wandb sync --clean command now exits with code 1 and prints a hint to use wandb clean, which is the replacement. wandb login now verifies credentials by default. This can be disabled with wandb login --no-verify or programmatically with wandb.login(verify=False).

Added

Changed

  • The new wandb clean command replaces wandb sync --clean (@​timoffex in wandb/wandb#12238)
  • Hardened argument handling in wandb launch for the local-process resource so that job-supplied values are always shell-quoted (@​nicholaspun-wandb in wandb/wandb#12220)
  • The launch agent now restricts a job's git source URL to https/ssh remotes and pins git's protocol allowlist when fetching it and updating submodules (@​nicholaspun-wandb in wandb/wandb#12221)
  • Response parsing is now faster for many wandb.Api operations, including artifact and registry queries (@​tonyyli-wandb in wandb/wandb#12213)
  • wandb.init() now reports the error it was retrying (such as a network error) when it times out, instead of a generic timeout message. The init_timeout setting now also bounds the backend's retries during run initialization (@​skhanna-cw in wandb/wandb#12216)
  • wandb.Api().create_run_queue(), wandb.Api().create_custom_chart(), and wandb.Api().upsert_run_queue() now raise WandbApiFailedError when the operation fails on the backend. (@​jacobromero in wandb/wandb#12307)
  • Paginated artifact and registry query methods (Api.artifacts(), Api.artifact_collections(), Api.registries(), Registries.collections(), Registries.versions(), Collections.versions(), Registry.collections(), Registry.versions(), Project.collections()) now perform client-side validation of pagination arguments before attempting to fetch any results (@​tonyyli-wandb in wandb/wandb#12101)
  • Ordered registry search now scopes per-registry collection and version queries to the current registry's internal id for more reliable pagination and filtering (@​ibindlish in wandb/wandb#12188)

Deprecated

Removed

Fixed

  • Registry search registries(order=...).collections(order=...).versions() now returns artifact versions in registry and/or collection order. (@​ibindlish in wandb/wandb#12154)
  • macOS x86_64 wheels now contain x86_64 builds of the wandb-xpu binary and the Rust parquet library, which previously shipped as arm64 and could not run or be loaded on Intel Macs (@​dmitryduev in wandb/wandb#12267)
  • wandb.login(verify=True) and wandb login --verify now verify federated identity (identity token) credentials, which were previously not verified (@​dmitryduev in wandb/wandb#12294)
  • wandb login and wandb verify no longer update the system host settings when failing to login (@​jacobromero in wandb/wandb#12332)
  • wandb verify now reports a failed check instead of crashing when an operation still fails after retries (@​dmitryduev in wandb/wandb#12360)
  • Calling Sweeps agent with a custom WANDB_DIR will now respect it when dumping JSON output (@​kelu-wandb in wandb/wandb#12344)
  • Fixed wandb.Api(overrides={"base_url": ...}) failing to authenticate with federated identity (identity token) credentials when the specified server was not the default one, such as a dedicated cloud deployment, unless WANDB_BASE_URL was also set (@​dmitryduev in wandb/wandb#12340)
  • When using federated identity, the identity token file is now re-read for each access token exchange instead of once at startup, so short-lived identity tokens re-minted to the same path keep working for runs that outlive them (@​dmitryduev in wandb/wandb#12341)
  • When using federated identity, requests now fail immediately with the server's error message when the server rejects the identity token exchange, such as for an invalid or expired identity token. Previously, the rejected exchange was retried until requests timed out with a generic error (@​dmitryduev in wandb/wandb#12366)
  • wandb login validates api keys prior to saving to the .netrc file (@​jacobromero in wandb/wandb#12347)
  • The global_step metric created when syncing TensorBoard files is no longer prefixed, like train/global_step, so that it is easier to compare training and validation metrics (@​timoffex in wandb/wandb#12372)
  • The TensorBoard integration now produces fewer W&B steps by merging data for the same global_step into one W&B step when possible (@​timoffex in wandb/wandb#12414)
  • wandb sync no longer hangs on a run that set its name, tags, or notes after starting (@​dmitryduev in wandb/wandb#12380)
  • wandb login no longer removes or corrupts credentials belonging to other machines in your .netrc file (@​dmitryduev in wandb/wandb#12386)
  • Log messages captured from Python loggers no longer add blank lines to a run's logs (@​dmitryduev in wandb/wandb#12387)
  • del run.summary[key] now removes metrics that were logged as nested values, which it previously ignored (@​dmitryduev in wandb/wandb#12389)

... (truncated)

Commits
  • dc1ef8b Bump version and update CHANGELOG for release 0.28.2
  • e6acdac chore: use opentelemetry proxy to record equivalent sentry events (#12022)
  • 385dc26 chore(registries): replace registry name filter with registry id (aka project...
  • 4af0cba chore: update go deps (#12448)
  • 4db85e5 security: keep API key out of the process list when running docker commands (...
  • 83546c8 fix: allow deleting summary entries for metrics logged as nested values (#12389)
  • 3352bf5 fix: carefully remove streams from mux at teardown (#12388)
  • 7bfcfbf fix: stop captured log lines from adding blank lines to the run log (#12387)
  • e8dbc41 fix: keep other machines' credentials intact when...

    Description has been truncated

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Aug 24, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 24, 2026 03:54
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Aug 24, 2026
Bumps the patch group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [boto3](https://github.com/boto/boto3) | `1.43.68` | `1.43.77` |
| [claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-python) | `0.2.132` | `0.2.143` |
| [langchain](https://github.com/langchain-ai/langchain) | `1.3.15` | `1.3.16` |
| [langchain-anthropic](https://github.com/langchain-ai/langchain) | `1.5.4` | `1.5.6` |
| [langchain-google-genai](https://github.com/langchain-ai/langchain-google) | `4.3.3` | `4.3.5` |
| [searchfox](https://github.com/padenot/searchfox-cli) | `0.20.3` | `0.20.4` |
| [weave](https://github.com/wandb/weave) | `0.53.4` | `0.53.6` |
| [json-e](https://github.com/json-e/json-e) | `4.8.2` | `4.8.4` |
| [uvicorn](https://github.com/Kludex/uvicorn) | `0.52.1` | `0.52.4` |
| [wandb](https://github.com/wandb/wandb) | `0.28.1` | `0.28.2` |
| [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.2.2` | `1.2.3` |



Updates `boto3` from 1.43.68 to 1.43.77
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.43.68...1.43.77)

Updates `claude-agent-sdk` from 0.2.132 to 0.2.143
- [Release notes](https://github.com/anthropics/claude-agent-sdk-python/releases)
- [Changelog](https://github.com/anthropics/claude-agent-sdk-python/blob/main/CHANGELOG.md)
- [Commits](anthropics/claude-agent-sdk-python@v0.2.132...v0.2.143)

Updates `langchain` from 1.3.15 to 1.3.16
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain==1.3.15...langchain==1.3.16)

Updates `langchain-anthropic` from 1.5.4 to 1.5.6
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-anthropic==1.5.4...langchain-anthropic==1.5.6)

Updates `langchain-google-genai` from 4.3.3 to 4.3.5
- [Release notes](https://github.com/langchain-ai/langchain-google/releases)
- [Commits](langchain-ai/langchain-google@libs/genai/v4.3.3...libs/genai/v4.3.5)

Updates `searchfox` from 0.20.3 to 0.20.4
- [Release notes](https://github.com/padenot/searchfox-cli/releases)
- [Commits](padenot/searchfox-cli@v0.20.3...v0.20.4)

Updates `weave` from 0.53.4 to 0.53.6
- [Release notes](https://github.com/wandb/weave/releases)
- [Changelog](https://github.com/wandb/weave/blob/master/dev_docs/RELEASE.md)
- [Commits](wandb/weave@v0.53.4...v0.53.6)

Updates `json-e` from 4.8.2 to 4.8.4
- [Changelog](https://github.com/json-e/json-e/blob/main/CHANGELOG.md)
- [Commits](json-e/json-e@v4.8.2...v4.8.4)

Updates `uvicorn` from 0.52.1 to 0.52.4
- [Release notes](https://github.com/Kludex/uvicorn/releases)
- [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md)
- [Commits](Kludex/uvicorn@0.52.1...0.52.4)

Updates `wandb` from 0.28.1 to 0.28.2
- [Release notes](https://github.com/wandb/wandb/releases)
- [Changelog](https://github.com/wandb/wandb/blob/main/CHANGELOG.md)
- [Commits](wandb/wandb@v0.28.1...v0.28.2)

Updates `python-dotenv` from 1.2.2 to 1.2.3
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md)
- [Commits](theskumar/python-dotenv@v1.2.2...v1.2.3)

---
updated-dependencies:
- dependency-name: boto3
  dependency-version: 1.43.76
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: claude-agent-sdk
  dependency-version: 0.2.143
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: json-e
  dependency-version: 4.8.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: langchain
  dependency-version: 1.3.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: langchain-anthropic
  dependency-version: 1.5.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: langchain-google-genai
  dependency-version: 4.3.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: python-dotenv
  dependency-version: 1.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: searchfox
  dependency-version: 0.20.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: uvicorn
  dependency-version: 0.52.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: wandb
  dependency-version: 0.28.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: weave
  dependency-version: 0.53.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/uv/patch-9edeb18c69 branch from 60d789d to 9c25d36 Compare August 24, 2026 20:09
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.

0 participants