Skip to content

Commit b360657

Browse files
committed
Update versions: TRAPI 1.4.2 and Biolink 3.5.0
1 parent b7e4e72 commit b360657

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

cohd/cohd_trapi_14.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class CohdTrapi140(CohdTrapi):
3838
default_negative_predicate = edge_types_negative[0]
3939

4040
tool_version = f'{CohdTrapi._SERVICE_NAME} 6.3.6'
41-
schema_version = '1.4.0'
41+
schema_version = '1.4.2'
4242
biolink_version = bm_version
4343

4444
def __init__(self, request):

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 = 'v3.4.2'
5+
bm_version = 'v3.5.0'
66
bm_toolkit = Toolkit(f'https://raw.githubusercontent.com/biolink/biolink-model/{bm_version}/biolink-model.yaml')

test_cohd_trapi.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
# cr.server = 'https://cohd-api.transltr.io/api' # Default to ITRB-Production instance
2626

2727
# Specify what Biolink and TRAPI versions are expected by the server
28-
BIOLINK_VERSION = '3.4.2'
29-
TRAPI_VERSION = '1.4.0-beta4'
28+
BIOLINK_VERSION = '3.5.0'
29+
TRAPI_VERSION = '1.4.2'
3030

3131
# Static instance of the Biolink Model Toolkit
3232
bm_toolkit = Toolkit()

0 commit comments

Comments
 (0)