Skip to content

Commit 3ca6c1e

Browse files
committed
Fixed Werkzeug version
+ Bumped BioAPI version to 1.3.0
1 parent 1dcdb89 commit 3ca6c1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bio-api/bioapi.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
PROCESS_POOL_WORKERS: int = int(os.getenv('PROCESS_POOL_WORKERS', 4))
2222

2323
# BioAPI version
24-
VERSION = '1.2.2'
24+
VERSION = '1.3.0'
2525

2626
# Valid pathways sources
2727
PATHWAYS_SOURCES = ["kegg", "biocarta", "ehmn", "humancyc", "inoh", "netpath", "pid", "reactome",

config/bioapi_conf/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ConfigParser==6.0.0
66
pytest==8.3.3
77
tqdm==4.66.1
88
gprofiler-official==1.0.0
9-
Werkzeug==3.0.1
9+
Werkzeug==3.1.3
1010
flask_swagger_ui==4.11.1
1111
apispec==6.7.1
1212
apispec-webframeworks==1.2.0

0 commit comments

Comments
 (0)