We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9cfe2d commit e368638Copy full SHA for e368638
CHANGES.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+[Unreleased] - TBD
4
+
5
+## Changed
6
7
+* switch from `fastapi` to `fastapi-slim` to avoid installing unwanted dependencies
8
9
## [3.0.0a0] - 2024-05-06
10
11
### Added
stac_fastapi/types/setup.py
@@ -6,7 +6,7 @@
desc = f.read()
install_requires = [
- "fastapi>=0.100.0",
+ "fastapi-slim",
"attrs>=23.2.0",
"pydantic-settings>=2",
12
"stac_pydantic>=3",
0 commit comments