Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #916 from markbeierl/913-PyYAML-Pin
#916 There is no reason to believe that future versions of PyYAML will not be compatible with this package, so we are removing this is an upper bound #### Description Python libjuju cannot be installed with the latest version of PyYAML (6.0.1), which fixes a [breaking change](yaml/pyyaml#601) caused by an update to CPython. Fixes: #913 By removing the upper constraint on PyYAML, we can allow for future updates to this package to work with ours. QA Steps Attempt to install both PyYAML 6.0.1 and Python Juju at the same time: ``` pip install -e . pyyaml==6.0.1 ```
- Loading branch information