Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pystac requirement from ~=1.11.0 to ~=1.12.1 in /app #1301

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 28, 2025

Updates the requirements on pystac to permit the latest version.

Release notes

Sourced from pystac's releases.

v1.12.1

Fix up some breaks in the projection extension handling.

What's Changed

Full Changelog: stac-utils/pystac@v1.12.0...v1.12.1

Changelog

Sourced from pystac's changelog.

[v1.12.1]

Changed

  • migrate=True is now the default in from_dict (#1509)

Fixed

  • Fall back to epsg when code is not present in the Projection extension (#1505, #1510)

[v1.12.0]

Added

  • Top-level item_assets dict on Collections (#1476)
  • Render Extension (#1465)
  • Filter by links by list of media_types

Changed

  • Write STAC v1.1.0 (#1427)
  • Use uv for development dependencies and docs (#1439)
  • Correctly detect absolute file path ref on windows, reflecting change in python 3.13 (#1475) (only effects python 3.13)
  • Deprecated ItemAssetExtension (#1476)
  • Update Projection Extension to version 2 - proj:epsg -> proj:code (#1287)
  • Update migrate code to handle license changes in STAC spec 1.1.0 (#1491)
  • Allow links to have file:// prefix - but don't write them that way by default (#1489)
  • For get_root_link, get_child_links, get_item_links: Ensure json media types (#1497)
  • Raise STACError with message when a link is expected to resolve to a STAC object but doesn't (#1500)
  • Raise an error on APILayoutStrategy when root_href is non-url (#1498)

Fixed

  • Use application/geo+json for item links (#1495)
  • Includes the scientific extension in Item's ext interface (#1496)
  • Fixes all broken documentation links and adds check to CI (#1499)

[v1.11.0] - 2024-09-26

Added

  • Add netCDF to pystac.media_type (#1386)
  • Add convenience method for accessing pystac_client (#1365)
  • Fix field ordering when saving Items (#1423)
  • Add keywords to common metadata (#1443)
  • Add roles to common metadata (#1444)

Changed

  • Allow object ID as input for getting APILayoutStrategy hrefs and add items, collections, search, conformance, service_desc and service_doc href methods (#1335)

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Updates the requirements on [pystac](https://github.com/stac-utils/pystac) to permit the latest version.
- [Release notes](https://github.com/stac-utils/pystac/releases)
- [Changelog](https://github.com/stac-utils/pystac/blob/main/CHANGELOG.md)
- [Commits](stac-utils/pystac@v1.11.0...v1.12.1)

---
updated-dependencies:
- dependency-name: pystac
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 28, 2025
@dependabot dependabot bot requested a review from abkfenris January 28, 2025 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants