Skip to content

Commit a7f5c75

Browse files
committed
deps: ceil fastapi below 0.87
1 parent f0c2a66 commit a7f5c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
install_requires = [
99
"attrs",
1010
"brotli_asgi",
11-
"fastapi>=0.73.0",
11+
"fastapi>=0.73.0,<0.87",
1212
"iso8601~=1.0.2",
1313
"pydantic[dotenv]",
1414
"pystac==1.*",

0 commit comments

Comments
 (0)