|
64 | 64 | "redis": ("https://redis.readthedocs.io/en/stable/", None), |
65 | 65 | "structlog": ("https://www.structlog.org/en/stable/", None), |
66 | 66 | "tortoise": ("https://tortoise.github.io/", None), |
67 | | - "piccolo": ("https://piccolo-orm.readthedocs.io/en/latest/", None), |
68 | 67 | "opentelemetry": ("https://opentelemetry-python.readthedocs.io/en/latest/", None), |
69 | 68 | "advanced-alchemy": ("https://advanced-alchemy.litestar.dev/latest/", None), |
70 | 69 | "jinja2": ("https://jinja.palletsprojects.com/en/latest/", None), |
|
167 | 166 | (PY_CLASS, "litestar.response.RedirectResponse"), |
168 | 167 | (PY_CLASS, "litestar.response_containers.Redirect"), |
169 | 168 | (PY_CLASS, "litestar.response_containers.Template"), |
170 | | - (PY_CLASS, "litestar.contrib.htmx.request.HTMXRequest"), |
171 | 169 | (PY_CLASS, "litestar.typing.ParsedType"), |
172 | 170 | (PY_METH, "litestar.dto.factory.DTOData.create_instance"), |
173 | 171 | (PY_METH, "litestar.dto.interface.DTOInterface.data_to_encodable_type"), |
|
189 | 187 | (PY_CLASS, "litestar.contrib.mako.P"), |
190 | 188 | (PY_CLASS, "JWTDecodeOptions"), |
191 | 189 | (PY_CLASS, "litestar.template.base.P"), |
192 | | - (PY_CLASS, "litestar.contrib.pydantic.PydanticDTO"), |
193 | | - (PY_CLASS, "litestar.contrib.pydantic.PydanticPlugin"), |
194 | 190 | (PY_CLASS, "typing.Self"), |
195 | 191 | (PY_CLASS, "attr.AttrsInstance"), |
196 | 192 | (PY_CLASS, "typing_extensions.TypeGuard"), |
|
0 commit comments