Skip to content

Commit 0c45112

Browse files
committed
Use fastapi instead of fastapi-slim
1 parent db55cd4 commit 0c45112

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/galaxy/dependencies/pinned-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ edam-ontology==1.25.2
6767
email-validator==2.3.0
6868
et-xmlfile==2.0.0
6969
exceptiongroup==1.3.0 ; python_full_version < '3.11'
70-
fastapi-slim==0.118.0
70+
fastapi==0.118.0
7171
filelock==3.19.1
7272
fissix==24.4.24
7373
frozenlist==1.7.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies = [
3737
"docutils!=0.17,!=0.17.1",
3838
"dparse",
3939
"edam-ontology",
40-
"fastapi-slim>=0.111.0",
40+
"fastapi>=0.111.0",
4141
"fissix",
4242
"fs",
4343
"future>=1.0.0", # Python 3.12 support

0 commit comments

Comments
 (0)