From e37aa0dc37fc6cceb4ac59d3ba53747abb96724e Mon Sep 17 00:00:00 2001 From: Spacebot Date: Wed, 5 Aug 2026 00:18:20 +0000 Subject: [PATCH] Update dependency annotated-doc to v0.0.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index edca420..83884ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "Backend for SplatNet" readme = "README.md" requires-python = ">=3.11" dependencies = [ - "annotated-doc==0.0.4", + "annotated-doc==0.0.5", "annotated-types==0.7.0", "anyio==4.14.1", "argon2-cffi==25.1.0",