Brian Maissy

Results 4 issues of Brian Maissy

### Initial Checks - [X] I have searched GitHub for a duplicate issue and I'm sure this is something new - [X] I have searched Google & StackOverflow for a...

bug V1

### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description The code below causes mypy to crash with `INTERNAL ERROR: maximum semantic analysis iteration count reached`....

duplicate
bug V2
awaiting author response

**Bug Report** Mypy 1.11.0 gives me a false positive that 1.10.1 didn't. Looks like it thinks that `is_dataclass()` narrows to `Type[DataclassInstance]`, whereas in reality it should probably be something more...

bug
topic-dataclasses

It looks like the type hint for `Encoder.__call__()` is missing the default value for the `stream` parameter. Mypy warns that I didn't pass the argument, but in practice it doesn't...