-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[WIP] Add support for pendulum 3 #19456
Closed
Closed
Commits on Jan 28, 2024
-
Relax pendulum constraints to support python 3.12
pendulum 2.x does not pip install in python 3.12.
Configuration menu - View commit details
-
Copy full SHA for 883974b - Browse repository at this point
Copy the full SHA 883974bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65b5560 - Browse repository at this point
Copy the full SHA 65b5560View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4afe395 - Browse repository at this point
Copy the full SHA 4afe395View commit details -
Address missing dst_rule argument in pendulum.datetime
`dst_rule == TRANSITION_ERROR` becomes `raise_on_unknown_times=True` `dst_rule == PRE_TRANSITION` becomes `fold=0` `dst_rule == POST_TRANSITION` becomes `fold=1`
Configuration menu - View commit details
-
Copy full SHA for 8645113 - Browse repository at this point
Copy the full SHA 8645113View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4e5317 - Browse repository at this point
Copy the full SHA a4e5317View commit details -
Configuration menu - View commit details
-
Copy full SHA for b15e199 - Browse repository at this point
Copy the full SHA b15e199View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d985f6 - Browse repository at this point
Copy the full SHA 1d985f6View commit details -
Get day_of_week with uniform semantics across pendulum versions
In pendulum 3.0 DateTime.day_of_week returns 0 for Monday, while previously returned 0 for Sunday.
Configuration menu - View commit details
-
Copy full SHA for c89563d - Browse repository at this point
Copy the full SHA c89563dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b645a4 - Browse repository at this point
Copy the full SHA 3b645a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa03719 - Browse repository at this point
Copy the full SHA fa03719View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50e6430 - Browse repository at this point
Copy the full SHA 50e6430View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d91523 - Browse repository at this point
Copy the full SHA 0d91523View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.