From abf86c715bccadbed44901c27bc00e46a6d83d10 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 34c8ec114..548381f7c 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 c3bb9a381..c99f53e33 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",