socialpoint-labs / unity-yaml-parser

Python3 library to manipulate Unity serialized files from outside the Unity Editor.
https://pypi.org/project/unityparser/
MIT License
137 stars 24 forks source link

Upgrade PyYaml version to 6.0.1 #56

Closed sp-ricard-valverde closed 1 year ago

sp-ricard-valverde commented 1 year ago

https://github.com/yaml/pyyaml/commit/ae08bdc82b4ddfcd2b93c8aedcd1963766c3307d

sp-ricard-valverde commented 1 year ago

@jw-maynard I belive this is the version you wanted to depend on with you previous PR, as it fixes the cython issue

jw-maynard commented 1 year ago

Thanks @sp-ricard-valverde ! I saw you released it and it works great.