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

chore(deps): update pypgstac requirement from ==0.8.* to >=0.8,<0.10 in the all group #117

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 13, 2024

Updates the requirements on pypgstac to permit the latest version.
Updates pypgstac to 0.9.0

Release notes

Sourced from pypgstac's releases.

v0.9.0

Commits

  • 3525a01: Fix CQL2 parser for BETWEEN operator (#251) (Denis Rykov) #251
  • 1ee66a1: Fix typo (cql-json2 -> cql2-json) (#253) (Michael Mahoney) #253
  • e5be8a7: Add numberReturned and numberMatched fields to ItemCollection (#254) (Denis Rykov) #254
  • 61f6433: add support for casei and accenti (#256) (David Bitner) #256
  • a993d2c: Fix issue with concurrent identical searches (Fixes #233), Change "log" level messaging to "debug1" (Fixes #242) (#258) (David Bitner) #258
  • 513de60: Add information on automated collection extents trigger (#259) (Zac Deziel) #259
  • 35a4d1c: Allow None in rehydration (#263) (Kyle Barron) #263
  • fbe9203: Update rust re-hydration code to pyo3 0.21 (#264) (Kyle Barron) #264
  • febbaf8: Paging as links (#266) (David Bitner) #266
  • 7c3dfc2: Stage Release for v0.9.0 (#267) (David Bitner) #267
Changelog

Sourced from pypgstac's changelog.

[v0.9.0]

Breaking Changes

  • Context Extension has been deprecated. Context is now reported using OGC Features compliant numberMatched and numberReturned
  • Paging return from search using prev/next properties has been deprecated. Paging is now available in the spec compliant Links

Added

  • Add support for Casei and Accenti (Fixes #237). (Also, requires the addition of the unaccent extension)
  • Add numberReturned and numberMatched fields for ItemCollection. BREAKING CHANGE: As the context extension is deprecated, this also removes the "context" item from results.
  • Updated docs on automated updates of collection extents. (CLOSES #247)
  • stac search now returns paging information using standards compliant links rather than prev/next properties (Fixes #265)

Fixed

  • Fixes issue when there is a None rather than an empty dictionary in hydration.
  • Use "debug" log level rather than "log" to prevent growth in log messages due to differences in how client_min_messages and log_min_messages treat log levels. (Fixes #242)
  • Refactor search_query and search_where functions to eliminate race condition when running identical queries. (Fixes #233)
  • Fixes CQL2 Parser for Between operator (Fixes #251)
  • Update PyO3 for rust hydration performance improvements.

[v0.8.5]

Fixed

  • Fix issue when installing or migrating pgstac using a non superuser (particularly when using the default role found on RDS). (FIXES #239). Backports fix into migrations for 0.8.2, 0.8.3, and 0.8.4.
  • Adds fixes/updates to documentation
  • Fixes issue when using geometry with the strict queryables setting set.

[v0.8.4]

Fixed

  • Make release deployment use postgres images without plrust
  • Update versions of plrust in dockerfile (used for development, there is no plrust code yet)
  • Update incremental migration tests to start at v0.3.0 rather than v0.1.9 due to a breaking change in pg_partman at version 5 that has no ability to pin a version. Migrating from prior to v0.3.0 should still work fine as long as pg_partman has not been updated on the database.

[v0.8.3]

Added

  • Add support for arm64 to Docker images

Fixed

  • Fixes a critical bug when using the ingest_staging_upsert table or the upsert_item/upsert_items functions to update records with existing data where the existing row would get deleted, but the new row would not get added.

[v0.8.2]

Added

  • Add support functions and tests for Collection Search
  • Add configuration parameter for base_url to be able to generate absolute links
  • With this release, this is only used to create links for paging in collection_search
  • Adds read only mode to allow use of pgstac on read replicas
  • Note: Turning on romode disables any caching (particularly when context is turned on) and does not allow to store q query hash that can be used with geometry_search.
  • Add option to pypgstac loader "--usequeue" that forces use of the query queue for the loading process

... (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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 13, 2024
Updates the requirements on [pypgstac](https://github.com/stac-utils/pgstac) to permit the latest version.

Updates `pypgstac` to 0.9.0
- [Release notes](https://github.com/stac-utils/pgstac/releases)
- [Changelog](https://github.com/stac-utils/pgstac/blob/main/CHANGELOG.md)
- [Commits](stac-utils/pgstac@v0.8.0...v0.9.0)

---
updated-dependencies:
- dependency-name: pypgstac
  dependency-type: direct:production
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/all-a1e959bc5d branch from bd7d46b to 3f27f42 Compare May 27, 2024 04:41
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 3, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/pip/all-a1e959bc5d branch June 3, 2024 07:10
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.

None yet

1 participant