raster-vision
raster-vision copied to clipboard
Update pystac requirement from ==1.0.* to ==1.6.* in /rastervision_core
Updates the requirements on pystac to permit the latest version.
Release notes
Sourced from pystac's releases.
v1.6.1
Fixed
- Pins
jsonschema
to >=4.0.1 to avoid aRefResolutionError
when validating some extensions (#857)What's Changed
- Bump jsonschema minimum version to avoid RefResolutionError by
@duckontheweb
in stac-utils/pystac#857- Bump package to v1.6.1 by
@duckontheweb
in stac-utils/pystac#858Full Changelog: https://github.com/stac-utils/pystac/compare/v1.6.0...v1.6.1
Changelog
Sourced from pystac's changelog.
[v1.6.1]
Fixed
- Pins
jsonschema
to >=4.0.1 to avoid aRefResolutionError
when validating some extensions (#857)[v1.6.0]
Removed
- Support for Python 3.7 (#853)
[v1.5.0]
Added
- Enum MediaType entry for PDF documents (#758)
- Enum MediaType entry for HTML documents (#816)
- Updated Link to obtain stac_io from owner root (#762)
- Replace test.com with special-use domain name. (#769)
- Updated AssetDefinition to have create, apply methods (#768)
- Add Grid Extension support (#799)
- Rich HTML representations for Jupyter Notebook display (#743)
- Add
assets
argument toItem
andCollection
init methods to allow adding Assets during object initialization (#834)Changed
- Updated Raster Extension from v1.0.0 to v1.1.0 (#809)
Fixed
- Mutating
Asset.extra_fields
on a clonedAsset
also mutated the original asset (#826)- "How to create STAC catalogs" tutorial (#775)
- Add a
variables
argument, to accompanydimensions
, for theapply
method of stac objects extended with datacube (#782)- Deepcopy collection properties on clone. Implement
clone
method forSummaries
(#794)- Collection assets are now preserved when using
Collection.clone
(#834)- Docstrings for
StacIO.read_text
andStacIO.write_text
now match the type annotations for thesource
argument. (#835)- UTC timestamps now always have
tzutc
timezone even when system timezone is set to UTC. (#848)[v1.4.0]
Added
- Experimental support for Python 3.11 (#731)
- Accept PathLike objects in
StacIO
I/O methods,pystac.read_file
andpystac.write_file
(#728)- Support for Storage Extension (#745)
- Optional
StacIO
instance as argument toCatalog.save
/Catalog.normalize_and_save
(#751)- More thorough docstrings for
pystac.utils
functions and classes (#735)Changed
... (truncated)
Commits
579c071
Merge branch 'main' into 1.02e76a87
Bump package to v1.6.1 (#858)a11e80f
Bump jsonschema minimum version to avoid RefResolutionError (#857)32f4e03
Merge branch 'main' into 1.0106dfd4
Change to support v1.6.0 release (#854)1714eaf
Remove Python 3.7 support (#853)ccead6b
build(deps): bump types-python-dateutil from 2.8.18 to 2.8.19 (#850)b6ed961
build(deps): bump mypy from 0.961 to 0.971 (#851)f94a8b4
build(deps): bump orjson from 3.7.7 to 3.7.8 (#852)929eb1d
Merge branch 'main' into 1.0- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)