aha79

Results 5 issues of aha79

This adds ForwardRef support to cattr (See #201). - ForwardRefs in classes ``` @dataclass class Test: x: List["XType"] XType = int ``` - Recursive classes ``` @dataclass class Node: data:...

* cattrs version: 1.8.0 (attrs 21.2.0) * Python version: 3.9.7 * Operating System: Windows 10 ### Description When using recursive types (see example below), `structure` with `GenConverter` raises a `StructureHandlerNotFoundError`...

The spec allows `"type": []`, but in the validation vocabuary there is a 'minItems: 1' for the "type" property. This seems inconsistent. For details see this issue I filed earlier...

* cattrs version: 23.1.2 * Python version: 3.10.7 * Operating System: Windows ### Description structuring with `include_subclasses` does not work properly when the union type is a direct field of...

bug

I have a poetry project with packages from a private repository. With poetry alone it works as expected, but tox-poetry-installer emits the warning "WARNING: tox-poetry-installer: Skipping XXXX: no locked version...

bug