From 3ca50e0d6a7e0b7ced0985401c4f427ee7675a1c Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" Date: Wed, 18 May 2022 19:14:56 +0200 Subject: [PATCH] need newer schema-salad for type narrowing --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 34c8ec114c..548381f7c6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ requests>=2.4.3 ruamel.yaml>=0.15,<0.17.22 rdflib>=4.2.2,<6.2 shellescape>=3.4.1,<3.9 -schema-salad>=8.2.20211104054942,<9 +schema-salad>=8.3,<9 prov==1.5.1 bagit==1.8.1 mypy-extensions diff --git a/setup.py b/setup.py index c3bb9a3813..c99f53e331 100644 --- a/setup.py +++ b/setup.py @@ -111,7 +111,7 @@ "ruamel.yaml >= 0.15, < 0.17.22", "rdflib >= 4.2.2, < 6.2.0", "shellescape >= 3.4.1, < 3.9", - "schema-salad >= 8.2.20211104054942, < 9", + "schema-salad >= 8.3, < 9", "mypy-extensions", "psutil >= 5.6.6", "prov == 1.5.1",