Skip to content

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

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Package From To
boto3 1.43.68 1.43.82
claude-agent-sdk 0.2.132 0.2.147
langchain 1.3.15 1.3.18
langchain-google-genai 4.3.3 4.3.7
searchfox 0.20.3 0.20.4
scipy 1.18.0 1.18.1
weave 0.53.4 0.53.7
spacy 3.8.15 3.8.16
responses 0.26.2 0.26.3
json-e 4.8.2 4.8.4
uvicorn 0.52.1 0.52.4
wandb 0.28.1 0.28.2
google-cloud-pubsub 2.39.1 2.39.2
python-dotenv 1.2.2 1.2.3

Updates boto3 from 1.43.68 to 1.43.82

Commits

Updates claude-agent-sdk from 0.2.132 to 0.2.147

Release notes

Sourced from claude-agent-sdk's releases.

v0.2.147

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.250

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

pip install claude-agent-sdk==0.2.147

v0.2.146

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.248

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

pip install claude-agent-sdk==0.2.146

v0.2.145

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.247

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

pip install claude-agent-sdk==0.2.145

v0.2.144

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.246

... (truncated)

Changelog

Sourced from claude-agent-sdk's changelog.

0.2.147

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.250

0.2.146

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.248

0.2.145

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.247

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)

... (truncated)

Commits
  • 1cd478b docs: update changelog for v0.2.147
  • 08a4ed9 chore: release v0.2.147
  • 6daedeb chore: bump bundled CLI version to 2.1.250
  • 9b0b0df docs: update changelog for v0.2.146
  • cc20b56 chore: release v0.2.146
  • e05a783 chore: bump bundled CLI version to 2.1.248
  • 4d29963 docs: update changelog for v0.2.145
  • b8bb205 chore: release v0.2.145
  • 5230296 chore: bump bundled CLI version to 2.1.247
  • 24956bb docs: update changelog for v0.2.144
  • Additional commits viewable in compare view

Updates langchain from 1.3.15 to 1.3.18

Release notes

Sourced from langchain's releases.

langchain==1.3.18

Changes since langchain==1.3.17

release(langchain): 1.3.18 (#39966) fix(langchain): preserve content-block shape in PIIMiddleware redaction (#39894) fix(core): shore up indexing in genai v1 streaming content (#39964)

langchain==1.3.17

Changes since langchain==1.3.16

release(langchain): 1.3.17 (#39893) fix(langchain): frame custom HITL rejection reasons (#39773) chore(deps): bump minor and patch dependencies (#39869)

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
  • 7d4b42b release(langchain): 1.3.18 (#39966)
  • 4a66e35 fix(langchain): preserve content-block shape in PIIMiddleware redaction (#39894)
  • 38e2113 fix(core): shore up indexing in genai v1 streaming content (#39964)
  • 13b1b2f fix(core): make StructuredTool JSON-serializable (#39631)
  • 3b3b308 release(anthropic): 1.7.0 (#39963)
  • e3f6adf feat(anthropic): support top-level param for skills via container; `updates...
  • c253f54 fix(openai): correct reasoning_effort_levels for gpt-5 and gpt-5.1 profiles...
  • 513e425 chore(model-profiles): refresh model profile data (#39954)
  • fd2fbd7 feat(anthropic): support 1.0 sdk (#39938)
  • b0fb33f fix(perplexity): map Responses API cache tokens into input_token_details (#39...
  • Additional commits viewable in compare view

Updates langchain-google-genai from 4.3.3 to 4.3.7

Release notes

Sourced from langchain-google-genai's releases.

langchain-google-genai==4.3.7

Changes since libs/genai/v4.3.6

release(genai): 4.3.7 (#1977) fix(genai): apply distinct indexes to repeated block types (#1974) chore: bump types-google-cloud-ndb from 2.4.0.20260518 to 2.4.0.20260724 in /libs/genai (#1917) chore: bump the minor-and-patch group across 1 directory with 6 updates (#1969) fix(genai): remove __del__ that closes a potentially shared client (#1963) fix(genai): send skip_thought_signature_validator as a literal string (#1972) test(genai): failing test for DUMMY_THOUGHT_SIGNATURE rejection (#1971) fix(genai): drop foreign-provider reasoning blocks (#1970)

langchain-google-genai==4.3.6

Changes since libs/genai/v4.3.5

release(genai): 4.3.6 (#1968) fix(genai): preserve text and reasoning content for AIMessages with tool calls in _parse_chat_history (#1967) chore(model-profiles): refresh model profile data (#1956)

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
  • 3d9e491 release(genai): 4.3.7 (#1977)
  • df0901b fix(genai): apply distinct indexes to repeated block types (#1974)
  • 9bd41b7 chore: bump types-google-cloud-ndb from 2.4.0.20260518 to 2.4.0.20260724 in /...
  • fcbb0d7 chore: bump the major group in /libs/community with 3 updates (#1920)
  • 71a17cf chore: bump the minor-and-patch group across 1 directory with 6 updates (#1969)
  • a6206c3 fix(vertexai): bump pyarrow dependency (#1962)
  • d530f2f fix(genai): remove __del__ that closes a potentially shared client (#1963)
  • bd39818 fix(genai): send skip_thought_signature_validator as a literal string (#1972)
  • db7a432 test(genai): failing test for DUMMY_THOUGHT_SIGNATURE rejection (#1971)
  • 85c160e fix(genai): drop foreign-provider reasoning blocks (#1970)
  • Additional commits viewable in compare view

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

Release notes

Sourced from weave's releases.

v0.53.7

What's Changed

New Contributors

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

v0.53.6

What's Changed

... (truncated)

Commits
  • f00cd7a Release version: 0.53.7-dev0 → 0.53.7
  • 0a7b16d chore(weave): remove the insights config from the trace server (#7800)
  • caa92da chore(weave): refresh vendored trace-server clients (#7808)
  • a3e5594 fix(trace_server): mark agent response defaults required in the serialization...
  • 44429b8 feat(weave_ts): add GenAI span error helpers (#7738)
  • 3e3b89d perf(weave): stream PII detections into the redacted string (#7796)
  • c31ce92 feat(weave): add opt-in Agent PII policy (#7789)
  • 3000245 security(weave): add PII detection and redaction helpers (#7788)
  • b5fc16f chore(ci): add wandbot-3000[bot] to the CLA allowlist (#7793)
  • 13c1fb2 chore(weave): move trace-server deps onto the trace_server extra (#7780)
  • Additional commits viewable in compare view

Updates spacy from 3.8.15 to 3.8.16

Commits

Updates responses from 0.26.2 to 0.26.3

Release notes

Sourced from responses's releases.

0.26.3

  • Added a keep_headers argument to _recorder.record and Recorder.dump_to_file to preserve named headers (for example Date) that are otherwise stripped as verbose defaults, so a signed response can be recorded and later verified. Matching is case-insensitive. See #763
  • Fixed the element type exposed by CallList so static type checkers infer Call values when iterating, indexing, or filtering recorded calls. See #722
  • Fixed query_string_matcher (and the query matching auto-applied to a registered URL's own query string) discarding blank-valued query params (b=), which caused requests with an extra or missing blank param to match incorrectly. See #804
  • Fixed fragment_identifier_matcher treating opaque fragments (those without =, e.g. /users/5) as always equal, so a required fragment matched a different one or none at all. See #806
Changelog

Sourced from responses's changelog.

0.26.3

  • Added a keep_headers argument to _recorder.record and Recorder.dump_to_file to preserve named headers (for example Date) that are otherwise stripped as verbose defaults, so a signed response can be recorded and later verified. Matching is case-insensitive. See #763
  • Fixed the element type exposed by CallList so static type checkers infer Call values when iterating, indexing, or filtering recorded calls. See #722
  • Fixed query_string_matcher (and the query matching auto-applied to a registered URL's own query string) discarding blank-valued query params (b=), which caused requests with an extra or missing blank param to match incorrectly. See #804
  • Fixed fragment_identifier_matcher treating opaque fragments (those without =, e.g. /users/5) as always equal, so a required fragment matched a different one or none at all. See #806
Commits
  • cb13954 release: 0.26.3
  • f30df24 Merge pull request #809 from golikovichev/fix/763-recorder-keep-headers
  • 5c074b9 Add keep_headers to the recorder to preserve named default headers
  • 2827d43 fix: type CallList as a sequence of calls (#807)
  • 2af69cb fix: compare opaque fragment identifiers verbatim (#806)
  • da2c5d1 fix: keep blank-valued query params significant in query_string_matcher (#804)
  • 983a497 Merge branch 'release/0.26.2'
  • See full diff 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

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

| Package | From | To |
| --- | --- | --- |
| [boto3](https://github.com/boto/boto3) | `1.43.68` | `1.43.82` |
| [claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-python) | `0.2.132` | `0.2.147` |
| [langchain](https://github.com/langchain-ai/langchain) | `1.3.15` | `1.3.18` |
| [langchain-google-genai](https://github.com/langchain-ai/langchain-google) | `4.3.3` | `4.3.7` |
| [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.7` |
| [spacy](https://github.com/explosion/spaCy) | `3.8.15` | `3.8.16` |
| [responses](https://github.com/getsentry/responses) | `0.26.2` | `0.26.3` |
| [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` |
| [google-cloud-pubsub](https://github.com/googleapis/google-cloud-python) | `2.39.1` | `2.39.2` |
| [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.2.2` | `1.2.3` |



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

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

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

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

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.7
- [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.7)

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 `responses` from 0.26.2 to 0.26.3
- [Release notes](https://github.com/getsentry/responses/releases)
- [Changelog](https://github.com/getsentry/responses/blob/master/CHANGES)
- [Commits](getsentry/responses@0.26.2...0.26.3)

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 `google-cloud-pubsub` from 2.39.1 to 2.39.2
- [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-pubsub-v2.39.1...google-cloud-pubsub-v2.39.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.82
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: claude-agent-sdk
  dependency-version: 0.2.147
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: langchain
  dependency-version: 1.3.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: langchain-google-genai
  dependency-version: 4.3.7
  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.7
  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: responses
  dependency-version: 0.26.3
  dependency-type: direct:development
  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: google-cloud-pubsub
  dependency-version: 2.39.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 31, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 31, 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 31, 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