Andrew Truong

Results 54 comments of Andrew Truong

This looks like the same issues as https://github.com/litestar-org/polyfactory/issues/508. This is currently fixed in main but not released yet

Thanks for the work on this @bc291 . I think this use case is now covered by https://github.com/litestar-org/polyfactory/pull/513/files. Please reopen if missed off a use case here. You will need...

This may fixed now with the changes from https://github.com/litestar-org/polyfactory/pull/468. - The original MVC has no way to be constructed easily as fully recursive. If a type in one of the...

Hi @guacs, looking at that PR I think I copied what's there. Specifying patch versions keep things deterministic but should be safe to specify minor version only to unblock more...

Thanks for the detailed report! Really helpful. I'm able to reproduce with ```python from hypothesis import given from hypothesis import strategies as st from pydantic import BaseModel from polyfactory.factories.pydantic_factory import...

Hi ddahan, this should work in most situations for `SQLModel` though may be some edges cases not supported. The current behaviour for `SQLAlchemyFactory` is to not resolve foreign keys by...

Closing in favour of adjusting as part of v3 to avoid backwards breaking change

What is the use case of requiring the kwargs from the factory field itself passed to a callable declared at build time? This feels like quite a specific use case...