This repository has been archived by the owner on Sep 9, 2024. It is now read-only.
Additional Improvements to Recursion Prevention
- Use a stack for recursion prevention in SchemaBuilder and clean up unused paths.
- Use a stack for recursion prevention in Constraints factory.
- Properly handle ClassVar Parameter mocking.