Few question about using pydantic factory #616
Unanswered
idan-rahamim-lendbuzz
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have a few questions and would really appreciate any help.
when i create a factory from the pydantic model above I'm getting an error
polyfactory.exceptions.ParameterException: received constraints for unsupported type <class 'pydantic.networks.EmailStr'>
What should i do?
If i wanted to use Faker to generate data would this be a correct use?
Thanks !
Beta Was this translation helpful? Give feedback.
All reactions