-
### Description
After version 2.3.0, it fails to validate schemas correctly, such as `pytantic.networks.HttpUrl` in pydantic_factory, and throws an exception.
```
E pydantic.error_wrappers.Vali…
-
### Description
I came across this weirdness today I discovered by accident, same app, my reqs are pinned but one install was performed after the other, and pydantic reqs changed in litestar in betwe…
-
### Summary
To add clarity and avoid confusion when there are validation errors when using nested Pydantic models for input, it would be helpful to include the full `loc` path instead of just the chi…
-
### Description
For classes that derive a DTO through the provided `SQLAlchemyDTO` from `BigIntBase` or `BigIntAuditBase,` an error is thrown.
### URL to code causing the issue
_No response_…
-
### Description
Creating a custom base factory (with `__is_base_factory__ = True`) may have unexpected side-effects even if the factory is not used explicitly. This happens when the factory is being …
-
### Description
`factory.build()` fails for models with a field declared as `List[Literal[...]]` because `issubclass()` doesn't support checking Literal types.
A PR with a proposed fix will be o…
-
### Description
Can't serialize asyncpg UUID in sqlalchemy model.
ps. PR - to fix it: https://github.com/litestar-org/litestar/pull/1784
### URL to code causing the issue
_No response_
### MCVE…
-
I'm having trouble reading a field representing a many-to-many relationship after using the [repo `update` method](https://github.com/litestar-org/litestar/blob/main/litestar/contrib/sqlalchemy/reposi…
-
### Description
After updating to 76696a2ae243ed05c4361e9f4dda3e06d0859e16
DTOs i have , having this error .
```py
TypeError: 'NoneType' object is not iterable
```
### URL to code causi…
-
### Description
When returning a `msgspec.Struct` in a route handler:
```py
IDType = Annotated[
str,
msgspec.Meta(
min_length=16,
max_length=16,
description…