Skip to content

Update pypgstac requirement from <=0.9.1,>=0.7 to >=0.7,<=0.9.2 #207

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

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Updates the requirements on pypgstac to permit the latest version.

Release notes

Sourced from pypgstac's releases.

v0.9.2

Commits

  • c7d602a: Add btree_gist dependency in docs (#268) (Charalampos (cham)) #268
  • 47a96ab: Fix for typo (#294) (Giorgio Salluzzo) #294
  • 15f42d8: Don't mount local folder (#284) (Denis Rykov) #284
  • 2f00dbe: add q parameter for free-text search (#295) (Henry Rodman) #295
  • b73d570: Allow read-only replicas work even when the context extension is enabled (#298) (Denis Rykov) #298
  • 5b9580e: Add test to verify search works in readonly mode with context extension enabled (#297) (Denis Rykov) #297
  • 858a984: avoid future breaking change in psycopg ConnectionPool (#299) (Vincent Sarago) #299
  • a3a3f26: switch from server_version to server_version_num (#304) (Vincent Sarago) #304
  • 6f3291c: Fix migrations symlink (#303) (Denis Rykov) #303
  • 2740d75: Fix string interpolation (#302) (Denis Rykov) #302
  • 8a37c99: update changelog (#306) (Vincent Sarago) #306
  • f1d71d5: add tests for collections search links (#310) (Vincent Sarago) #310
  • 6c569c0: Remove Rust hydration (#316) (Pete Gadomski) #316
  • 9bdedef: Ingest the value of the special key 'private' into the corresponding column (#327) (Denis Rykov) #327
  • de45386: update dependencies, fixes for postgres 17 (#329) (David Bitner) #329
  • bf498be: stage v0.9.2 (#330) (David Bitner) #330
Changelog

Sourced from pypgstac's changelog.

[v0.9.2]

Added

  • Add limited support for free-text search in the search functions. (Fixes #293)
    • the q parameter is converted from the OGC API - Features syntax into a tsquery statement which is used to compare to the description, title, and keywords fields in items or collection_search
    • the text search is un-indexed and will be very slow for item-level searches!
    • Add support for Postgres 17
    • Support for adding data to the private field using the pypgstac loader

Fixed

  • Add open=True in psycopg.ConnectionPool to avoid future behavior change
  • Switch from postgres server_version to server_version_num to get PG version (Fixes #300)
  • Allow read-only replicas work even when the context extension is enabled (Fixes #300)
  • Consistently ensure use of instantiated postgres fields when addressing with 'properties.' prefix

Changed

  • Move rust hydration to a separate repo

[v0.9.1]

Fixed

  • Fixed double nested extent when using trigger based update collection extent. (Fixes #274)
  • Fix time formatting (Fixes #275)
  • Relaxes smart-open dependency check (Fixes #273)
  • Switch to uv for docker image

[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)

... (truncated)

Commits

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Updates the requirements on [pypgstac](https://github.com/stac-utils/pgstac) to permit the latest version.
- [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.7.0...v0.9.2)

---
updated-dependencies:
- dependency-name: pypgstac
  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 Dec 9, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 13, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/pypgstac-gte-0.7-and-lte-0.9.2 branch January 13, 2025 09:57
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.

1 participant