From f92ba89272466ecbb32c445b30f8c05304993b9f Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 1 Apr 2026 13:27:53 -0400 Subject: [PATCH] =?UTF-8?q?Pin=20pytheory>=3D0.40.8=20=E2=80=94=20hold()?= =?UTF-8?q?=20duration=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c386fda..c8ffb01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [ ] requires-python = ">=3.10" dependencies = [ - "pytheory>=0.40.6", + "pytheory>=0.40.8", ] [project.urls]