From 7685b649b24c23d84f0fff048475428b2d7c0985 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 19:15:50 +0000 Subject: [PATCH] chore(deps-dev): bump pyright from 1.1.413 to 1.1.414 Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.413 to 1.1.414. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.413...v1.1.414) --- updated-dependencies: - dependency-name: pyright dependency-version: 1.1.414 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 490a8fc9..e9ac8de0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -160,7 +160,7 @@ dev = [ "pytest>=9.0.3; python_version >= '3.10'", "pytest-asyncio>=0.23", "ruff>=0.15.22,<0.17", - "pyright==1.1.413", + "pyright==1.1.414", ] # Everything needed to run the general offline gate in CI (lint + all safe extras-gated # tests) WITHOUT pulling torch/sentence-transformers — no test needs the real embedder. @@ -171,7 +171,7 @@ test = [ "pytest>=9.0.3; python_version >= '3.10'", "pytest-asyncio>=0.23", "ruff>=0.15.22,<0.17", - "pyright==1.1.413", + "pyright==1.1.414", "python-dotenv>=1.0", "uvicorn[standard]>=0.29", "fastapi>=0.133.1,<1; python_version >= '3.10'",