diff --git a/pyproject.toml b/pyproject.toml index 9ec75d5..9055e5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ requires-python = ">=3.8" keywords = ["jupyter", "pycrdt", "yjs"] 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]]