iamjackg / md2cf

Convert and upload Markdown documents to Confluence
MIT License
91 stars 49 forks source link

use fixed version of PyYAML #100

Closed timothybonci closed 1 year ago

timothybonci commented 1 year ago

Proposal to solve https://github.com/iamjackg/md2cf/issues/98 Passed pytest and linting.

Calling this out explicitly here as well - 6.0 is still the latest/master version of PyYAML. 6.0.1 is available (and it fixes our issue by pinning to cython 2), but hasn't been merged to master. They may be waiting to get in https://github.com/yaml/pyyaml/pull/731 for the real fix for 6.1.

timothybonci commented 1 year ago

One of the PyYAML maintainers said he would merge 6.0.1 into master, so I'm satisfied that it's the real known good version for now.