summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2023-03-20 13:01:45 -0400
committerJulian Berman <Julian@GrayVines.com>2023-03-20 13:01:45 -0400
commit529b57aefb4810866c3de0750349fb227fac816e (patch)
tree090beb89818d6751f5df2abb979afc9706031573 /pyproject.toml
parentabc4fcf5e49d3a4003c3b3cad5c425cfb53b72af (diff)
downloadjsonschema-529b57aefb4810866c3de0750349fb227fac816e.tar.gz
Bump the minimum jsonschema-specifications/rpds versions to avoid #1059v4.18.0a2
This should re-enable validating from a thread other than the one that originall imported jsonschema.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml9
1 files changed, 3 insertions, 6 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 784ada3..d9e4097 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -32,12 +32,9 @@ dynamic = ["version", "readme"]
dependencies = [
"attrs>=22.2.0",
- "jsonschema-specifications>=2023.03.4",
- "referencing>=0.24.4",
- "rpds-py>=0.6.1",
-
- "importlib_metadata;python_version<'3.8'",
- "typing_extensions;python_version<'3.8'",
+ "jsonschema-specifications>=2023.03.5",
+ "referencing>=0.25.0",
+ "rpds-py>=0.7.0",
"importlib_resources>=1.4.0;python_version<'3.9'",
"pkgutil_resolve_name>=1.3.10;python_version<'3.9'",