Skip to content
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

Fixes #62: Sleep data / arrow 1.0 support #66

Merged
merged 4 commits into from
Mar 16, 2021

Conversation

ronaldheft
Copy link
Contributor

Per my earlier PR #64, we're attempting to get the new version merged into Home Assistant to fix #47329.

Under PR review, it came back they didn't like the pinning of arrow to a specific version number: home-assistant/core#47975 (comment)

I agree, I did that to avoid having to complete the arrow 1.0 migrations, but I should have just done the migrations from the start.

This PR update arrow to >= 1.0 and completes all the breaking change migrations they detailed here: arrow-py/arrow#832

With the new arrow 1.0 dependency version, downstream users will be able to continue using this library with python 3.9 support and be able to keep their other dependencies, like arrow, up-to-date. Thank you!

@vangorra vangorra merged commit c6d43db into vangorra:master Mar 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants