File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11
22## Unreleased
33
4+ ## 3.3.1 (2025-06-01)
5+
6+ - Add back ` SearchDatetime ` in ` stac_pydantic.api.search ` to avoid breaking change
7+
48## 3.3.0 (2025-05-29)
59
610- Add validation for collection's spatial intervals
Original file line number Diff line number Diff line change 1616from stac_pydantic .api .extensions .fields import FieldsExtension
1717from stac_pydantic .api .extensions .query import Operator
1818from stac_pydantic .api .extensions .sort import SortExtension
19+
20+ # TODO: remove in 4.0
21+ from stac_pydantic .shared import SearchDatetime # noqa
1922from stac_pydantic .shared import (
2023 BBox ,
2124 str_to_datetimes ,
Original file line number Diff line number Diff line change 11"""stac-pydantic and STAC spec versions."""
22
3- __version__ = "3.3.0 "
3+ __version__ = "3.3.1 "
44
55STAC_VERSION = "1.0.0"
You can’t perform that action at this time.
0 commit comments