Skip to content

chore(deps):(deps): update stac-valid requirement from ~=4.2.2 to >=4.2.2,<4.5.0#155

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/stac-valid-gte-4.2.2-and-lt-4.5.0
Open

chore(deps):(deps): update stac-valid requirement from ~=4.2.2 to >=4.2.2,<4.5.0#155
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/stac-valid-gte-4.2.2-and-lt-4.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 18, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on stac-valid to permit the latest version.

Release notes

Sourced from stac-valid's releases.

v4.4.0

What's Changed

Full Changelog: StacLabs/stac-validator@v4.3.0...v4.4.0

Changelog

Sourced from stac-valid's changelog.

[v4.4.0] - 2026-05-11

Added

  • support for --recursive option for fast command to validate static STAC catalogs. #294
  • support for --api option for fast command to validate STAC API endpoints. #294
  • support for --limit option for fast command to cap the number of STAC objects validated. #294
  • Added run_dict method to FastValidator for direct in-memory dictionary validation without file/network loading. #294

[v4.3.0] - 2026-05-08

Added

  • STAC-Valid API & Containerization: Added a FastAPI-based server for high-speed remote validation, an optimized uv-based Dockerfile, and a GitHub Actions workflow for automatic image publication to GHCR. #293

[v4.2.2] - 2026-04-29

Added

  • Added message output for fast validator command #292

Removed

  • Deprecation warnings for stac-validator installation #292

[v4.2.1] - 2026-04-27

Added

  • Deprecation warning for stac-validator command, directing users to use stac-valid instead #290

[v4.2.0] - 2026-04-27

Added

  • High-Speed Validation Engine: Added new stac-validator fast command for ultra-high performance validation using fastjsonschema.
    • Up to 50x faster execution per object compared to standard jsonschema validation.
    • Persistent Schema Caching: Local disk-based schema cache in local_schemas/.schemas to support offline validation and eliminate network latency.
    • Dynamic Multi-Level Caching: Implements RAM -> Disk -> Network fetch hierarchy for JSON schemas.
    • Robust Fallback: Automated fallback to standard jsonschema for complex schemas that fail to compile under fastjsonschema (e.g., Item Assets extension).
    • Intelligent Output: New summary report including execution metrics (setup time vs. execution time) and consolidated error breakdowns.
    • Added --verbose (-v) and --quiet (-q) support to the fast command for configurable output density. #276
  • Added dependabot updates #276

Changed

  • Renamed project in pyproject.toml from stac-validator to stac-valid #276

[v4.1.0] - 2026-04-01

... (truncated)

Commits
  • 5f5e7f9 add --recursive to fast validation (#294)
  • 9060756 ci(deps):(deps): bump docker/build-push-action from 5 to 7 (#297)
  • 03ac73a ci(deps):(deps): bump docker/metadata-action from 5 to 6 (#298)
  • 51e7a46 ci(deps):(deps): bump docker/login-action from 3 to 4 (#296)
  • 2d7916a ci(deps):(deps): bump actions/checkout from 4 to 6 (#295)
  • 03599ab Change validation script from test_api.py to api_client_example.py
  • 93926e7 Update Docker image and sample data in README
  • 9afcf01 Add server image for dockerized fast valdation (#293)
  • ba92c56 Update PyPI version badge in README.md
  • 74562bd chore(deps):(deps): update sphinx-autodoc-typehints requirement (#287)
  • 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 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 [stac-valid](https://github.com/stac-utils/stac-validator) to permit the latest version.
- [Release notes](https://github.com/stac-utils/stac-validator/releases)
- [Changelog](https://github.com/StacLabs/stac-validator/blob/main/CHANGELOG.md)
- [Commits](StacLabs/stac-validator@v4.2.2...v4.4.0)

---
updated-dependencies:
- dependency-name: stac-valid
  dependency-version: 4.4.0
  dependency-type: direct:production
...

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 May 18, 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