-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Faker 34.0 is breaking change #2152
Comments
Repository owner
deleted a comment
Jan 22, 2025
No, this was not intentional. I'm working on a fix at #2153 |
I've just released a fix as v34.0.1 |
Merged
For me this started breaking when using v34.0.1
Not sure if my code is wrong or something, but all was working fine |
This is what is failing i think: |
@Thutmose3 would you open a separate issue? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Our build/tests broke when upgrading from 33.1 to 34. There was nothing in the release note that indicated the change in behavior was intentional.
This is field that causes the test failure:
manufactured_on = factory.Faker("date_between", start_date="-30y", end_date="today")
Logs from out test:
The text was updated successfully, but these errors were encountered: