Skip to content

Commit e4efff5

Browse files
committed
fix typing, update changelog
1 parent 729c8a3 commit e4efff5

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

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

1212
- Validation that using the `ids` parameter does not override all other parameters, as was the behavior
1313
prior to v1.0.0-beta.1.
14+
- Add validation that the footprint of each Item returned from Item Search intersects the AOI provided
15+
through the intersect parameter
16+
- Add validation that Collection has items link relation
1417

1518
### Changed
1619

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@ pretty = true
7878
show_column_numbers = true
7979
show_error_codes = true
8080
show_error_context = true
81+
#ignore_missing_imports = true
82+
83+
[[tool.mypy.overrides]]
84+
module = ["shapely.geometry"]
85+
ignore_missing_imports = true
8186

8287
[build-system]
8388
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)