Skip to content

Commit e368638

Browse files
committed
switch to fastapi-slim
1 parent b9cfe2d commit e368638

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
[Unreleased] - TBD
4+
5+
## Changed
6+
7+
* switch from `fastapi` to `fastapi-slim` to avoid installing unwanted dependencies
8+
39
## [3.0.0a0] - 2024-05-06
410

511
### Added

stac_fastapi/types/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
desc = f.read()
77

88
install_requires = [
9-
"fastapi>=0.100.0",
9+
"fastapi-slim",
1010
"attrs>=23.2.0",
1111
"pydantic-settings>=2",
1212
"stac_pydantic>=3",

0 commit comments

Comments
 (0)