File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 10
10
"orjson" ,
11
11
"pydantic" ,
12
12
"stac_pydantic==3.1.*" ,
13
- "stac-fastapi.api~=3.0" ,
14
- "stac-fastapi.extensions~=3.0" ,
15
- "stac-fastapi.types~=3.0" ,
13
+ "stac-fastapi.api~=3.0.2 " ,
14
+ "stac-fastapi.extensions~=3.0.2 " ,
15
+ "stac-fastapi.types~=3.0.2 " ,
16
16
"asyncpg" ,
17
17
"buildpg" ,
18
18
"brotli_asgi" ,
Original file line number Diff line number Diff line change 72
72
items_get_request_model = ItemCollectionUri
73
73
74
74
if "collection_search" in _enabled_extensions :
75
- collection_extension = CollectionSearchExtension ()
75
+ collection_extension = CollectionSearchExtension .from_extensions (
76
+ extensions = extensions
77
+ )
76
78
collections_get_request_model = collection_extension .GET
77
79
extensions .append (collection_extension )
78
80
else :
You can’t perform that action at this time.
0 commit comments