File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313)
1414from planetary_computer .settings import set_subscription_key
1515from planetary_computer ._adlfs import get_adlfs_filesystem , get_container_client
16- from planetary_computer ._obstore import get_obstore_store
16+ from planetary_computer ._obstore import get_obstore
1717
1818from planetary_computer .version import __version__
1919
2020__all__ = [
2121 "get_adlfs_filesystem" ,
2222 "get_container_client" ,
23- "get_obstore_store " ,
23+ "get_obstore " ,
2424 "set_subscription_key" ,
2525 "sign_asset" ,
2626 "sign_assets" ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66name = " planetary-computer"
77authors = [{
name =
" microsoft" ,
email =
" [email protected] " }]
88description = " Planetary Computer SDK for Python"
9- requires-python = " >=3.7 "
9+ requires-python = " >=3.9 "
1010dependencies = [
1111 " click>=7.1" ,
1212 " pydantic>=1.7.3" ,
You can’t perform that action at this time.
0 commit comments