From b58044ac7a5f4b94b126eca0311c512a98d16f2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 23:29:43 +0000 Subject: [PATCH] chore(deps): bump anyio from 4.13.0 to 4.14.2 in /libs/cli (#8998) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [anyio](https://github.com/agronholm/anyio) from 4.13.0 to 4.14.2.
Release notes

Sourced from anyio's releases.

4.14.2

4.14.1

4.14.0

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=anyio&package-manager=uv&previous-version=4.13.0&new-version=4.14.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) ---
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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/langchain-ai/langgraph/network/alerts).
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- libs/cli/tests/unit_tests/conftest.py | 2 +- libs/cli/uv.lock | 6 +++--- .../tests/streaming/test_sync_extensions_projection.py | 5 ++++- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/libs/cli/tests/unit_tests/conftest.py b/libs/cli/tests/unit_tests/conftest.py index 5caaa6c81..fb075a041 100644 --- a/libs/cli/tests/unit_tests/conftest.py +++ b/libs/cli/tests/unit_tests/conftest.py @@ -12,5 +12,5 @@ def disable_analytics_env() -> None: if "LANGGRAPH_CLI_NO_ANALYTICS" in os.environ: print("⚠️ LANGGRAPH_CLI_NO_ANALYTICS is set. Overriding it for the test.") - with patch.dict(os.environ, {"LANGGRAPH_CLI_NO_ANALYTICS": "0"}): + with patch.dict(os.environ, {"LANGGRAPH_CLI_NO_ANALYTICS": "1"}): yield diff --git a/libs/cli/uv.lock b/libs/cli/uv.lock index 64c03484c..ce0ec1763 100644 --- a/libs/cli/uv.lock +++ b/libs/cli/uv.lock @@ -19,16 +19,16 @@ wheels = [ [[package]] name = "anyio" -version = "4.13.0" +version = "4.14.2" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "exceptiongroup", marker = "python_full_version < '3.11'" }, { name = "idna" }, { name = "typing-extensions", marker = "python_full_version < '3.13'" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/19/14/2c5dd9f512b66549ae92767a9c7b330ae88e1932ca57876909410251fe13/anyio-4.13.0.tar.gz", hash = "sha256:334b70e641fd2221c1505b3890c69882fe4a2df910cba14d97019b90b24439dc", size = 231622, upload-time = "2026-03-24T12:59:09.671Z" } +sdist = { url = "https://files.pythonhosted.org/packages/61/cc/a381afa6efea9f496eff839d4a6a1aed3bfafc7b3ab4b0d1b243a12573dd/anyio-4.14.2.tar.gz", hash = "sha256:cfa139f3ed1a23ee8f88a145ddb5ac7605b8bbfd8592baacd7ce3d8bb4313c7f", size = 260176, upload-time = "2026-07-12T20:29:07.082Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/da/42/e921fccf5015463e32a3cf6ee7f980a6ed0f395ceeaa45060b61d86486c2/anyio-4.13.0-py3-none-any.whl", hash = "sha256:08b310f9e24a9594186fd75b4f73f4a4152069e3853f1ed8bfbf58369f4ad708", size = 114353, upload-time = "2026-03-24T12:59:08.246Z" }, + { url = "https://files.pythonhosted.org/packages/da/35/f2287558c17e29fafc8ef3daf819bb9834061cfa43bff8014f7df7f63bdc/anyio-4.14.2-py3-none-any.whl", hash = "sha256:9f505dda5ac9f0c8309b5e8bd445a8c2bf7246f3ce950121e45ea15bc41d1494", size = 125813, upload-time = "2026-07-12T20:29:05.763Z" }, ] [[package]] diff --git a/libs/sdk-py/tests/streaming/test_sync_extensions_projection.py b/libs/sdk-py/tests/streaming/test_sync_extensions_projection.py index 926dc0a5d..12e7b3d97 100644 --- a/libs/sdk-py/tests/streaming/test_sync_extensions_projection.py +++ b/libs/sdk-py/tests/streaming/test_sync_extensions_projection.py @@ -29,7 +29,10 @@ def test_sync_extension_projection_yields_matching_custom_payloads(): {"name": "progress", "step": 1}, {"name": "progress", "step": 2}, ] - assert "custom:progress" in fake.stream_request_bodies[-1]["channels"] + assert any( + "custom:progress" in body.get("channels", []) + for body in fake.stream_request_bodies + ) def test_sync_extension_projection_supports_namespace_scope_on_subgraph_handle():