From 915293c4702b9d15bc43c92024a457a3bbdbb407 Mon Sep 17 00:00:00 2001 From: David Brochart Date: Tue, 28 Jan 2025 09:47:48 +0100 Subject: [PATCH] Increase pycrdt compatible version range (#308) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b0bac8e..723c392 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ requires-python = ">=3.7" keywords = ["jupyter", "ypy"] dependencies = [ "importlib_metadata >=3.6; python_version<'3.10'", - "pycrdt >=0.10.1,<0.11.0", + "pycrdt >=0.10.1,<0.13.0", ] [[project.authors]]