-
Notifications
You must be signed in to change notification settings - Fork 51
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
Compatibility with PyYAML 6.x? #88
Comments
Hi, thank you for filling a bug report and providing a merge request to fix it :) Nice! Love the use-case. I will merge it - but also opened #94 as we need to ensure that we are actually and stay compatible with the ranges we specify. |
Thanks!
Not sure if that's all important. With other projects I've worked on, usually only the last version is tested with CI. That works as oftentimes there are only a few actual dependency calls. Thus the min version usually gets checked during refactoring, or bumped if a bug report comes in 😅 I'm not familiar with your codebase though. Just from the example with |
PyYAML
is currently pinned with^5.4.0
. Just from looking at the changelog, I would think that version6.x
should also be compatible. Would it be possible to change the requirements to>=5.4.0,<7.0
? This would help resolve a dependency conflict for Home Assistant.https://github.com/yaml/pyyaml/blob/6.0/CHANGES
The text was updated successfully, but these errors were encountered: