Skip to content

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

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Package From To
boto3 1.43.68 1.43.79
claude-agent-sdk 0.2.132 0.2.144
langchain 1.3.15 1.3.16
langchain-google-genai 4.3.3 4.3.5
searchfox 0.20.3 0.20.4
scipy 1.18.0 1.18.1
weave 0.53.4 0.53.6
spacy 3.8.15 3.8.16
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.79

Commits
  • 5e48139 Merge branch 'release-1.43.79'
  • 962bf4c Bumping version to 1.43.79
  • e479d02 Add changelog entries from botocore
  • bf8d343 Merge branch 'release-1.43.78'
  • 722e01b Merge branch 'release-1.43.78' into develop
  • 4830df4 Bumping version to 1.43.78
  • 921bb10 Add changelog entries from botocore
  • cca5d6f Merge branch 'release-1.43.77'
  • 2ff832b Merge branch 'release-1.43.77' into develop
  • 8c3a6f7 Bumping version to 1.43.77
  • Additional commits viewable in compare view

Updates claude-agent-sdk from 0.2.132 to 0.2.144

Release notes

Sourced from claude-agent-sdk's releases.

v0.2.144

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.246

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

pip install claude-agent-sdk==0.2.144

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

... (truncated)

Changelog

Sourced from claude-agent-sdk's changelog.

0.2.144

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.246

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

... (truncated)

Commits
  • 24956bb docs: update changelog for v0.2.144
  • f8d0152 chore: release v0.2.144
  • a4c72e4 chore: bump bundled CLI version to 2.1.246
  • 15af77c chore: bump bundled CLI version to 2.1.245
  • 21b93c1 chore: bump bundled CLI version to 2.1.241
  • d867f48 chore: bump bundled CLI version to 2.1.243
  • 542fefb chore: bump bundled CLI version to 2.1.241
  • e8bde60 chore: bump bundled CLI version to 2.1.240
  • bc0c9af chore: bump bundled CLI version to 2.1.239
  • 22795fe docs: update changelog for v0.2.143
  • 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-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 scipy from 1.18.0 to 1.18.1

Release notes

Sourced from scipy's releases.

SciPy 1.18.1 Release Notes

SciPy 1.18.1 is a bug-fix release with no new features compared to 1.18.0. This release includes binaries on PyPI for Python 3.15, and the minimum required version of the GCC toolchain has been increased to 10.3.0.

Authors

  • Name (commits)
  • Wasim Akram (2) +
  • Jake Bowhay (1)
  • Michael Bratsch (1)
  • Dietrich Brunn (1)
  • Evgeni Burovski (1)
  • Aadya Chinubhai (1)
  • Lucas Colley (3)
  • Tekin Ertekin (1) +
  • Fuyugithub (2) +
  • Ralf Gommers (11)
  • Joren Hammudoglu (1)
  • Ijtihed Kilani (1) +
  • Andrew Nelson (2)
  • Ilhan Polat (1)
  • Tyler Reddy (39)
  • romao05 (1) +
  • Michael Simacek (1) +
  • Jacob Vanderplas (2)

A total of 18 people contributed to this release. People with a "+" by their names contributed a patch for the first time. This list of names is automatically generated, and may not be fully complete.

Note that the source and binary assets associated with this release were published to PyPI using trusted publishing, and so the trusted assets and their hashes are made available more securely at https://pypi.org/project/scipy/1.18.1/ rather than providing them here in a less secure manner.

A complete list of issues and pull requests associated with this release is available in the associated README.txt.

Commits
  • e4e854e REL: SciPy 1.18.1 rel commit
  • 3c8e5f8 BLD, MAINT: pythran bounds for 1.18.1 (#25978)
  • 54c0f95 BLD, MAINT: pythran bounds for 1.18.1
  • 45a355d Merge pull request #25884 from tylerjereddy/treddy_backports_1.18.1
  • a717e28 DOC: PR 25884 revisions
  • bb489c0 DOC: PR 25884 revisions
  • 09bca24 BLD: package: pin meson on win-64 to avoid clang-cl bug (#25913)
  • 095fe56 DOC, BLD: PR 25884 revisions
  • e66ea64 DOC: update minimum GCC version in toolchain roadmap
  • c021653 TST: tolerance bumps and skips on 32-bit platforms
  • Additional commits viewable 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 spacy from 3.8.15 to 3.8.16

Commits

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 saving login info to .netrc...
  • 2e79d68 security: stop writing cw cluster credentials to the debug log (#12385)
  • Additional commits viewable in compare view

...

Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [boto3](https://github.com/boto/boto3) | `1.43.68` | `1.43.79` |
| [claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-python) | `0.2.132` | `0.2.144` |
| [langchain](https://github.com/langchain-ai/langchain) | `1.3.15` | `1.3.16` |
| [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` |
| [scipy](https://github.com/scipy/scipy) | `1.18.0` | `1.18.1` |
| [weave](https://github.com/wandb/weave) | `0.53.4` | `0.53.6` |
| [spacy](https://github.com/explosion/spaCy) | `3.8.15` | `3.8.16` |
| [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.79
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.43.68...1.43.79)

Updates `claude-agent-sdk` from 0.2.132 to 0.2.144
- [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.144)

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-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 `scipy` from 1.18.0 to 1.18.1
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](scipy/scipy@v1.18.0...v1.18.1)

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 `spacy` from 3.8.15 to 3.8.16
- [Release notes](https://github.com/explosion/spaCy/releases)
- [Changelog](https://github.com/explosion/spaCy/blob/master/RELEASE_NOTES.md)
- [Commits](explosion/spaCy@release-v3.8.15...release-v3.8.16)

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.79
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: claude-agent-sdk
  dependency-version: 0.2.144
  dependency-type: direct:production
  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-google-genai
  dependency-version: 4.3.5
  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: scipy
  dependency-version: 1.18.1
  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
- dependency-name: spacy
  dependency-version: 3.8.16
  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: 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: python-dotenv
  dependency-version: 1.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: 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 Aug 27, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 27, 2026 21:14
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Aug 27, 2026
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