Skip to content

Commit

Permalink
Merge pull request #15 from renayang2023/patch-2
Browse files Browse the repository at this point in the history
change trapi 1.4.0 to 1.5.0
  • Loading branch information
micheldumontier committed Apr 26, 2024
2 parents 47c84e4 + beeb219 commit 11d67ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ""
Expand Down

0 comments on commit 11d67ab

Please sign in to comment.