summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2023-02-21 13:40:38 +0200
committerJulian Berman <Julian@GrayVines.com>2023-02-21 13:40:38 +0200
commit33e28824ab6b5f9d29a181382ed731b3faf2f686 (patch)
tree38ddc72f8bc2065afcf869ae999d3571caba5bb9 /pyproject.toml
parentbd6a7d08d083b77b33961088680fb1d5a22a585b (diff)
downloadjsonschema-33e28824ab6b5f9d29a181382ed731b3faf2f686.tar.gz
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.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index e0f9ce0..2cb3ea5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -32,7 +32,7 @@ dynamic = ["version", "readme"]
dependencies = [
"attrs>=22.2.0",
- "pyrsistent>=0.14.0,!=0.17.0,!=0.17.1,!=0.17.2",
+ "pyrsistent>=0.19.3",
"jsonschema-specifications>=2023.03.1",
"referencing>=0.18.6",