Skip to content

Commit 7eb47b3

Browse files
update fastapi requirements (#337)
* update fastapi requirements * fastapi >=0.73
1 parent 157b6bb commit 7eb47b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
### Changed
88

9+
* update FastAPI requirement to allow version >=0.73 ([#337](https://github.com/stac-utils/stac-fastapi/pull/337))
10+
911
### Removed
1012

1113
### Fixed

stac_fastapi/types/setup.py

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

88
install_requires = [
9-
# We need to pin fastapi for the openapi schema
10-
# See https://github.com/stac-utils/stac-fastapi/issues/242
11-
"fastapi==0.67.*",
9+
"fastapi>=0.73.0",
1210
"attrs",
1311
"pydantic[dotenv]",
1412
"stac_pydantic==2.0.*",

0 commit comments

Comments
 (0)