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

Changed PyYAML to use >=5.4.1 to allow PyYAML 6 to be used in environ… #34

Merged
merged 1 commit into from Dec 24, 2021

Conversation

AndrewW85
Copy link
Contributor

Changed PyYAML form '^5.4.1' to '>=5.4.1' to allow the use of PyYAML 6 if required by another package.

Updated poetry.lock file to reflect change as well as updated versions from other packages

…ments that require at least PyYAML 6.

Updated poetry.lock file to reflect change as well as updated versions from other packages
@AndrewW85
Copy link
Contributor Author

Meant to get this submitted sooner, but wasn't able to focus on checking things until just now

@silvanmelchior silvanmelchior merged commit 6c2ac28 into Zuehlke:main Dec 24, 2021
@silvanmelchior
Copy link
Collaborator

Thanks a lot!
I hope the pre-released version 1.9 of pydantic gets a stable release soon, then I can also update this and publish a ned confz release. Or do you need it urgent?

@silvanmelchior silvanmelchior linked an issue Dec 24, 2021 that may be closed by this pull request
@AndrewW85
Copy link
Contributor Author

It isn't urgent, just noticed a conflict with a pinned dependency. I was able to unpin it temporarily, but the preference is for us to get back to pyyaml 6 when we can.

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.

Pyyaml version 6 update
2 participants