Skip to content

Commit

Permalink
Use pydantic2-schemaorg
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfraney committed Apr 13, 2024
1 parent a304d3b commit 9dee4c3
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 105 deletions.
2 changes: 1 addition & 1 deletion blurry/schema_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def validate_front_matter_as_schema(
# Import pydantic_schemaorg model
try:
pydantic_schemaorg_model_module = importlib.import_module(
f"pydantic_schemaorg.{schema_type}"
f"pydantic2_schemaorg.{schema_type}"
)
except ModuleNotFoundError:
console.print(
Expand Down
Loading

0 comments on commit 9dee4c3

Please sign in to comment.