Skip to content

Commit

Permalink
change trapi 1.4.0 to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renayang2023 committed Apr 25, 2024
1 parent 47c84e4 commit beeb219
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 beeb219

Please sign in to comment.