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 157b6bb commit 7eb47b3Copy full SHA for 7eb47b3
CHANGES.md
@@ -6,6 +6,8 @@
6
7
### Changed
8
9
+* update FastAPI requirement to allow version >=0.73 ([#337](https://github.com/stac-utils/stac-fastapi/pull/337))
10
+
11
### Removed
12
13
### Fixed
stac_fastapi/types/setup.py
@@ -6,9 +6,7 @@
desc = f.read()
install_requires = [
- # We need to pin fastapi for the openapi schema
- # See https://github.com/stac-utils/stac-fastapi/issues/242
- "fastapi==0.67.*",
+ "fastapi>=0.73.0",
"attrs",
"pydantic[dotenv]",
14
"stac_pydantic==2.0.*",
0 commit comments