Skip to content

Commit

Permalink
switch to fastapi-slim (#687)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago authored May 7, 2024
1 parent 55e1ddd commit add05de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Changelog

## [Unreleased] - TBD
[Unreleased] - TBD

## Changed

* switch from `fastapi` to `fastapi-slim` to avoid installing unwanted dependencies
* replace Enum with `Literal` for `FilterLang`

## [3.0.0a0] - 2024-05-06
Expand Down
2 changes: 1 addition & 1 deletion stac_fastapi/types/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
desc = f.read()

install_requires = [
"fastapi>=0.100.0",
"fastapi-slim",
"attrs>=23.2.0",
"pydantic-settings>=2",
"stac_pydantic>=3",
Expand Down

0 comments on commit add05de

Please sign in to comment.