File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
stac_fastapi/api/stac_fastapi/api Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ### Fixed
6+
7+ * Apply datetime converter in ItemCollection endpoint model ([ #667 ] ( https://github.com/stac-utils/stac-fastapi/pull/667 ) )
8+
59## [ 2.5.2] - 2024-04-19
610
711### Fixed
Original file line number Diff line number Diff line change 1616 BaseSearchGetRequest ,
1717 BaseSearchPostRequest ,
1818 str2bbox ,
19+ str_to_interval ,
1920)
2021
2122
@@ -127,7 +128,7 @@ class ItemCollectionUri(CollectionUri):
127128
128129 limit : int = attr .ib (default = 10 )
129130 bbox : Optional [BBox ] = attr .ib (default = None , converter = str2bbox )
130- datetime : Optional [DateTimeType ] = attr .ib (default = None )
131+ datetime : Optional [DateTimeType ] = attr .ib (default = None , converter = str_to_interval )
131132
132133
133134class POSTTokenPagination (BaseModel ):
You can’t perform that action at this time.
0 commit comments