Skip to content

Commit 85f7220

Browse files
committed
Update reasoner-validator version requirement. Update biolink model version
1 parent ce55a38 commit 85f7220

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

cohd/TRAPI15.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ info:
3232
component: KP
3333
team:
3434
- Clinical Data Provider
35-
biolink-version: 4.1.0
35+
biolink-version: 4.1.6
3636
infores: infores:cohd
3737
externalDocs:
3838
description: >-

cohd/translator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33

44
# Static instance of the Biolink Model Toolkit
5-
bm_version = 'v4.1.0'
5+
bm_version = 'v4.1.6'
66
bm_toolkit = Toolkit(f'https://raw.githubusercontent.com/biolink/biolink-model/{bm_version}/biolink-model.yaml')

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ pymysql
99
semantic_version
1010
apscheduler
1111
bmt
12-
reasoner-validator>=3.8
13-
linkml-runtime<1.6.0
12+
reasoner-validator>=4.0
13+
linkml-runtime
1414
opentelemetry-sdk
1515
opentelemetry-instrumentation-flask
1616
opentelemetry-exporter-jaeger

0 commit comments

Comments
 (0)