Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 24, 2025

Updates the requirements on stac-pydantic to permit the latest version.
Updates stac-pydantic to 3.2.0

Release notes

Sourced from stac-pydantic's releases.

3.2.0

What's Changed

Full Changelog: stac-utils/stac-pydantic@3.1.5...3.2.0

Changelog

Sourced from stac-pydantic's changelog.

3.2.0 (2025-03-20)

  • Move validate_bbox and validate_datetime field validation functions outside the Search class (to enable re-utilization)
  • Remove Search()._start_date and ``Search()._end_date` private attributes
  • Add api.search.str_to_datetime(value: str) -> List[Optional[datetime.datetime]] function

3.1.5 (2025-02-28)

3.1.4 (2025-01-08)

3.1.3 (2024-10-14)

  • Add optional numberMatched and numberReturned to api.collections.Collections model to match the OGC Common part2 specification

3.1.2 (2024-08-20)

  • Add more MimeTypes (geojsonseq, pbf, mvt, ndjson, openapi_yaml, pdf, csv, parquet)

3.1.1 (2024-07-09)

3.1.0 (2024-05-21)

  • Allow extra fields in Links (#144, @​jonhealy1)
  • Remove the deprecated Context extension (#138, @​vincentsarago)
  • Rename stac_pydantic.api.conformance.ConformanceClasses to stac_pydantic.api.conformance.Conformance
  • Update pre-commit configuration and switch to astral-sh/ruff for linter and formater
  • Add official support for python 3.12
  • Enforce required type key for Collection and Catalog models
  • Add queryables link relation type (#123, @​constantinius)
  • Fix STAC API Query Extension operator names from ne->neq, le->lte, and ge->gte (#120, @​philvarner)
  • Better datetime parsing/validation by using Pydantic native types and remove ciso8601 requirement (#131, @​eseglem)
  • move datetime validation in StacCommonMetadata model definition (#131, @​eseglem)
  • use StacBaseModel as base model for Asset model (#148, @​vincentsarago)
  • add license in StacCommonMetadata model (#147, @​vincentsarago)
  • make limit optional in api.Search model (#150, @​vincentsarago)
  • set start/end datetime to the datetime value when passing only one value in api.Search (#152, @​vincentsarago)

3.0.0 (2024-01-25)

... (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

Updates the requirements on [stac-pydantic](https://github.com/stac-utils/stac-pydantic) to permit the latest version.

Updates `stac-pydantic` to 3.2.0
- [Release notes](https://github.com/stac-utils/stac-pydantic/releases)
- [Changelog](https://github.com/stac-utils/stac-pydantic/blob/main/CHANGELOG.md)
- [Commits](stac-utils/stac-pydantic@3.1.0...3.2.0)

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

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 Mar 24, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 31, 2025

Looks like stac-pydantic is updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Mar 31, 2025
@dependabot dependabot bot deleted the dependabot/pip/all-eaa563ca9b branch March 31, 2025 04:44
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