-
-
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
34.1 breaking change #2154
Comments
Released a fix in v43.0.2 |
I still get this error in v34.0.2
|
I confirm i still get error in 34.0.2, in addition i have another error when using faker.date(): File "C:\xxx\xxx\venv\Lib\site-packages\faker\providers\date_time_init_.py", line 2084, in date I am using Faker 34.0.2, Python 3.11.6, Windows 11 |
@davidefortunatotecnos Could you show how you are calling Faker? |
@moyoakala Could you open a separate issue? |
Sure: 2156 |
Changes have been reverted in v35.0.0 |
For me this started breaking when using v34.0.1
Not sure if my code is wrong or something, but all was working fine before
This is what is failing i think:
deadline = factory.Faker("date_time", end_datetime="-1w", tzinfo=timezone.get_current_timezone())
The text was updated successfully, but these errors were encountered: