Skip to content

chore(deps): update uv: bump the uv-version-updates group across 1 directory with 11 updates - #415

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/uv-version-updates-d2963aef23
Closed

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/uv-version-updates-d2963aef23

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown
Contributor

Bumps the uv-version-updates group with 7 updates in the / directory:

Package From To
fastmcp 3.4.7 4.0.3
boto3 1.43.82 1.43.93
ruff 0.16.5 0.16.7
pyright 1.1.411 1.1.414
langchain 1.3.18 1.4.0
langchain-aws 1.7.4 1.7.6
llama-index-llms-openai 0.7.10 0.8.1

Updates fastmcp from 3.4.7 to 4.0.3

Release notes

Sourced from fastmcp's releases.

v4.0.3: Once Is Enough

Multi-server clients with legacy-only backends now avoid unnecessary startup retries, and tools returning unconstrained sequences no longer send images twice. This patch also fixes task timing values rejected by strict clients and cleans up unfinished Monty callbacks when execution ends.

What's Changed

Enhancements ✨

Fixes 🐞

Docs 📚

New Contributors

Full Changelog: PrefectHQ/fastmcp@v4.0.2...v4.0.3

v4.0.2: Root Access

ClientGroup is now importable from the package root, from fastmcp import ClientGroup, with the same lazy export and install hint as Client, so integrations no longer couple to FastMCP's internal module layout.

What's Changed

Enhancements ✨

Fixes 🐞

Docs 📚

Other Changes 🦾

Full Changelog: PrefectHQ/fastmcp@v4.0.1...v4.0.2

v4.0.1: Come Back Any Time

ClientGroup now reference-counts its context the way Client does, so entering a connected group from a nested block or a concurrent task reuses the existing connections instead of raising. Adapters written against Client's reentrancy can hold a ClientGroup the same way.

... (truncated)

Changelog

Sourced from fastmcp's changelog.


title: "Changelog" icon: "list-check" rss: true tag: NEW

v4.0.3: Once Is Enough

Multi-server clients with legacy-only backends now avoid unnecessary startup retries, and tools returning unconstrained sequences no longer send images twice. This patch also fixes task timing values rejected by strict clients and cleans up unfinished Monty callbacks when execution ends.

Enhancements ✨

Fixes 🐞

Docs 📚

  • docs: point What's New at the changelog for later releases by @​zzstoatzz in #4992
  • docs: attribute the back-channel removal to SEP-2322/2575, not SEP-2577 by @​zzstoatzz in #4988

New Contributors

Full Changelog: v4.0.2...v4.0.3

v4.0.2: Root Access

ClientGroup is now importable from the package root, from fastmcp import ClientGroup, with the same lazy export and install hint as Client, so integrations no longer couple to FastMCP's internal module layout.

Enhancements ✨

Fixes 🐞

Docs 📚

Full Changelog: v4.0.1...v4.0.2

... (truncated)

Commits
  • 7129236 Add v4.0.3 changelog entries (#5007)
  • f79bc82 chore: Update SDK documentation (#4945)
  • 6e0859f fix task timing field serialization (#5003)
  • 855cb7a Clarify release title history lookup (#5006)
  • 6236ac1 Clean up unfinished Monty callbacks (#5005)
  • 6c2fbe7 docs: attribute the back-channel removal to SEP-2322/2575, not SEP-2577 (#4988)
  • e68bacc perf: avoid duplicate startup for mixed-era backends (#4971)
  • 032b9f6 fix: don't infer an output schema for unconstrained sequences (#4999)
  • 75d50ff ci: deploy docs through Mintlify's admin API and wait for a verdict (#4996)
  • a338cfb docs: point What's New at the changelog for later releases (#4992)
  • Additional commits viewable in compare view

Updates boto3 from 1.43.82 to 1.43.93

Commits
  • 655751c Merge branch 'release-1.43.93'
  • e522bfd Bumping version to 1.43.93
  • 9c7d4c3 Add changelog entries from botocore
  • 4477cdc Merge branch 'release-1.43.92'
  • a465bee Merge branch 'release-1.43.92' into develop
  • 5d8a8ab Bumping version to 1.43.92
  • 959442c Add changelog entries from botocore
  • 5073bde Merge branch 'release-1.43.91'
  • 19fa272 Merge branch 'release-1.43.91' into develop
  • 036a8a0 Bumping version to 1.43.91
  • Additional commits viewable in compare view

Updates ruff from 0.16.5 to 0.16.7

Release notes

Sourced from ruff's releases.

0.16.7

Release Notes

Released on 2026-09-10.

Preview features

  • [ruff] Add rule for default values on method receivers (RUF077) (#26700)
  • [ruff] Recognize re.prefixmatch (RUF039, RUF055) (#28311)

Bug fixes

  • Alternate nested quotes inside format spec interpolations (#28259)
  • [flake8-implicit-str-concat] Mark fix unsafe when it creates a docstring (ISC003) (#27981)
  • [flake8-tidy-imports] Skip fixes for multi-member imports (TID254) (#26584)
  • [pylint] Gate ImportCycleError on Python 3.15 (PLW0133) (#28310)

Rule changes

  • Correct D211 and D203 rule conflict diagnostic (#28444)
  • Recognize slice and frozendict generics (#28477)
  • Stop defining __cached__ for Python 3.15 (#28476)
  • [pyupgrade] Stop recommending removed typing.no_type_check_decorator (UP035) (#28475)

Performance

  • Reuse parser name lookups when interning (#28399)
  • Speed up inherited configuration resolution (#28299)

Documentation

  • Fix line-length path in --config example (#28392)
  • Remove the "Who’s Using Ruff?" list (#28455)

Other changes

  • Embed archive checksums in the shell installer (#28281)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.16.7

Released on 2026-09-10.

Preview features

  • [ruff] Add rule for default values on method receivers (RUF077) (#26700)
  • [ruff] Recognize re.prefixmatch (RUF039, RUF055) (#28311)

Bug fixes

  • Alternate nested quotes inside format spec interpolations (#28259)
  • [flake8-implicit-str-concat] Mark fix unsafe when it creates a docstring (ISC003) (#27981)
  • [flake8-tidy-imports] Skip fixes for multi-member imports (TID254) (#26584)
  • [pylint] Gate ImportCycleError on Python 3.15 (PLW0133) (#28310)

Rule changes

  • Correct D211 and D203 rule conflict diagnostic (#28444)
  • Recognize slice and frozendict generics (#28477)
  • Stop defining __cached__ for Python 3.15 (#28476)
  • [pyupgrade] Stop recommending removed typing.no_type_check_decorator (UP035) (#28475)

Performance

  • Reuse parser name lookups when interning (#28399)
  • Speed up inherited configuration resolution (#28299)

Documentation

  • Fix line-length path in --config example (#28392)
  • Remove the "Who’s Using Ruff?" list (#28455)

Other changes

  • Embed archive checksums in the shell installer (#28281)

Contributors

... (truncated)

Commits

Updates pyright from 1.1.411 to 1.1.414

Commits

Updates agent-framework from 1.16.0 to 1.0.0b260107

Commits
  • e9d97ce Python: fix(azure-ai): Fix response_format handling for structured outputs (#...
  • f4ab586 Python: Streaming sample for azurefunctions (#3057)
  • a118fd5 updated templates (#3106)
  • 521f046 Enable blank issues in issue template configuration
  • dd69cab .NET: Seal factory contexts and add non JSO deserialize overloads (#3066)
  • 2e1189c Python: Improve DevUI, add Context Inspector view as new tab under traces (#2...
  • db283cd Python: Fix MCP tool result serialization for list[TextContent] (#2523)
  • f49e537 Bump Bedrock version to latest (#3110)
  • 202f557 Bump versions to 1.0.0b260106 for a release. Update CHANGELOG.md (#3109)
  • ea370f8 sharepoint sample fix (#3108)
  • Additional commits viewable in compare view

Updates langchain from 1.3.18 to 1.4.0

Release notes

Sourced from langchain's releases.

langchain-perplexity==1.4.0

Changes since langchain-perplexity==1.3.2

release(perplexity): 1.4.0 (#37993) feat(perplexity): bind_tools and Responses-API tool round-trip (#37934) hotfix(openai): min core dep (#37990)

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==1.4.0

Changes since langchain==1.3.18

docs(langchain): runnable langchain.mcp examples (#39976) feat(langchain): langchain.mcp namespace, MCPAdapter (#39939) perf(anthropic,langchain): omit middleware trace inputs (#40098) fix(langchain): include model destination in agent tool routing (#38355) chore(langchain): bump vcrpy test dependency minimum to >=8.2.0 (#39942)

langchain==1.4.0a4

Initial release

release(langchain): 1.4.0a4 test(langchain): cover mixed-era ClientGroup and group elicitation Update libs/langchain_v1/langchain/mcp/adapter.py fix(langchain): drive MCP elicitation via member session for fastmcp 4.0.1 fix(sdk): use latest fastmcp and rm reentrant impl cr cr refactor(langchain): inline MCP client arming into __init__ refactor(langchain): stamp an arm marker instead of introspecting the handler closure fix(langchain): gate MCP interrupt routing on the negotiated protocol era refactor(langchain): drop MCP elicitation flag, derive interrupt routing from the client fix(sdk): add _ReentrantClientGroup fix(langchain): narrow MCPAdapter.client union in mcp tests for mypy chore(langchain): format mcp/adapter.py release(langchain): 1.4.0a3 feat(langchain): group MCP tool metadata under an mcp namespace refactor(langchain): stop exporting MCPAdapterTarget from langchain.mcp refactor(langchain): rename convert_mcp_tool_to_langchain_tool to as_langchain_tool refactor(langchain): rename MCPAdapter.get_tools to list_tools feat(langchain): expose cache_mode on MCPAdapter.get_tools chore(langchain): require fastmcp 4.0.0 feat(langchain): accept a ClientGroup as an MCPAdapter target feat(langchain): mark the langchain.mcp namespace as beta

... (truncated)

Commits
  • 79cab2d release(anthropic): 1.7.1 (#40181)
  • 1e6a4f0 chore(model-profiles): refresh model profile data (#40171)
  • 8330dfe docs(langchain): runnable langchain.mcp examples (#39976)
  • 280442b feat(langchain): langchain.mcp namespace, MCPAdapter (#39939)
  • f5ee2b6 chore(chroma): bump Pygments security constraint (#40162)
  • 234255c chore(model-profiles): refresh model profile data (#40009)
  • 79e0e4a chore(deps): bump mistune from 3.3.0 to 3.3.3 in /libs/langchain (#40149)
  • e90201b chore(deps): bump mistune from 3.3.0 to 3.3.3 in /libs/core (#40150)
  • 4240248 chore(deps): bump mistune from 3.3.0 to 3.3.3 in /libs/text-splitters (#40148)
  • 530290a chore(deps): bump uv to 0.12.8 (#40092)
  • Additional commits viewable in compare view

Updates langchain-aws from 1.7.4 to 1.7.6

Release notes

Sourced from langchain-aws's releases.

langchain-aws==1.7.6

What's Changed

Full Changelog: langchain-ai/langchain-aws@langgraph-checkpoint-aws==1.2.3...langchain-aws==1.7.6

langchain-aws==1.7.5

What's Changed

Full Changelog: langchain-ai/langchain-aws@langchain-aws==1.7.4...langchain-aws==1.7.5

Commits
  • a5aebde release(aws): 1.7.6 (#1276)
  • f930e69 fix(aws): Claude Fable 5.1 tool_choice support on ChatBedrockConverse (#1274)
  • 1ad723d feat(aws): Support reasoning effort for GPT-6 Astra (#1271)
  • 94fd0f2 feat(aws): Streaming and tool_choice support for GPT-6 and GPT-5.6 on ChatBed...
  • 959ba61 fix(aws): Update DeepSeek V3.x tool choice support on ChatBedrockConverse (#1...
  • 905fe57 chore(model-profiles): refresh model profile data (#1272)
  • c5913f8 fix(langgraph-checkpoint-aws): preserve delta snapshots when patching message...
  • bbe4b17 chore(model-profiles): refresh model profile data (#1269)
  • a67fcac chore(model-profiles): refresh model profile data (#1267)
  • 1a91ace fix(aws): Support reasoning_effort for GPT 5.6 on ChatBedrockConverse (#1266)
  • Additional commits viewable in compare view

Updates langchain-mcp-adapters from 0.3.2 to 0.3.1

Commits
  • d62349d build(deps): bump the minor-and-patch group with 4 updates (#534)
  • 20eb39e build(deps-dev): bump mypy from 1.20.0 to 2.1.0 in the major group (#535)
  • 62b48ab build(deps): bump starlette from 0.49.1 to 1.0.1 in /examples/servers/streama...
  • ed77d67 build(deps): bump starlette from 0.50.0 to 1.0.1 (#537)
  • See full diff in compare view

Updates llama-index-llms-openai from 0.7.10 to 0.8.1

Updates llama-index-tools-mcp from 0.4.8 to 0.6.0

Updates strands-agents from 1.54.0 to 0.0.1

Commits
  • ea48c58 fix(test): drop deprecated gemini-2.0-flash override in integ tests (#2609)
  • f53293d fix: update package-lock.json file to resolve wasm dependencies (#2564)
  • 6540fb6 fix: workflow_dispatch step for python wasm release (#2560)
  • 2403799 feat: add python wasm release workflow (#2409)
  • fe8468e chore: sync strands-agents/docs and strands-agents/sdk-typescript into monore...
  • 8778dbe chore: sync strands-agents/sdk-typescript into monorepo
  • 74ef7aa chore: sync strands-agents/docs into monorepo
  • 2cd5a5c fix: resolve dependabot alerts and bump CI actions (#2546)
  • 37141f5 docs: wrap quickstart metrics output in collapsible section (#2550)
  • 1dde87d Propose a mono-repository (#811)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Sep 14, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 14, 2026 07:12
@dependabot
dependabot Bot requested review from acmlau and jinet September 14, 2026 07:12
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Sep 14, 2026
…rectory with 11 updates

Bumps the uv-version-updates group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [fastmcp](https://github.com/PrefectHQ/fastmcp) | `3.4.7` | `4.0.3` |
| [boto3](https://github.com/boto/boto3) | `1.43.82` | `1.43.93` |
| [ruff](https://github.com/astral-sh/ruff) | `0.16.5` | `0.16.7` |
| [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.411` | `1.1.414` |
| [langchain](https://github.com/langchain-ai/langchain) | `1.3.18` | `1.4.0` |
| [langchain-aws](https://github.com/langchain-ai/langchain-aws) | `1.7.4` | `1.7.6` |
| llama-index-llms-openai | `0.7.10` | `0.8.1` |



Updates `fastmcp` from 3.4.7 to 4.0.3
- [Release notes](https://github.com/PrefectHQ/fastmcp/releases)
- [Changelog](https://github.com/PrefectHQ/fastmcp/blob/main/docs/changelog.mdx)
- [Commits](PrefectHQ/fastmcp@v3.4.7...v4.0.3)

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

Updates `ruff` from 0.16.5 to 0.16.7
- [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.16.5...0.16.7)

Updates `pyright` from 1.1.411 to 1.1.414
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.411...v1.1.414)

Updates `agent-framework` from 1.16.0 to 1.0.0b260107
- [Release notes](https://github.com/microsoft/agent-framework/releases)
- [Commits](microsoft/agent-framework@dotnet-1.16.0...python-1.0.0b260107)

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

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

Updates `langchain-mcp-adapters` from 0.3.2 to 0.3.1
- [Release notes](https://github.com/langchain-ai/langchain-mcp-adapters/releases)
- [Commits](langchain-ai/langchain-mcp-adapters@langchain-mcp-adapters==0.3.2...langchain-mcp-adapters==0.3.1)

Updates `llama-index-llms-openai` from 0.7.10 to 0.8.1

Updates `llama-index-tools-mcp` from 0.4.8 to 0.6.0

Updates `strands-agents` from 1.54.0 to 0.0.1
- [Release notes](https://github.com/strands-agents/harness-sdk/releases)
- [Commits](strands-agents/harness-sdk@python/v1.54.0...python-wasm/v0.0.1)

---
updated-dependencies:
- dependency-name: agent-framework
  dependency-version: 1.0.0b260107
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv-version-updates
- dependency-name: boto3
  dependency-version: 1.43.92
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: uv-version-updates
- dependency-name: fastmcp
  dependency-version: 4.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: uv-version-updates
- dependency-name: langchain
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv-version-updates
- dependency-name: langchain-aws
  dependency-version: 1.7.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: uv-version-updates
- dependency-name: langchain-mcp-adapters
  dependency-version: 0.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: uv-version-updates
- dependency-name: llama-index-llms-openai
  dependency-version: 0.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv-version-updates
- dependency-name: llama-index-tools-mcp
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv-version-updates
- dependency-name: pyright
  dependency-version: 1.1.414
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: uv-version-updates
- dependency-name: ruff
  dependency-version: 0.16.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: uv-version-updates
- dependency-name: strands-agents
  dependency-version: 0.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: uv-version-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/uv/uv-version-updates-d2963aef23 branch from 7b451e7 to e7db0bd Compare September 15, 2026 11:24
@dependabot @github

dependabot Bot commented on behalf of github Sep 21, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Sep 21, 2026
@dependabot
dependabot Bot deleted the dependabot/uv/uv-version-updates-d2963aef23 branch September 21, 2026 07:10
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