From e424fec4e472bf5d8b47f9b6edeccf59c4ebd521 Mon Sep 17 00:00:00 2001 From: Sergey B Kirpichev Date: Wed, 9 Sep 2026 10:26:19 +0300 Subject: [PATCH] Unpin hypothesis Closes #354 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e736a380..40e829ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ Homepage = "https://github.com/diofant/python-gmp" Documentation = "https://python-gmp.readthedocs.io/en/latest/" [project.optional-dependencies] -tests = ["pytest", "hypothesis<6.156"] +tests = ["pytest", "hypothesis"] ci = ["python-gmp[tests]", "pytest-xdist"] develop = ["python-gmp[tests]", "prek", "pyperf"]