Skip to content

Commit 65356be

Browse files
committed
Update reasoner-validator to 3.8.0
1 parent 019f30e commit 65356be

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cohd-monitor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
id: dependencies
2525
run: |
2626
python -m pip install --upgrade pip
27-
pip install pytest requests pandas matplotlib linkml-runtime bmt reasoner-validator flask flask-cors flask-caching
27+
pip install pytest requests pandas matplotlib linkml-runtime bmt reasoner-validator>=3.8.0 flask flask-cors flask-caching
2828
pip show reasoner-validator
2929
3030
# Run /health checks on all COHD instances (dev, CI, Test, Prod)

cohd/trapi/reasoner_validator_ext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from yaml import CLoader as Loader
88
except ImportError:
99
from yaml import Loader
10-
from reasoner_validator import TRAPIResponseValidator
10+
from reasoner_validator.validator import TRAPIResponseValidator
1111
from reasoner_validator.trapi import TRAPISchemaValidator, openapi_to_jsonschema
1212

1313

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ pymysql
99
semantic_version
1010
apscheduler
1111
bmt
12-
reasoner-validator>=3.1
12+
reasoner-validator>=3.8

0 commit comments

Comments
 (0)