Skip to content

Bump pyshacl from 0.22.2 to 0.31.0#1106

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/pyshacl-0.31.0
Open

Bump pyshacl from 0.22.2 to 0.31.0#1106
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/pyshacl-0.31.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps pyshacl from 0.22.2 to 0.31.0.

Release notes

Sourced from pyshacl's releases.

v0.31.0 - 2026-01-16

v0.31.0

Added

  • Support for validating multiple target data graphs.
    • Default "combine" mode loads all given data graphs into a single Dataset and validates all at once.
    • New "validate-each" mode validates each data graph independently and returns multiple results.
    • CLI now accepts multiple data graph paths and adds a --validate-each flag.
    • New validate_each() entrypoint for per-graph validation in library code.

Fixed

  • SPARQL constraint validation no longer misidentifies VALUES in property paths or predicate names.
  • Validation report text output is now deterministic.
  • use_shapes filtering no longer fails when omitted PropertyShapes are referenced by included shapes.

v0.30.1 - 2025-03-15

Fixed

  • Fixed a bug in SHACL Shape Targeting feature, BNode shapes that are referenced by a shape in sh:or, sh:and or sh:xone were not getting selected.

v0.30.0 - 2025-01-24

Fixed

  • Finalize the decoupling of base_uri from graph identifier.
    • Blame the conflated naming of publicID in RDFLib for that confusion.
  • load_from_source will now correctly detect and use the BaseURI of files passed in, for relative URIs.

Changed

  • Update to Poetry v2.0 and new pyproject.toml format.
  • Removed "Black", switched to "Ruff" for formatting as well as linting.
  • Switched to parsing file: IRIs in line with the RDF spec, and allow (base-less, or root-less) relative file: IRIs (as per the RDF spec).
    • But "file:" IRIs in Turtle files are now not made relative to BaseURI, because they are relative to the CWD.

v0.29.1 - 2024-12-16

Added

  • Two new basic examples in the Examples folder.
    • "sparql_assert_datatype.py" shows how to use SPARQL-based Constraints to assert a datatype on a literal.
    • "remote_sparql.py" shows how to use SparqlConnector store to validate data on a remote SPARQL endpoint.

Fixed

  • Fixed a bug where the identifier would become "None" (string) in the load_from_source function.
  • Typos in the example Ontology files in the test suite.

v0.29.0 - Halloween Release

v0.29.0 - 2024-11-01 - Halloween Release

Added

... (truncated)

Changelog

Sourced from pyshacl's changelog.

[0.31.0] - 2026-01-16

Added

  • Support for validating multiple target data graphs.
    • Default "combine" mode loads all given data graphs into a single Dataset and validates all at once.
    • New "validate-each" mode validates each data graph independently and returns multiple results.
    • CLI now accepts multiple data graph paths and adds a --validate-each flag.
    • New validate_each() entrypoint for per-graph validation in library code.

Fixed

  • SPARQL constraint validation no longer misidentifies VALUES in property paths or predicate names.
  • Validation report text output is now deterministic.
  • use_shapes filtering no longer fails when omitted PropertyShapes are referenced by included shapes.

[0.30.1] - 2025-03-15

Fixed

  • Fixed a bug in SHACL Shape Targeting feature, BNode shapes that are referenced by a shape in sh:or, sh:and or sh:xone were not getting selected.

[0.30.0] - 2025-01-24

Fixed

  • Finalize the decoupling of base_uri from graph identifier.
    • Blame the conflated naming of publicID in RDFLib for that confusion.
  • load_from_source will now correctly detect and use the BaseURI of files passed in, for relative URIs.

Changed

  • Update to Poetry v2.0 and new pyproject.toml format.
  • Removed "Black", switched to "Ruff" for formatting as well as linting.
  • Switched to parsing file: IRIs in line with the RDF spec, and allow (base-less, or root-less) relative file: IRIs (as per the RDF spec).
    • But "file:" IRIs in Turtle files are now not made relative to BaseURI, because they are relative to the CWD.

[0.29.1] - 2024-12-16

Added

  • Two new basic examples in the Examples folder.
    • "sparql_assert_datatype.py" shows how to use SPARQL-based Constraints to assert a datatype on a literal.
    • "remote_sparql.py" shows how to use SparqlConnector store to validate data on a remote SPARQL endpoint.

Fixed

  • Fixed a bug where the identifier would become "None" (string) in the load_from_source function.
  • Typos in the example Ontology files in the test suite.

... (truncated)

Commits
  • 5b46638 Merge pull request #312 from RDFLib/release_v0_31
  • 66de581 Update version to 0.31.0 and enhance changelog for multi-target data graph va...
  • d129e89 Merge pull request #311 from RDFLib/fix_298
  • ca8ebad Enhance shape filtering logic to prevent failures when omitted PropertyShapes...
  • 40504bc Merge pull request #310 from RDFLib/fix_304
  • 21d1941 Make text output much more deterministic
  • 2128198 Merge pull request #309 from RDFLib/fix_301
  • 3e8b0e7 Fix linting and formatting
  • f65d385 Change regex for VALUES clause to avoid matching on property paths that have ...
  • bbfc250 Merge pull request #308 from RDFLib/multi-target-graph
  • 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 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)

Bumps [pyshacl](https://github.com/RDFLib/pySHACL) from 0.22.2 to 0.31.0.
- [Release notes](https://github.com/RDFLib/pySHACL/releases)
- [Changelog](https://github.com/RDFLib/pySHACL/blob/master/CHANGELOG.md)
- [Commits](RDFLib/pySHACL@v0.22.2...v0.31.0)

---
updated-dependencies:
- dependency-name: pyshacl
  dependency-version: 0.31.0
  dependency-type: direct:production
  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 Jan 26, 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