Skip to content

Commit

Permalink
Merge pull request #23 from TranslatorSRI/rp_bump
Browse files Browse the repository at this point in the history
Rp bump
  • Loading branch information
maximusunc authored May 24, 2024
2 parents 88f5538 + d728e94 commit a88c5a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

openapi_args = dict(
title="SRI Answer Appraiser",
version="0.5.0",
version="0.5.1",
terms_of_service="",
description="SRI service that provides metrics for scoring and ordering of results",
trapi="1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements-lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ python-dotenv==1.0.0
pytz==2023.3
PyYAML==6.0
rdkit==2023.3.2
reasoner-pydantic==5.0.2
reasoner-pydantic==5.0.3
redis==4.6.0
six==1.16.0
sniffio==1.3.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ httpx==0.24.1
numpy==1.25.1
pandas==2.0.3
rdkit==2023.3.2
reasoner-pydantic==5.0.2
reasoner-pydantic==5.0.3
redis==4.6.0
tqdm==4.65.0
uvicorn==0.13.3

0 comments on commit a88c5a1

Please sign in to comment.