From 61393556f7d74f6037ab066ce11a84cde5769a84 Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Sat, 8 Aug 2026 21:34:11 +0100 Subject: [PATCH] Bump beartype to 0.23.0rc0 Co-Authored-By: Claude Opus 5 (1M context) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 783df569..5ba6fb94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dynamic = [ "version", ] dependencies = [ - "beartype>=0.22.9", + "beartype==0.23.0rc0", "httpx>=0.28.0", "requests>=2.32.3", "urllib3>=2.2.3",