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

Constrain python-dateutil #268

Closed
wants to merge 2 commits into from
Closed

Constrain python-dateutil #268

wants to merge 2 commits into from

Conversation

felix-hilden
Copy link

Description

Constrain python-dateutil to avoid an import error, as discussed in #266.

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

@@ -1,5 +1,6 @@
## Next
* (Minor) Switch to ruff for linting and black for formatting.
* (Minor) Constrain the version of `python-dateutil` appropriately to `>=2.8.1` to avoid an import error. Thanks @felix-hilden!
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure how you want to classify this. Let me know and I can edit!

@coveralls
Copy link

Coverage Status

coverage: 96.956%. remained the same when pulling 5df4df9 on felix-hilden:dateutil into 528e1f7 on Unleash:main.

@felix-hilden
Copy link
Author

Looks like the resolver is failing on 3.10. This happens on the other PR as well, so I'll assume it's unrelated.

@sighphyre
Copy link
Member

Hey @felix-hilden, so sorry I missed this. I'm going to close this in favour of #273 , which should keep older versions of dateutil working rather than pinning the version. Absolutely feel free to reopen this if you think I did a dumb thing by closing it

@sighphyre sighphyre closed this Sep 12, 2023
@felix-hilden
Copy link
Author

Oh that's way better, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

3 participants