fix: prevent RecursionError while using recursive GenericModels (#2338)

Co-authored-by: Samuel Colvin <samcolvin@gmail.com>

Co-authored-by: Samuel Colvin <samcolvin@gmail.com>
This commit is contained in:
xppt
2021-02-26 13:30:12 +03:00
committed by GitHub
parent 90df33cf1e
commit 8f0980e982
4 changed files with 76 additions and 22 deletions
+1
View File
@@ -0,0 +1 @@
fix: prevent `RecursionError` while using recursive `GenericModel`s