mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
43308d1b24
* fix: force need of `update_forward_refs` in recursive models closes #1201 * fix: lint issue (false positive) https://github.com/PyCQA/pyflakes/issues/567 * chore: avoid if statement for coverage * fix linting Co-authored-by: Samuel Colvin <s@muelcolvin.com>
97 B
97 B
Fix: some recursive models did not require update_forward_refs and silently behaved incorrectly