-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
```
Traceback (most recent call last):
File "test.py", line 14, in
@pydantic.dataclasses.dataclass(config=pyd…
-
Right now, in v2, the behavior is the same as v1 where parametrizing a generic dataclass does not affect validation.
I think there is room for improvement with this, but it's not totally clear to m…
-
I seems simpler and very useful.
The dataclasses can be used for response bodies structure and type-checking for them. Their instances also holds the response data for ui to gather
The generic r…
-
**Is your feature request related to a problem? Please describe.**
Currently using AvroModel requires inheriting from it. Providing a fully functional interface would allow to use the functionality f…
-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
Pydantic dataclass silently accepts extra keyword arguments during initialization but doesn't store them as attri…
-
**Problem:** Task taking input of `dataclasses` object with `List[T]` will fail deserialization when the object definition is in postponed evaluation mode. The error is `ValueError: Only generic univa…
-
**To Reproduce**
https://mypy-play.net/?mypy=latest&python=3.11&gist=bcf4de945268517a0cd8b6b9835e852f
```python
from dataclasses import dataclass, field
from typing import Generic, TypeVar
T …
-
Hi,
First of all, thank you for this great project!
I have a question regarding the tree shaking capabilities in Dart when using your library. In the initialiseDogs method, all converters are …
-
Following up on the conversations in #66, and #409.
One possible way to implement generic handling of bindings is to allow users to annotate function parameters with a [dataclass](https://docs.pyth…
-
### Initial Checks
- [X] I have searched Google & GitHub for similar requests and couldn't find anything
- [X] I have read and followed [the docs](https://docs.pydantic.dev) and still think this f…