Skip to content

Commit e8ed8ce

Browse files
committed
Use fastapi instead of fastapi-slim
1 parent 0f6ba88 commit e8ed8ce

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

lib/galaxy/dependencies/pinned-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ edam-ontology==1.25.2
6868
email-validator==2.3.0
6969
et-xmlfile==2.0.0
7070
exceptiongroup==1.3.0 ; python_full_version < '3.11'
71-
fastapi-slim==0.118.3
71+
fastapi==0.118.3
7272
filelock==3.19.1 ; python_full_version < '3.10'
7373
filelock==3.20.0 ; python_full_version >= '3.10'
7474
fissix==24.4.24

pyproject.toml

Lines changed: 1 addition & 4 deletions
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,!=0.119.*,!=0.120.0,!=0.120.1,!=0.120.2", # https://github.com/fastapi/fastapi/pull/13918
40+
"fastapi>=0.111.0,!=0.119.*,!=0.120.0,!=0.120.1,!=0.120.2", # https://github.com/fastapi/fastapi/pull/13918
4141
"fissix",
4242
"fs",
4343
"future>=1.0.0", # Python 3.12 support
@@ -257,9 +257,6 @@ constraint-dependencies = [
257257
"limits>=2.5.0", # prefer not downgrading this to upgrading packaging
258258
"scipy>=1.14.1; python_version>='3.10'", # Python 3.13 support
259259
]
260-
override-dependencies = [
261-
"fastapi; sys_platform == 'never'",
262-
]
263260
default-groups = []
264261
extra-index-url = ["https://wheels.galaxyproject.org/simple"]
265262
index-strategy = "unsafe-best-match"

0 commit comments

Comments
 (0)