Skip to content

Commit 47f3480

Browse files
committed
docs(conf): remove stale contrib.msgspec nitpick suppression
1 parent a926a2b commit 47f3480

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@
152152
# types in changelog that no longer exist
153153
(PY_ATTR, "litestar.dto.factory.DTOConfig.underscore_fields_private"),
154154
(PY_CLASS, "anyio.abc.BlockingPortal"),
155-
(PY_CLASS, "litestar.contrib.msgspec.MsgspecDTO"),
156155
(PY_CLASS, "litestar.contrib.sqlalchemy.types.JsonB"),
157156
(PY_CLASS, "litestar.contrib.sqlalchemy.plugins.SQLAlchemyInitPlugin"),
158157
(PY_CLASS, "litestar.contrib.repository.filters.NotInCollectionFilter"),

docs/release-notes/2.x-changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2703,7 +2703,7 @@
27032703
DTO factories for `msgspec <https://jcristharif.com/msgspec/>`_ and
27042704
`Pydantic <https://docs.pydantic.dev/latest/>`_ have been added:
27052705

2706-
- :class:`~litestar.contrib.msgspec.MsgspecDTO`
2706+
- ``MsgspecDTO``
27072707
- :class:`~litestar.contrib.pydantic.PydanticDTO`
27082708

27092709
.. change:: DTOs: Arbitrary generic wrappers

0 commit comments

Comments
 (0)