Skip to content

Commit

Permalink
Fix the futur pycrdt minimal version
Browse files Browse the repository at this point in the history
  • Loading branch information
brichet committed Oct 3, 2024
1 parent 414e4ae commit c289bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ classifiers = [
dependencies = [
"anyio >=3.6.2,<5",
"sqlite-anyio >=0.2.3,<0.3.0",
"pycrdt >=0.9.15,<0.10.0",
"pycrdt >=0.9.16,<0.10.0",
]

[project.optional-dependencies]
Expand Down

0 comments on commit c289bf0

Please sign in to comment.