Skip to content

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

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Package From To
boto3 1.43.68 1.43.72
claude-agent-sdk 0.2.135 0.2.138
langchain-anthropic 1.5.4 1.5.6
langchain-google-genai 4.3.3 4.3.4
weave 0.53.4 0.53.6
uvicorn 0.52.1 0.52.3
wandb 0.28.1 0.28.2

Updates boto3 from 1.43.68 to 1.43.72

Commits
  • a3fc41f Merge branch 'release-1.43.72'
  • 27a2636 Bumping version to 1.43.72
  • 33a1671 Add changelog entries from botocore
  • a0b0f50 Merge branch 'release-1.43.71'
  • f1ea765 Merge branch 'release-1.43.71' into develop
  • 3a07077 Bumping version to 1.43.71
  • 9886147 Add changelog entries from botocore
  • 8c2ae68 Merge branch 'release-1.43.70'
  • 116daa7 Merge branch 'release-1.43.70' into develop
  • 4901fc8 Bumping version to 1.43.70
  • Additional commits viewable in compare view

Updates claude-agent-sdk from 0.2.135 to 0.2.138

Release notes

Sourced from claude-agent-sdk's releases.

v0.2.138

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.232

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

pip install claude-agent-sdk==0.2.138

v0.2.137

New Features

  • ConversationResetMessage for conversation reset events: The SDK now surfaces the CLI's conversation_reset frame as a ConversationResetMessage dataclass, letting applications detect when a /clear or other transcript-discarding flow resets the conversation mid-session. Includes new_conversation_id, uuid, and session_id fields. This widens the Message union — code that exhaustively matches with assert_never will need updating (#1196)
  • Message origin on UserMessage and ResultMessage: New origin: MessageOrigin | None field on UserMessage and ResultMessage surfaces why a turn was initiated — distinguishing application-submitted prompts ("human") from background-task notifications, scheduled triggers, peer messages, and other session-injected turns. New exported types: MessageOrigin, MessageOriginKind, TaskNotificationOriginSubkind (#1199)
  • resume_session_at / resume_drops_turn options for truncating resume: ClaudeAgentOptions now supports resume_session_at (fork a session at an earlier transcript entry) and resume_drops_turn (validate that only entries from a specific turn are discarded). Enables safe rewind-to-before-last-prompt without silently dropping unobserved messages (#1198)

Bug Fixes

  • Seed settings.json into temp config dir on SessionStore resume: Resuming from a SessionStore now copies settings.json and cowork_settings.json into the temporary config directory, preserving apiKeyHelper auth, user hooks, env vars, and permissions. Previously, hosts authenticating solely via apiKeyHelper would fail with "Not logged in" on resume (#1197)
  • Improved error messages for failed resume: When the CLI rejects a resume (e.g. nonexistent session or resume_drops_turn guard failure), pending control requests like initialize() now receive the actual error text instead of a generic "Command failed with exit code 1" (#1198)

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.229

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

pip install claude-agent-sdk==0.2.137

v0.2.136

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.228

... (truncated)

Changelog

Sourced from claude-agent-sdk's changelog.

0.2.138

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.232

0.2.137

New Features

  • ConversationResetMessage for conversation reset events: The SDK now surfaces the CLI's conversation_reset frame as a ConversationResetMessage dataclass, letting applications detect when a /clear or other transcript-discarding flow resets the conversation mid-session. Includes new_conversation_id, uuid, and session_id fields. This widens the Message union — code that exhaustively matches with assert_never will need updating (#1196)
  • Message origin on UserMessage and ResultMessage: New origin: MessageOrigin | None field on UserMessage and ResultMessage surfaces why a turn was initiated — distinguishing application-submitted prompts ("human") from background-task notifications, scheduled triggers, peer messages, and other session-injected turns. New exported types: MessageOrigin, MessageOriginKind, TaskNotificationOriginSubkind (#1199)
  • resume_session_at / resume_drops_turn options for truncating resume: ClaudeAgentOptions now supports resume_session_at (fork a session at an earlier transcript entry) and resume_drops_turn (validate that only entries from a specific turn are discarded). Enables safe rewind-to-before-last-prompt without silently dropping unobserved messages (#1198)

Bug Fixes

  • Seed settings.json into temp config dir on SessionStore resume: Resuming from a SessionStore now copies settings.json and cowork_settings.json into the temporary config directory, preserving apiKeyHelper auth, user hooks, env vars, and permissions. Previously, hosts authenticating solely via apiKeyHelper would fail with "Not logged in" on resume (#1197)
  • Improved error messages for failed resume: When the CLI rejects a resume (e.g. nonexistent session or resume_drops_turn guard failure), pending control requests like initialize() now receive the actual error text instead of a generic "Command failed with exit code 1" (#1198)

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.229

0.2.136

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.228
Commits
  • 961aff8 docs: update changelog for v0.2.138
  • 35dc179 chore: release v0.2.138
  • a7b8216 chore: bump bundled CLI version to 2.1.232
  • 0ef19b3 chore: bump bundled CLI version to 2.1.231
  • d24e8ff docs: update changelog for v0.2.137
  • e65cf8c chore: release v0.2.137
  • e2298aa chore: bump bundled CLI version to 2.1.229
  • be2d0df Add resume_session_at / resume_drops_turn for truncating resume (#1198)
  • d48fa33 Surface message origin on UserMessage and ResultMessage (#1199)
  • b4d65f5 Seed user settings.json into the temp config dir on SessionStore resume (#1197)
  • Additional commits viewable in compare view

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

Release notes

Sourced from langchain-google-genai's releases.

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 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 uvicorn from 0.52.1 to 0.52.3

Release notes

Sourced from uvicorn's releases.

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

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 patch group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [boto3](https://github.com/boto/boto3) | `1.43.68` | `1.43.72` |
| [claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-python) | `0.2.135` | `0.2.138` |
| [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.4` |
| [weave](https://github.com/wandb/weave) | `0.53.4` | `0.53.6` |
| [uvicorn](https://github.com/Kludex/uvicorn) | `0.52.1` | `0.52.3` |
| [wandb](https://github.com/wandb/wandb) | `0.28.1` | `0.28.2` |



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

Updates `claude-agent-sdk` from 0.2.135 to 0.2.138
- [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.135...v0.2.138)

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.4
- [Release notes](https://github.com/langchain-ai/langchain-google/releases)
- [Commits](langchain-ai/langchain-google@libs/genai/v4.3.3...libs/genai/v4.3.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 `uvicorn` from 0.52.1 to 0.52.3
- [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.3)

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)

---
updated-dependencies:
- dependency-name: boto3
  dependency-version: 1.43.72
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: claude-agent-sdk
  dependency-version: 0.2.138
  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.4
  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: uvicorn
  dependency-version: 0.52.3
  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
...

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 17, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 17, 2026 20:41
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Aug 17, 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