Skip to content

Commit

Permalink
update namespace for pydantic API v2.5 (#303)
Browse files Browse the repository at this point in the history
Apparently this is backward compatible to v2.2, so there's no need to update our pinned pydantic version.

resolves #302
  • Loading branch information
2bndy5 authored Nov 13, 2023
1 parent 5b36690 commit f7bbc8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx_immaterial/custom_admonitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@


CSSClassType = Annotated[
str, pydantic.functional_validators.AfterValidator(nodes.make_id)
str, pydantic.AfterValidator(nodes.make_id)
]

# defaults used for version directives re-styling
Expand Down

0 comments on commit f7bbc8f

Please sign in to comment.