Skip to content

Commit 678a0a4

Browse files
Increase pycrdt compatible version range (#307)
1 parent 8630982 commit 678a0a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ requires-python = ">=3.8"
1313
keywords = ["jupyter", "pycrdt", "yjs"]
1414
dependencies = [
1515
"importlib_metadata >=3.6; python_version<'3.10'",
16-
"pycrdt >=0.10.1,<0.11.0",
16+
"pycrdt >=0.10.1,<0.13.0",
1717
]
1818

1919
[[project.authors]]

0 commit comments

Comments
 (0)