Skip to content

Commit

Permalink
Bump validation to Biolink Model 3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
edeutsch committed Aug 8, 2023
1 parent a86ef91 commit a7195ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/ARAX/ResponseCache/response_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def eprint(*args, **kwargs): print(*args, file=sys.stderr, **kwargs)
from openapi_server.models.response import Response as Envelope

trapi_version = '1.4.2'
biolink_version = '3.5.0'
biolink_version = '3.5.3'


Base = declarative_base()
Expand Down
2 changes: 1 addition & 1 deletion code/UI/interactive/rtx.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fluffy Llama
Frantic Llama

0 comments on commit a7195ad

Please sign in to comment.