Skip to content

pydantic-rdf v0.2.0

Latest
Compare
Choose a tag to compare
@Omegaice Omegaice released this 03 May 02:06

[0.2.0] - 2025-05-02

Added

  • Support for JSON schema generation with proper handling of URIRef fields
  • New PydanticURIRef type using Pydantic's annotation system
  • Tests for schema generation and validation

Changed

  • Updated BaseRdfModel to use PydanticURIRef instead of raw URIRef for better schema support
  • Improved type checking across the library