File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
2
2
## Unreleased
3
3
4
+ ## 3.3.1 (2025-06-01)
5
+
6
+ - Add back ` SearchDatetime ` in ` stac_pydantic.api.search ` to avoid breaking change
7
+
4
8
## 3.3.0 (2025-05-29)
5
9
6
10
- Add validation for collection's spatial intervals
Original file line number Diff line number Diff line change 16
16
from stac_pydantic .api .extensions .fields import FieldsExtension
17
17
from stac_pydantic .api .extensions .query import Operator
18
18
from stac_pydantic .api .extensions .sort import SortExtension
19
+
20
+ # TODO: remove in 4.0
21
+ from stac_pydantic .shared import SearchDatetime # noqa
19
22
from stac_pydantic .shared import (
20
23
BBox ,
21
24
str_to_datetimes ,
Original file line number Diff line number Diff line change 1
1
"""stac-pydantic and STAC spec versions."""
2
2
3
- __version__ = "3.3.0 "
3
+ __version__ = "3.3.1 "
4
4
5
5
STAC_VERSION = "1.0.0"
You can’t perform that action at this time.
0 commit comments