Skip to content

chore(deps): bump pypgstac from 0.8.5 to 0.9.11 - #620

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/pip/pypgstac-0.9.11
Open

chore(deps): bump pypgstac from 0.8.5 to 0.9.11#620
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/pip/pypgstac-0.9.11

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 15, 2026

Copy link
Copy Markdown

Bumps pypgstac from 0.8.5 to 0.9.11.

Release notes

Sourced from pypgstac's releases.

v0.9.11

Continuous Integration

Commits

  • 8b9877d: Bump actions/setup-python from 5.6.0 to 6.2.0 (#416) (dependabot[bot]) #416
  • 02428bc: Bump actions/checkout from 2.7.0 to 6.0.2 (#415) (dependabot[bot]) #415
  • 1acf50f: Bump docker/login-action from 2.2.0 to 4.0.0 (#413) (dependabot[bot]) #413
  • cfc1c16: Bump docker/setup-buildx-action from 2.10.0 to 4.0.0 (#419) (dependabot[bot]) #419
  • db888a9: Bump docker/metadata-action from 3.3.0 to 6.0.0 (#418) (dependabot[bot]) #418
  • 9b0e976: Bump astral-sh/setup-uv from 5.4.2 to 8.0.0 (#412) (dependabot[bot]) #412
  • 4865015: Bump docker/login-action in the minor-and-patch group (#417) (dependabot[bot]) #417
  • 46d82b5: Fix/partition constraints and loader robustness (#408) (David Bitner) #408
  • df08f9b: stage release (#420) (David Bitner) #420

v0.9.10

Bug Fixes

Commits

  • 07658e8: Partition Constraint TimestampTZ Fix (#403) (David Bitner) #403
  • 79b8b0e: update migrations and changelog (#406) (David Bitner) #406

v0.9.9

Bug Fixes

Commits

  • bb25c34: Add LISTEN/NOTIFY notifications for item operations. (#383) (xıʃǝɟ) #383
  • 4de320a: Added note about pgstac UPDATE behavior. (#384) (xıʃǝɟ) #384
  • 6521b13: Added non-root user for container. (#390) (xıʃǝɟ) #390
  • stage v0.9.9 for release (#400) #400 (Henry Rodman)

v0.9.8

Commits

  • bb513f1: allow array for q full text search (#379) (David Bitner) #379
  • 497625a: stage v0.9.8 (#380) (David Bitner) #380

v0.9.7

Bug Fixes

Commits

v0.9.6

Commits

... (truncated)

Changelog

Sourced from pypgstac's changelog.

[v0.9.11]

Fixed

  • Fix timestamp regex in partition constraint parsing to handle fractional seconds (microseconds), preventing incorrect (-infinity, infinity) constraint bounds.
  • Add explicit ANALYZE before st_estimatedextent() in update_partition_stats for deterministic spatial extent calculation.
  • Consolidate materialized view refreshes in update_partition_stats to a single unconditional refresh, reducing redundant operations.
  • Use partition_sys_meta (live VIEW) instead of partitions (stale MATERIALIZED VIEW) in loader _partition_update() for real-time partition bounds.
  • Expand loader retry to 10 attempts and add SerializationFailure, LockNotAvailable, ObjectInUse to retryable exceptions.
  • Add before_sleep retry handler to force partition constraint refresh on CheckViolation.
  • Materialize itertools.groupby generators with list() before load_partition() to prevent silent data loss on retry.
  • Use safe item.pop('partition', None) to avoid KeyError on retry.
  • Inline search_tohash into search_hash to eliminate cross-function dependency that broke pg_dump/pg_restore (pg_dump orders functions alphabetically).

Added

  • pgstac_restore script for restoring pg_dump backups — installs a temporary event trigger to fix search_path during restore.
  • Race condition tests for sequential and concurrent loader operations with new-Loader-per-item pattern.
  • Search path independence tests verifying partition_sys_meta, partition_stats, partitions, partitions_view, and partition_steps work identically with and without pgstac in search_path.
  • pg_dump/pg_restore test (--pgdump) validating backup and restore of a pgstac database with sample data.
  • Documentation for pg_dump/pg_restore best practices with PgSTAC.

[v0.9.10]

Fixed

  • Improved performance and correctness of partition constraint parsing.

##[v0.9.9]

Changed

  • changed container images to use non-root user
  • fix bug where closed and broken db connections are reused.

Fixed

  • replace space-separated terms with adjacency operator in free-text search (#387)

[v0.9.8]

Fixed

  • Allow array as q parameter for full text search

[v0.9.7]

Fixed

  • Fix bad handling of leading +/- terms in free-text search
  • Use consistent tsquery config in free-text search

[v0.9.6]

Added

... (truncated)

Commits
  • df08f9b stage release (#420)
  • 46d82b5 Fix/partition constraints and loader robustness (#408)
  • 4865015 Bump docker/login-action in the minor-and-patch group (#417)
  • 9b0e976 Bump astral-sh/setup-uv from 5.4.2 to 8.0.0 (#412)
  • db888a9 Bump docker/metadata-action from 3.3.0 to 6.0.0 (#418)
  • cfc1c16 Bump docker/setup-buildx-action from 2.10.0 to 4.0.0 (#419)
  • 1acf50f Bump docker/login-action from 2.2.0 to 4.0.0 (#413)
  • 02428bc Bump actions/checkout from 2.7.0 to 6.0.2 (#415)
  • 8b9877d Bump actions/setup-python from 5.6.0 to 6.2.0 (#416)
  • 3b9d969 ci: add Dependabot for GitHub Actions version updates (#411)
  • Additional commits viewable in compare view

Dependabot compatibility score

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

Bumps [pypgstac](https://github.com/stac-utils/pgstac) from 0.8.5 to 0.9.11.
- [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.5...v0.9.11)

---
updated-dependencies:
- dependency-name: pypgstac
  dependency-version: 0.9.11
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 15, 2026
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