opendp / smartnoise-sdk

Tools and service for differentially private processing of tabular and relational data
MIT License
254 stars 68 forks source link

Upgrading to pyyaml 6 #565

Closed mhauru closed 1 year ago

mhauru commented 1 year ago

There was a recent issue with pyyaml, see https://github.com/yaml/pyyaml/issues/601 The issue was fixed in pyyaml 6.0.1, but currently smartnoise-sql says it needs a version <6. Could this be loosened, and the dependency be upgraded to pyyaml 6?

joshua-oss commented 1 year ago

Thanks for reporting this! PyPi packages have been updated to use pyyaml >= 6.0.1