Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yaml.load deprecated warning/how about a new release #6

Closed
douglassd opened this issue Jun 12, 2019 · 1 comment
Closed

yaml.load deprecated warning/how about a new release #6

douglassd opened this issue Jun 12, 2019 · 1 comment

Comments

@douglassd
Copy link

/usr/lib/python3.7/site-packages/sshoot/config.py:69: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
return yaml.load(path.read_text()) or {}

System is Arch Linux, sshoot version is 1.4.1-1 from the AUR (https://aur.archlinux.org/packages/sshoot).

Above warning message began appearing with update to version 5.1-1 of python-yaml.

Looking at the latest code in master, you've already fixed this issue. How about a new release?

P.S. Thanks for making sshuttle easier to use

@albertodonato
Copy link
Owner

Fixed in 1.4.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants