Skip to content

Commit aeba802

Browse files
committed
fixup! Issue #853 STAC metadata parsing: guard against missing item-assets
1 parent 1212556 commit aeba802

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717

1818
### Fixed
1919

20+
- Guard STAC metadata parsing against invalid "item_assets" usage ([#853](https://github.com/Open-EO/openeo-python-client/issues/853))
21+
2022

2123
## [0.47.0] - 2025-12-17
2224

openeo/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.48.0a1"
1+
__version__ = "0.48.0a2"

0 commit comments

Comments
 (0)