From 69e68e8130631ff7a900b0bcade41fde28932569 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 17:24:48 +0000 Subject: [PATCH 1/2] ci: update pytest-asyncio requirement Updates the requirements on [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.26.0...v1.1.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 847db8d2b..765e6350a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ dev = [ "mypy>=1.15.0,<2.0.0", "pre-commit>=3.2.0,<4.2.0", "pytest>=8.0.0,<9.0.0", - "pytest-asyncio>=0.26.0,<0.27.0", + "pytest-asyncio>=0.26.0,<1.2.0", "pytest-cov>=4.1.0,<5.0.0", "pytest-xdist>=3.0.0,<4.0.0", "ruff>=0.4.4,<0.5.0", @@ -143,7 +143,7 @@ features = ["anthropic", "litellm", "llamaapi", "ollama", "openai", "otel", "mis extra-dependencies = [ "moto>=5.1.0,<6.0.0", "pytest>=8.0.0,<9.0.0", - "pytest-asyncio>=0.26.0,<0.27.0", + "pytest-asyncio>=0.26.0,<1.2.0", "pytest-cov>=4.1.0,<5.0.0", "pytest-xdist>=3.0.0,<4.0.0", ] From 2e077ac86aa8f2a754a795e4864d6da80ed0b256 Mon Sep 17 00:00:00 2001 From: Jonathan Segev Date: Wed, 20 Aug 2025 13:48:06 -0400 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Patrick Gray --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 765e6350a..2a8f9debc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ dev = [ "mypy>=1.15.0,<2.0.0", "pre-commit>=3.2.0,<4.2.0", "pytest>=8.0.0,<9.0.0", - "pytest-asyncio>=0.26.0,<1.2.0", + "pytest-asyncio>=1.0.0,<1.2.0", "pytest-cov>=4.1.0,<5.0.0", "pytest-xdist>=3.0.0,<4.0.0", "ruff>=0.4.4,<0.5.0", @@ -143,7 +143,7 @@ features = ["anthropic", "litellm", "llamaapi", "ollama", "openai", "otel", "mis extra-dependencies = [ "moto>=5.1.0,<6.0.0", "pytest>=8.0.0,<9.0.0", - "pytest-asyncio>=0.26.0,<1.2.0", + "pytest-asyncio>=1.0.0,<1.2.0", "pytest-cov>=4.1.0,<5.0.0", "pytest-xdist>=3.0.0,<4.0.0", ]