Andrew Truong
Andrew Truong
Sorry, I believe I misunderstood this use case. Guessing this is not expressible in python type system currently? This feels like a specific use case that should be pushed to...
Hi @WilliamDEdwards , based on `regex` vs `pattern` I'm guessing this is using v1? I think internal this is parsed correctly in `polyfactory` as `conlist` and similar have specific workaround...
Proposed solution makes sense. I think constraints being a union of these makes sense which seems to be this behaviour PRs welcome to fix
Running tests against main and seeing issues with 1. https://github.com/jcrist/msgspec/issues/926 f 2. And pydantic v1 issues and warnings
This seems reasonable to support. PRs welcome to add :)
Thanks for reporting! Currently only have this implemented for dates https://github.com/litestar-org/polyfactory/blob/main/polyfactory/factories/base.py#L726-L734. PRs welcome to update
Thanks for opening the issue. Agree with reservations especially with multiple version support. This has been a difficult point of maintain SQLA and Pydantic factories Happy for PRs for this!
Factory doesn't pick up `faker_session_locale` fixture changes, generates data with default settings
How would this be expected to interact with non-session level scope described [here](https://faker.readthedocs.io/en/master/pytest-fixtures.html#locale-configuration)?
Factory doesn't pick up `faker_session_locale` fixture changes, generates data with default settings
This makes sense as a use case to try and support. Somes things to consider, 1. This is a backwards breaking change if enabled by default. If want to enable...
PRs welcome to add this flag. > Setting a computed column to Ignore() in the factory still results in the generated INSERT trying to insert a None value to the...