From ab5ad6167b9fd4eafef56d4dc77ccf028633fb24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 10:14:12 +0000 Subject: [PATCH] chore(deps): update anyio requirement from >=4.0 to >=4.13.0 Updates the requirements on [anyio](https://github.com/agronholm/anyio) to permit the latest version. - [Release notes](https://github.com/agronholm/anyio/releases) - [Commits](https://github.com/agronholm/anyio/compare/4.0.0...4.13.0) --- updated-dependencies: - dependency-name: anyio dependency-version: 4.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 68e2672..8f96ba8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "chromadb>=0.5,<1.0", "starlette>=0.37", "uvicorn[standard]>=0.30", - "anyio>=4.0", + "anyio>=4.13.0", ] [project.optional-dependencies]