-
### Summary
Update `generate_field_definitions()` in `PiccoloDTO()` to filter out columns that have `secret=True` set.
Working changes and tests staged [here](https://github.com/patrickneise/lites…
-
### Description
I have a simple pydantic model:
```
class SimpleModel(BaseModel):
a: int
b: float
c: str
d: Optional[bool]
```
I want to test a function that accepts an inst…
-
### Description
##### Problem 1
Can not handle `Predicate` in a model that is used in a field of a primary model.
##### Problem 2
Misleading, wrong error.
The error says `polyfactory.ex…
-
**Is your feature request related to a problem? Please describe.**
ImportError while loading conftest 'C:\Users\celes\pycaret\tests\conftest.py'.
```
tests\conftest.py:8: in
import pycaret.…
-
I was trying to install evidently with the latest versions of pydantic (v2) and pyarrow. I found we are still using version 11dev of pyarrow and currently pyarrow is on version 14. I think we can bump…
-
### Description
Using a nullable multi-list union type for query params (e.g. `list[str] | list[int] | None`) will throw an error of "expected array | null, got str" when a valid list of one of the t…
-
### Description
The provided example values are serialized incorrectly into the OpenAPI schema.
![image](https://github.com/litestar-org/litestar/assets/57007485/609155d3-a026-40c8-8816-019af7bab3…
-
### Description
We're getting an unexpected `ImproperlyConfiguredException` in `litestar/_openapi/schema_generation/schema.py", line 594, in process_schema_result`.
In our app, we defined a base…
-
### Description
Installing (local) package / project with poetry fails when attempting to containerize my app (tbh just a single script).
Installation on dev machine runs fine. From here I copy …
-
### Summary
After https://github.com/litestar-org/polyfactory/pull/407, these are no longer used other than passing onto child instances for https://github.com/litestar-org/polyfactory/blob/main/poly…