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]]