Skip to content

Commit 0582651

Browse files
Allow pycrdt<0.11.0 (#35)
1 parent 5198219 commit 0582651

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
@@ -19,7 +19,7 @@ keywords = [
1919
]
2020
dependencies = [
2121
"comm >=0.1.4,<1",
22-
"pycrdt >=0.9.0,<0.10.0",
22+
"pycrdt >=0.9.0,<0.11.0",
2323
"reacttrs >=0.2.1,<0.3.0",
2424
]
2525

0 commit comments

Comments
 (0)