Skip to content

Commit 478fb86

Browse files
authored
Include Modifiable at the top-level (#534)
* feat: include Modifiable at the top-level * chore: update changelog
1 parent 3dd14fd commit 478fb86

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1414
- PySTAC Client specific warnings [#480](https://github.com/stac-utils/pystac-client/pull/480)
1515
- Support for fetching and merging a selection of queryables [#511](https://github.com/stac-utils/pystac-client/pull/511)
1616
- Better error messages for the CLI [#531](https://github.com/stac-utils/pystac-client/pull/531)
17+
- `Modifiable` to our public API [#534](https://github.com/stac-utils/pystac-client/pull/534)
1718

1819
### Changed
1920

pystac_client/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
"CollectionClient",
44
"ConformanceClasses",
55
"ItemSearch",
6+
"Modifiable",
67
"__version__",
78
]
89

10+
from pystac_client._utils import Modifiable
911
from pystac_client.client import Client
1012
from pystac_client.collection_client import CollectionClient
1113
from pystac_client.conformance import ConformanceClasses

0 commit comments

Comments
 (0)