From beeb219d1f5c511cc463ab3112f910fb3d029007 Mon Sep 17 00:00:00 2001 From: renayang2023 <140084337+renayang2023@users.noreply.github.com> Date: Thu, 25 Apr 2024 16:38:57 +0200 Subject: [PATCH] change trapi 1.4.0 to 1.5.0 --- backend/app/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/app/config.py b/backend/app/config.py index d70e4a2..9edc729 100644 --- a/backend/app/config.py +++ b/backend/app/config.py @@ -16,7 +16,7 @@ class Settings(BaseSettings): VIRTUAL_HOST: Optional[str] = None BIOLINK_VERSION: str = "3.1.0" - TRAPI_VERSION: str = "1.4.0" + TRAPI_VERSION: str = "1.5.0" #1.4.0 OPENAI_APIKEY: str = "" BIOPORTAL_APIKEY: str = ""