ShipChain / hydra

Centralized network management for decentralized networks -- helping organize and publish sidechain connection details
https://docs.shipchain.io/docs/validatorGuide.html
Apache License 2.0
8 stars 2 forks source link

Pin PyYaml to 3.13 to prevent warning from deprecated load method #5

Closed mlclay closed 5 years ago

mlclay commented 5 years ago

pyyaml recently released version 5.1 which deprecated the base load method which cement version 3.0.0 uses. https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation

Since cement is pinned to version 3.0.0 (which uses the old style call to load) we should also pin pyyaml to the previous version 3.13