Skip to content

Commit 3601426

Browse files
committed
Pin to newer pyrsistent.
<19.3 can have performance problems on 3.11 where there aren't wheels (and where I think it's falling back to using the pure- Python implementation even on CPython). Here it's ~2x slower.
1 parent 59d113f commit 3601426

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
@@ -33,7 +33,7 @@ classifiers = [
3333
dynamic = ["version"]
3434
dependencies = [
3535
"attrs>=22.2.0",
36-
"pyrsistent",
36+
"pyrsistent>=0.19.3",
3737
]
3838

3939
[project.urls]

0 commit comments

Comments
 (0)