Skip to content

chore(deps): bump the uv-minor-and-patch group across 1 directory with 27 updates - #530

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/main/uv-minor-and-patch-3890763de5
Open

chore(deps): bump the uv-minor-and-patch group across 1 directory with 27 updates#530
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/main/uv-minor-and-patch-3890763de5

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the uv-minor-and-patch group with 27 updates in the / directory:

Package From To
band-client-rest 0.0.10 0.0.23
phoenix-channels-python-client 0.2.2 0.2.3
filelock 3.28.0 3.32.2
letta-client 1.10.3 1.12.1
openai 2.46.0 2.53.0
anthropic 0.120.0 0.120.2
langchain-core 1.5.0 1.5.3
langgraph 1.2.9 1.2.10
langchain-openai 1.2.1 1.4.1
langchain-anthropic 1.4.3 1.5.4
claude-agent-sdk 0.2.125 0.2.132
github-copilot-sdk 1.0.5 1.0.9
crewai 1.15.5 1.15.12
starlette 1.3.1 1.4.1
uvicorn 0.51.0 0.52.1
python-multipart 0.0.26 0.0.32
agent-client-protocol 0.9.0 0.12.0
slack-sdk 3.42.0 3.43.0
aiohttp 3.13.5 3.14.3
boto3 1.42.91 1.43.66
fastapi 0.140.0 0.141.1
agno 2.6.16 2.8.7
pytest 9.0.3 9.1.1
pydantic-ai-slim 2.18.0 2.26.0
pre-commit 4.5.1 4.6.1
ruff 0.15.11 0.16.1
commitizen 4.13.10 4.17.0

Updates band-client-rest from 0.0.10 to 0.0.23

Commits

Updates phoenix-channels-python-client from 0.2.2 to 0.2.3

Release notes

Sourced from phoenix-channels-python-client's releases.

phoenix-channels-python-client: v0.2.3

0.2.3 (2026-07-23)

Bug Fixes

  • match release-please component-prefixed tag in publish workflow (#51) (dedb10c)

Miscellaneous Chores

  • prepare repo for band-ai org transfer and rename (#48) (5298877)
Changelog

Sourced from phoenix-channels-python-client's changelog.

0.2.3 (2026-07-23)

Bug Fixes

  • match release-please component-prefixed tag in publish workflow (#51) (dedb10c)

Miscellaneous Chores

  • prepare repo for band-ai org transfer and rename (#48) (5298877)
Commits
  • a35e247 chore(main): release phoenix-channels-python-client 0.2.3 (#50)
  • dedb10c fix: match release-please component-prefixed tag in publish workflow (#51)
  • 5298877 chore: prepare repo for band-ai org transfer and rename (#48)
  • See full diff in compare view

Updates filelock from 3.28.0 to 3.32.2

Release notes

Sourced from filelock's releases.

3.32.2

What's Changed

Full Changelog: tox-dev/filelock@3.32.1...3.32.2

3.32.0

What's Changed

Full Changelog: tox-dev/filelock@3.31.2...3.32.0

3.31.2

What's Changed

Full Changelog: tox-dev/filelock@3.31.1...3.31.2

3.31.1

What's Changed

Full Changelog: tox-dev/filelock@3.31.0...3.31.1

3.31.0

What's Changed

Full Changelog: tox-dev/filelock@3.30.3...3.31.0

... (truncated)

Changelog

Sourced from filelock's changelog.

########### Changelog ###########

.. towncrier-draft-entries:: Unreleased

.. towncrier release notes start


3.32.2 (2026-07-29)


  • A SoftReadWriteLock or SoftFileLease acquire whose heartbeat thread fails to start now unlinks its marker and hands the claim back, instead of leaving an unrefreshed marker a peer takes while the caller believes it still holds the lock. :pr:691

3.32.1 (2026-07-26)


  • Canceling an AsyncSoftReadWriteLock acquire now releases the claim instead of leaking a marker whose heartbeat wedges every contender. :pr:686

3.32.0 (2026-07-21)


  • SoftReadWriteLock closes the directory handle it opens to scan for readers as soon as a scan stops early, rather than holding it until the generator is collected. :pr:685
  • Declare support for Python 3.15 and run the test suite against it and its free-threaded build, both currently in beta. :pr:683
  • The source distribution ships the capability probes the tests import, and reading one no longer needs coverage installed, so the suite runs from an unpacked sdist instead of failing on a missing coverage_pragmas. :pr:685

3.31.2 (2026-07-21)


  • filelock imports again on runtimes whose errno omits ENOTSUP, such as GraalPy, where importing the package raised ImportError. It probes the code instead, preferring ENOTSUP, falling back to EOPNOTSUPP where that name is absent, and dropping to ENOSYS/EXDEV where neither exists. Platforms defining ENOTSUP keep their behavior. :pr:681

3.31.1 (2026-07-20)


  • A SoftFileLease acquired on one thread keeps its claim when another thread fails to acquire the same lease object, so its heartbeat carries on refreshing the marker instead of being torn down and letting a peer take the live claim. :pr:680

... (truncated)

Commits
  • 9a6cc43 Release 3.32.2
  • 56879c7 🧪 test(unix): deflake sticky-bit concurrent-unlink on graalpy (#695)
  • ecf5be0 hand back the claim when a heartbeat thread fails to start (#691)
  • ee70d2e 🧪 test(soft-rw): deflake writer phase-2 peer-marker test (#694)
  • 1eb14dd Fix test failures on NetBSD (#689) (#693)
  • d81e859 build(deps): bump astral-sh/setup-uv from 8.3.2 to 9.0.0 (#692)
  • 6fbc905 [pre-commit.ci] pre-commit autoupdate (#690)
  • 34d1c38 build(deps): bump pypa/gh-action-pypi-publish from 1.14.0 to 1.14.1 (#688)
  • bf13ec7 Release 3.32.1
  • 887f114 build(deps): bump actions/checkout from 7.0.0 to 7.0.1 (#687)
  • Additional commits viewable in compare view

Updates letta-client from 1.10.3 to 1.12.1

Release notes

Sourced from letta-client's releases.

v1.12.1

SDK 1.12.1.

  • Adds generated SDK support for environment endpoints.
  • Includes the latest generated SDK updates promoted from staging.

v1.12.0

What's Changed

Full Changelog: letta-ai/letta-python@v1.11.0...v1.12.0

v1.11.0

1.11.0 (2026-05-14)

Full Changelog: v1.10.3...v1.11.0

Features

  • cap v1 limit query params (b5edad1)
  • core: add moonshot and kimi code BYOK providers (0b0940b)
  • internal/types: support eagerly validating pydantic iterators (8d289a9)
  • support setting headers via env (f0c2ba8)

Bug Fixes

  • client: add missing f-string prefix in file type error message (cbf36eb)
  • use correct field name format for multipart file arrays (1039e5a)

Performance Improvements

  • core: reduce conversation send hot-path reads (8a7b06e)

Chores

  • internal: more robust bootstrap script (074fe85)
  • internal: reformat pyproject.toml (d9a6109)

Refactors

  • hard-deprecate isolated conversation blocks (ed0a3d4)
  • stop creating new isolated conversation blocks (aa75f2a)
Commits
  • db2d937 Merge pull request #94 from letta-ai/stainless/release
  • e01c63a chore(release): bump python SDK to 1.12.1
  • a40a98d Merge pull request #93 from letta-ai/stainless/release
  • ade51eb fix: reconcile stlc promotion workflow on python staging
  • d5583f3 chore(ci): restore stlc promote workflow
  • 3398f6a Build SDK
  • 52071c7 docs: expose environment endpoints in API reference
  • fac4f36 Build SDK
  • 708784d Build SDK
  • 35554ff Merge pull request #90 from letta-ai/stainless/release
  • Additional commits viewable in compare view

Updates openai from 2.46.0 to 2.53.0

Release notes

Sourced from openai's releases.

v2.53.0

2.53.0 (2026-08-03)

Features

  • api: Add gpt-5.5 and tool name/namespace to Responses types (#3569) (dd1202d)

Bug Fixes

  • ci: avoid NumPy source builds and duplicate HTTPX coverage (#3573) (b58332f)

v2.52.1

2.52.1 (2026-07-31)

Full Changelog: v2.52.0...v2.52.1

Chores

  • ci: pin setup-uv v5 to its underlying commit (#3560) (cbdc98b)

v2.52.0

2.52.0 (2026-07-31)

Full Changelog: v2.51.0...v2.52.0

Features

  • api: content provenance checks (1d6c118)

Bug Fixes

  • client: honor Retry-After delays up to two minutes (#3555) (7fa7946)

Documentation

v2.51.0

2.51.0 (2026-07-30)

Full Changelog: v2.50.0...v2.51.0

Features

... (truncated)

Changelog

Sourced from openai's changelog.

2.53.0 (2026-08-03)

Features

  • api: Add gpt-5.5 and tool name/namespace to Responses types (#3569) (dd1202d)

Bug Fixes

  • ci: avoid NumPy source builds and duplicate HTTPX coverage (#3573) (b58332f)

2.52.1 (2026-07-31)

Full Changelog: v2.52.0...v2.52.1

Chores

  • ci: pin setup-uv v5 to its underlying commit (#3560) (cbdc98b)

2.52.0 (2026-07-31)

Full Changelog: v2.51.0...v2.52.0

Features

  • api: content provenance checks (1d6c118)

Bug Fixes

  • client: honor Retry-After delays up to two minutes (#3555) (7fa7946)

Documentation

2.51.0 (2026-07-30)

Full Changelog: v2.50.0...v2.51.0

Features

Bug Fixes

  • api: add fast tier to helper methods (6064126)

... (truncated)

Commits

Updates anthropic from 0.120.0 to 0.120.2

Release notes

Sourced from anthropic's releases.

v0.120.2

0.120.2 (2026-07-28)

Full Changelog: v0.120.1...v0.120.2

Bug Fixes

  • mcp: support mcp sdk v2 alongside v1 (#300) (177f88c)

v0.120.1

0.120.1 (2026-07-28)

Full Changelog: v0.120.0...v0.120.1

Bug Fixes

Changelog

Sourced from anthropic's changelog.

0.120.2 (2026-07-28)

Full Changelog: v0.120.1...v0.120.2

Bug Fixes

  • mcp: support mcp sdk v2 alongside v1 (#300) (177f88c)

0.120.1 (2026-07-28)

Full Changelog: v0.120.0...v0.120.1

Bug Fixes

Commits

Updates langchain-core from 1.5.0 to 1.5.3

Release notes

Sourced from langchain-core's releases.

langchain-core==1.5.3

Changes since langchain-core==1.5.2

release(core): 1.5.3 (#39145) fix(core): fall back to LANGSMITH_API_KEY for gateway (#39115)

langchain-core==1.5.2

Changes since langchain-core==1.5.1

release(core): 1.5.2 (#39108) fix(core): handle empty string in gateway env vars (#39107) chore: bump setuptools from 82.0.0 to 83.0.0 in /libs/core (#39032) chore: bump jupyterlab from 4.5.9 to 4.5.10 in /libs/core (#39033) chore: bump setuptools from 80.9.0 to 83.0.0 in /libs/text-splitters (#39029)

langchain-core==1.5.1

Changes since langchain-core==1.5.0

release(core): 1.5.1 (#39042) feat(anthropic,fireworks,openai): support langsmith gateway through env var (#38742) fix(core): use tool_call_schema cache for BaseTool token counting in count_tokens_approximately (#39020)

Commits
  • 01d8481 release(core): 1.5.3 (#39145)
  • b8a6e36 chore(model-profiles): refresh model profile data (#39141)
  • cdca311 fix(core): fall back to LANGSMITH_API_KEY for gateway (#39115)
  • a5a8762 ci: annotate uv bump workflow with PR links (#39112)
  • 557c0a9 chore(deps): bump uv to 0.12.0 (#39111)
  • 835c85a release(anthropic): 1.5.3 (#39109)
  • c1ab807 release(core): 1.5.2 (#39108)
  • 3132233 fix(anthropic): preserve empty thinking field in signature_delta streaming (#...
  • b3a6d9a chore(model-profiles): refresh model profile data (#39105)
  • 447b51a fix(anthropic): strip unsupported fields from system message content blocks (...
  • Additional commits viewable in compare view

Updates langgraph from 1.2.9 to 1.2.10

Release notes

Sourced from langgraph's releases.

langgraph==1.2.10

Changes since 1.2.9

  • release(langgraph): 1.2.10 (#8462)
  • chore(deps): bump jupyterlab from 4.5.9 to 4.5.10 in /libs/langgraph (#8440)
  • chore(deps): bump setuptools from 80.9.0 to 83.0.0 in /libs/langgraph (#8435)
  • feat(langgraph): type v3 stream_events return and native projections (#8389)
  • revert(langgraph): delete TracePolicy (#8403)
  • feat(langgraph): drop tags from TracePolicy (#8402)
  • feat(langgraph): expose trace_policy on add_node (#8362)
  • chore(deps): bump mistune from 3.2.1 to 3.3.0 in /libs/langgraph (#8317)
  • chore(deps): bump soupsieve from 2.8.1 to 2.8.4 in /libs/langgraph (#8318)
  • chore(cli): allow langgraph-api versions up to 1.0.0 (#8319)
Commits
  • 4134145 release(langgraph): 1.2.10 (#8462)
  • 30c4d58 chore(deps): bump jupyterlab from 4.5.9 to 4.5.10 in /libs/langgraph (#8440)
  • 1f2f88b chore(deps): bump js-yaml from 4.2.0 to 4.3.0 in /libs/cli/js-monorepo-exampl...
  • 2708203 chore(deps): bump setuptools from 82.0.1 to 83.0.0 in /libs/cli (#8434)
  • 9f1e40b chore(deps): bump setuptools from 80.9.0 to 83.0.0 in /libs/langgraph (#8435)
  • 1e1ca88 feat(langgraph): type v3 stream_events return and native projections (#8389)
  • 31f90df revert(langgraph): delete TracePolicy (#8403)
  • f02c0f0 feat(langgraph): drop tags from TracePolicy (#8402)
  • 8b39db3 feat(langgraph): expose trace_policy on add_node (#8362)
  • 9578140 feat(checkpoint,checkpoint-postgres): add opt-in omit_expired to skip expired...
  • Additional commits viewable in compare view

Updates langchain-openai from 1.2.1 to 1.4.1

Release notes

Sourced from langchain-openai's releases.

langchain-openai==1.4.1

Changes since langchain-openai==1.4.0

release(openai): 1.4.1 (#39045) feat(anthropic,fireworks,openai): support langsmith gateway through env var (#38742) fix(openai): correct gpt-5.3-chat-latest profile (#39009)

langchain-openai==1.4.0

Changes since langchain-openai==1.3.5

release(openai): 1.4.0 (#38983) chore: bump pillow from 12.2.0 to 12.3.0 in /libs/partners/openai (#38999) feat(core): add reasoning_effort as a standard chat model parameter (#38887) chore(model-profiles): refresh model profile data (#38797)

langchain-openai==1.3.5

Changes since langchain-openai==1.3.4

release(openai): 1.3.5 (#38785) feat(openai): support explicit prompt caching (#38762) chore(model-profiles): refresh model profile data (#38774)

langchain-openai==1.3.4

Changes since langchain-openai==1.3.3

release(openai): 1.3.4 (#38731) fix(openai): suppress Pydantic serializer warning on structured output parsed field (#37727) test(openai): skip Codex VCR tests before cassette setup (#38690) chore: bump the minor-and-patch group across 3 directories with 11 updates (#38587) chore: bump langgraph-checkpoint from 4.1.0 to 4.1.1 in /libs/partners/openai (#38476) fix(core): use asyncio.get_running_loop() in async contexts (#38157) test(openai): clarify async API key sync failure trace (#38379)

langchain-openai==1.3.3

Changes since langchain-openai==1.3.2

release(openai): 1.3.3 (#38375) fix(openai): drop response item ids when store is false (#38372) fix(langchain,openai): only set strict=True on tools for OpenAI-compatible models in ProviderStrategy (#38370) test(openai): clarify expected strict schema error (#38338) fix(openai): drop stop from Responses API payload (#38336) chore: bump langsmith from 0.8.5 to 0.8.18 in /libs/partners/openai (#38293) chore: bump vcrpy from 8.1.1 to 8.2.1 in /libs/partners/openai (#38294) chore(model-profiles): refresh model profile data (#38274) test(openai): vcr embedding raw equivalence tests (#38199)

langchain-openai==1.3.2

Changes since langchain-openai==1.3.1

release(openai): 1.3.2 (#38130)

... (truncated)

Commits

Updates langchain-anthropic from 1.4.3 to 1.5.4

Release notes

Sourced from langchain-anthropic's releases.

langchain-anthropic==1.5.4

Changes since langchain-anthropic==1.5.3

release(anthropic): 1.5.4 (#39277) fix(anthropic): handle tool schemas with unsupported top-level composition (#39273) chore: bump the minor-and-patch group across 3 directories with 7 updates (#39187) fix(anthropic): preserve caller tool_choice (#39206) feat(anthropic): add user_profile_id convenience attribute (#39148)

langchain-anthropic==1.5.3

Changes since langchain-anthropic==1.5.2

release(anthropic): 1.5.3 (#39109) fix(anthropic): preserve empty thinking field in signature_delta streaming (#38765) fix(anthropic): strip unsupported fields from system message content blocks (#39101)

langchain-anthropic==1.5.2

Changes since langchain-anthropic==1.5.1

release(anthropic): 1.5.2 (#39056) feat(anthropic): add Claude Opus 5 support (#39054)

langchain-anthropic==1.5.1

Changes since langchain-anthropic==1.5.0

release(anthropic): 1.5.1 (#39043) feat(anthropic,fireworks,openai): support langsmith gateway through env var (#38742) fix(anthropic): enable structured output for Claude Opus 4.8 (#39021)

langchain-anthropic==1.5.0

Changes since langchain-anthropic==1.4.8

release(anthropic): 1.5.0 (#38985) feat(core): add reasoning_effort as a standard chat model parameter (#38887) fix(anthropic): add advisor_ prefix to builtin tool recognition (#38686) chore(deps): refresh lockfiles (#38746) chore(model-profiles): refresh model profile data (#38689) chore(model-profiles): refresh model profile data (#38663) chore: bump the minor-and-patch group across 3 directories with 11 updates (#38587) chore(anthropic): update docstring following sonnet-5 release (#38577) fix(anthropic): ignore LangSmith requests in VCR cassettes (#38547)

langchain-anthropic==1.4.8

Changes since langchain-anthropic==1.4.7

release(anthropic): 1.4.8 (#38490) fix(anthropic): keep initial text on content_block_start (#38442) chore: bump langgraph-checkpoint from 4.1.0 to 4.1.1 in /libs/partners/anthropic (#38479) fix(core): add messages to bare raise ValueError calls (#38158)

... (truncated)

Commits
  • 506ac67 release(anthropic): 1.5.4 (#39277)
  • 3af5d06 fix(anthropic): handle tool schemas with unsupported top-level composition (#...
  • ed00a99 test(langchain): regression test for shell tool + checkpointer msgpack error ...
  • 1bdaf0c fix(langchain): handle malformed structured-output responses (#39245)
  • 8f7cee0 fix(langchain): prevent orphaned tool_calls in ToolCallLimitMiddleware en...
  • dc8287c chore(model-profiles): refresh model profile data (#39256)
  • 599483f fix(langchain): add aliases for bedrock mantle chat models (#39260)
  • 51ddac1 feat(langchain): add LangSmith provider to init_chat_model (#39224)
  • 479be69 fix(langchain): clear stale structured_response between checkpointed turns ...
  • 5909891 fix(langchain): stop HITL approval gates from silently failing open (#39247)
  • Additional commits viewable in compare view

Updates claude-agent-sdk from 0.2.125 to 0.2.132

Release notes

Sourced from claude-agent-sdk's releases.

v0.2.132

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.224

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

pip install claude-agent-sdk==0.2.132

v0.2.131

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.223

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

pip install claude-agent-sdk==0.2.131

v0.2.130

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.222

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

pip install claude-agent-sdk==0.2.130

v0.2.129

Breaking Changes

  • Skill name validation in ClaudeAgentOptions.skills: Skill names containing parentheses, commas, control characters, wildcards (*, :*), leading /, surrounding whitespace, or surrogate code points now raise ValueError at connect time. skills=["plugin:*"] and skills=["*"] should be replaced with skills="all" or a Skill(...) rule in allowed_tools. Names with leading whitespace or / previously built rules that could never match (silently disabling the skill) and now raise explicitly (#1145)

... (truncated)

Changelog

Sourced from claude-agent-sdk's changelog.

0.2.132

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.224

0.2.131

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.223

0.2.130

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.222

0.2.129

Breaking Changes

  • Skill name validation in ClaudeAgentOptions.skills: Skill names containing parentheses, commas, control characters, wildcards (*, :*), leading /, surrounding whitespace, or surrogate code points now raise ValueError at connect time. skills=["plugin:*"] and skills=["*"] should be replaced with skills="all" or a Skill(...) rule in allowed_tools. Names with leading whitespace or / previously built rules that could never match (silently disabling the skill) and now raise explicitly (#1145)

Bug Fixes

  • Validated skill names to prevent --allowedTools injection: Skill names from ClaudeAgentOptions(skills=[...]) were passed unchecked into the CLI's --allowedTools value, which splits on commas and spaces. A crafted name could inject extra permission rules. The transport now validates each name and rejects delimiter-carrying or malformed values (#1145)

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.221

0.2.128

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.220

0.2.127

Bug Fixes

  • Fixed premature stdin closure when background tasks are in flight: query() no longer closes stdin on the first result frame when background tasks (e.g. run_in_background: true subagents) are still running. Previously, closing stdin too early caused SDK-MCP tool calls from background tasks to fail with "Stream closed" and silently bypassed PreToolUse hooks. Stdin now stays open until all in-flight tasks complete and the final result frame arrives (#1103)

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.219

0.2.126

... (truncated)

Commits
  • 6c754df docs: update changelog for v0.2.132
  • 7d28ac3 chore: release v0.2.132
  • b95e101 chore: bump bundled CLI version to 2.1.224
  • 71142da docs: update changelog for v0.2.131
  • c199707 chore: release v0.2.131
  • 27ef957 chore: bump bundled CLI version to 2.1.223
  • e8238a3 docs: update changelog for v0.2.130
  • 52af923 chore: release v0.2.130
  • 9d97fd1 chore: bump bundled CLI version to 2.1.222
  • 60ecf63 docs: update changelog for v0.2.129
  • Additional commits viewable in compare view

Updates github-copilot-sdk from 1.0.5 to 1.0.9

Release notes

Sourced from github-copilot-sdk's releases.

rust/v1.0.9

What's Changed

…h 27 updates

Bumps the uv-minor-and-patch group with 27 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [band-client-rest](https://github.com/thenvoi/fern-python-sdk) | `0.0.10` | `0.0.23` |
| [phoenix-channels-python-client](https://github.com/band-ai/phoenix-channels-python-client) | `0.2.2` | `0.2.3` |
| [filelock](https://github.com/tox-dev/py-filelock) | `3.28.0` | `3.32.2` |
| [letta-client](https://github.com/letta-ai/letta-python) | `1.10.3` | `1.12.1` |
| [openai](https://github.com/openai/openai-python) | `2.46.0` | `2.53.0` |
| [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.120.0` | `0.120.2` |
| [langchain-core](https://github.com/langchain-ai/langchain) | `1.5.0` | `1.5.3` |
| [langgraph](https://github.com/langchain-ai/langgraph) | `1.2.9` | `1.2.10` |
| [langchain-openai](https://github.com/langchain-ai/langchain) | `1.2.1` | `1.4.1` |
| [langchain-anthropic](https://github.com/langchain-ai/langchain) | `1.4.3` | `1.5.4` |
| [claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-python) | `0.2.125` | `0.2.132` |
| [github-copilot-sdk](https://github.com/github/copilot-sdk) | `1.0.5` | `1.0.9` |
| [crewai](https://github.com/crewAIInc/crewAI) | `1.15.5` | `1.15.12` |
| [starlette](https://github.com/Kludex/starlette) | `1.3.1` | `1.4.1` |
| [uvicorn](https://github.com/Kludex/uvicorn) | `0.51.0` | `0.52.1` |
| [python-multipart](https://github.com/Kludex/python-multipart) | `0.0.26` | `0.0.32` |
| [agent-client-protocol](https://github.com/agentclientprotocol/python-sdk) | `0.9.0` | `0.12.0` |
| [slack-sdk](https://github.com/slackapi/python-slack-sdk) | `3.42.0` | `3.43.0` |
| [aiohttp](https://github.com/aio-libs/aiohttp) | `3.13.5` | `3.14.3` |
| [boto3](https://github.com/boto/boto3) | `1.42.91` | `1.43.66` |
| [fastapi](https://github.com/fastapi/fastapi) | `0.140.0` | `0.141.1` |
| [agno](https://github.com/agno-agi/agno) | `2.6.16` | `2.8.7` |
| [pytest](https://github.com/pytest-dev/pytest) | `9.0.3` | `9.1.1` |
| [pydantic-ai-slim](https://github.com/pydantic/pydantic-ai) | `2.18.0` | `2.26.0` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `4.5.1` | `4.6.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.15.11` | `0.16.1` |
| [commitizen](https://github.com/commitizen-tools/commitizen) | `4.13.10` | `4.17.0` |



Updates `band-client-rest` from 0.0.10 to 0.0.23
- [Commits](https://github.com/thenvoi/fern-python-sdk/commits)

Updates `phoenix-channels-python-client` from 0.2.2 to 0.2.3
- [Release notes](https://github.com/band-ai/phoenix-channels-python-client/releases)
- [Changelog](https://github.com/band-ai/phoenix-channels-python-client/blob/main/CHANGELOG.md)
- [Commits](band-ai/phoenix-channels-python-client@phoenix-channels-python-client-v0.2.2...phoenix-channels-python-client-v0.2.3)

Updates `filelock` from 3.28.0 to 3.32.2
- [Release notes](https://github.com/tox-dev/py-filelock/releases)
- [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst)
- [Commits](tox-dev/filelock@3.28.0...3.32.2)

Updates `letta-client` from 1.10.3 to 1.12.1
- [Release notes](https://github.com/letta-ai/letta-python/releases)
- [Commits](letta-ai/letta-python@v1.10.3...v1.12.1)

Updates `openai` from 2.46.0 to 2.53.0
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](openai/openai-python@v2.46.0...v2.53.0)

Updates `anthropic` from 0.120.0 to 0.120.2
- [Release notes](https://github.com/anthropics/anthropic-sdk-python/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-python@v0.120.0...v0.120.2)

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

Updates `langgraph` from 1.2.9 to 1.2.10
- [Release notes](https://github.com/langchain-ai/langgraph/releases)
- [Commits](langchain-ai/langgraph@1.2.9...1.2.10)

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

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

Updates `claude-agent-sdk` from 0.2.125 to 0.2.132
- [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.125...v0.2.132)

Updates `github-copilot-sdk` from 1.0.5 to 1.0.9
- [Release notes](https://github.com/github/copilot-sdk/releases)
- [Changelog](https://github.com/github/copilot-sdk/blob/main/CHANGELOG.md)
- [Commits](github/copilot-sdk@v1.0.5...v1.0.9)

Updates `crewai` from 1.15.5 to 1.15.12
- [Release notes](https://github.com/crewAIInc/crewAI/releases)
- [Commits](crewAIInc/crewAI@1.15.5...1.15.12)

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

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

Updates `python-multipart` from 0.0.26 to 0.0.32
- [Release notes](https://github.com/Kludex/python-multipart/releases)
- [Changelog](https://github.com/Kludex/python-multipart/blob/main/CHANGELOG.md)
- [Commits](Kludex/python-multipart@0.0.26...0.0.32)

Updates `agent-client-protocol` from 0.9.0 to 0.12.0
- [Release notes](https://github.com/agentclientprotocol/python-sdk/releases)
- [Commits](agentclientprotocol/python-sdk@0.9.0...0.12.0)

Updates `slack-sdk` from 3.42.0 to 3.43.0
- [Release notes](https://github.com/slackapi/python-slack-sdk/releases)
- [Commits](slackapi/python-slack-sdk@v3.42.0...v3.43.0)

Updates `aiohttp` from 3.13.5 to 3.14.3
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.13.5...v3.14.3)

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

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

Updates `agno` from 2.6.16 to 2.8.7
- [Release notes](https://github.com/agno-agi/agno/releases)
- [Commits](agno-agi/agno@v2.6.16...v2.8.7)

Updates `pytest` from 9.0.3 to 9.1.1
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@9.0.3...9.1.1)

Updates `pydantic-ai-slim` from 2.18.0 to 2.26.0
- [Release notes](https://github.com/pydantic/pydantic-ai/releases)
- [Changelog](https://github.com/pydantic/pydantic-ai/blob/main/docs/changelog.md)
- [Commits](pydantic/pydantic-ai@v2.18.0...v2.26.0)

Updates `pre-commit` from 4.5.1 to 4.6.1
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v4.5.1...v4.6.1)

Updates `ruff` from 0.15.11 to 0.16.1
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.15.11...0.16.1)

Updates `commitizen` from 4.13.10 to 4.17.0
- [Release notes](https://github.com/commitizen-tools/commitizen/releases)
- [Changelog](https://github.com/commitizen-tools/commitizen/blob/master/CHANGELOG.md)
- [Commits](commitizen-tools/commitizen@v4.13.10...v4.17.0)

---
updated-dependencies:
- dependency-name: band-client-rest
  dependency-version: 0.0.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: uv-minor-and-patch
- dependency-name: phoenix-channels-python-client
  dependency-version: 0.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: uv-minor-and-patch
- dependency-name: filelock
  dependency-version: 3.32.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv-minor-and-patch
- dependency-name: letta-client
  dependency-version: 1.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv-minor-and-patch
- dependency-name: openai
  dependency-version: 2.53.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv-minor-and-patch
- dependency-name: anthropic
  dependency-version: 0.120.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: uv-minor-and-patch
- dependency-name: langchain-core
  dependency-version: 1.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: uv-minor-and-patch
- dependency-name: langgraph
  dependency-version: 1.2.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: uv-minor-and-patch
- dependency-name: langchain-openai
  dependency-version: 1.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv-minor-and-patch
- dependency-name: langchain-anthropic
  dependency-version: 1.5.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv-minor-and-patch
- dependency-name: claude-agent-sdk
  dependency-version: 0.2.132
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: uv-minor-and-patch
- dependency-name: github-copilot-sdk
  dependency-version: 1.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: uv-minor-and-patch
- dependency-name: crewai
  dependency-version: 1.15.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: uv-minor-and-patch
- dependency-name: starlette
  dependency-version: 1.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv-minor-and-patch
- dependency-name: uvicorn
  dependency-version: 0.52.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv-minor-and-patch
- dependency-name: python-multipart
  dependency-version: 0.0.32
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: uv-minor-and-patch
- dependency-name: agent-client-protocol
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv-minor-and-patch
- dependency-name: slack-sdk
  dependency-version: 3.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv-minor-and-patch
- dependency-name: aiohttp
  dependency-version: 3.14.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv-minor-and-patch
- dependency-name: boto3
  dependency-version: 1.43.66
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv-minor-and-patch
- dependency-name: fastapi
  dependency-version: 0.141.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv-minor-and-patch
- dependency-name: agno
  dependency-version: 2.8.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv-minor-and-patch
- dependency-name: pytest
  dependency-version: 9.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv-minor-and-patch
- dependency-name: pydantic-ai-slim
  dependency-version: 2.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv-minor-and-patch
- dependency-name: pre-commit
  dependency-version: 4.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv-minor-and-patch
- dependency-name: ruff
  dependency-version: 0.16.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv-minor-and-patch
- dependency-name: commitizen
  dependency-version: 4.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv-minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 10, 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 Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants