OpenAssetIO / OpenAssetIO-TraitGen

A code generation tool that produces OpenAssetIO Traits and Specifications from a simple YAML description.
Apache License 2.0
6 stars 3 forks source link

[Build] Update `pyyaml` version to `6.0.0` and `conan` to `1.60.1` #31

Closed foundrytom closed 1 year ago

foundrytom commented 1 year ago

Fixes AttributeError: cython_source when trying to install.

see: https://github.com/yaml/pyyaml/issues/601

So much for pinning deps :)

foundrytom commented 1 year ago

Ty for figuring this out. Hope it works.

Not the most comfortable thing in the world to be stuck on a specific version, did you read if there are plans to unstuck this upstream?

I guess it depends on the Conan policy to back-port updates to 1.x, we may have to migrate to 2 long term 🤔 need to go hunt what they're saying about all that.