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'",