Skip to content

Commit

Permalink
Fixed Werkzeug version
Browse files Browse the repository at this point in the history
+ Bumped BioAPI version to 1.3.0
  • Loading branch information
Genarito committed Dec 17, 2024
1 parent 1dcdb89 commit 3ca6c1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bio-api/bioapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
PROCESS_POOL_WORKERS: int = int(os.getenv('PROCESS_POOL_WORKERS', 4))

# BioAPI version
VERSION = '1.2.2'
VERSION = '1.3.0'

# Valid pathways sources
PATHWAYS_SOURCES = ["kegg", "biocarta", "ehmn", "humancyc", "inoh", "netpath", "pid", "reactome",
Expand Down
2 changes: 1 addition & 1 deletion config/bioapi_conf/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ConfigParser==6.0.0
pytest==8.3.3
tqdm==4.66.1
gprofiler-official==1.0.0
Werkzeug==3.0.1
Werkzeug==3.1.3
flask_swagger_ui==4.11.1
apispec==6.7.1
apispec-webframeworks==1.2.0
Expand Down

0 comments on commit 3ca6c1e

Please sign in to comment.