Skip to content

Commit

Permalink
update namespace for pydantic API v2.5
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 committed Nov 13, 2023
1 parent 5b36690 commit 9320a0d
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 9320a0d

Please sign in to comment.